aboutsummaryrefslogtreecommitdiffstats
path: root/board/pb1x00
AgeCommit message (Expand)AuthorFilesLines
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-3/+3
2010-09-04MIPS: update the MIPS u-boot.ldsXiangfu Liu1-1/+1
2010-04-13mips: Move cpu/mips/* to arch/mips/cpu/*Peter Tyser1-1/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-4/+4
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-05[MIPS] Kill unused <version.h> inclusionsShinya Kuribayashi1-1/+0
2008-05-30[MIPS] <asm/mipsregs.h>: Update coprocessor register access macrosShinya Kuribayashi1-1/+1
2008-04-18Use jr as register jump instructionShinya Kuribayashi1-1/+1
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-2/+2
2007-11-18pb1x00 board: Fix u16 status declaration when PCMCIA is definedJean-Christophe PLAGNIOL-VILLARD1-0/+2
2007-11-17[MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.SShinya Kuribayashi2-3/+3
2007-11-17[MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}Shinya Kuribayashi1-3/+5
2007-11-17Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD1-0/+4
2007-10-21[MIPS] u-boot.lds: Define _gp in a standard mannerShinya Kuribayashi1-1/+2
2007-10-21[MIPS] u-boot.lds: Fix __got_start and __got_endShinya Kuribayashi1-3/+5
2007-10-21[MIPS] u-boot.lds: Remove duplicated .sdata sectionShinya Kuribayashi1-3/+0
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2005-09-25Add support for AMD's Pb1x00 eval board;Wolfgang Denk7-0/+754