aboutsummaryrefslogtreecommitdiff
path: root/board/spc1920
AgeCommit message (Expand)AuthorFilesLines
2010-10-18config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk1-28/+0
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-7/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-5/+5
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-2/+2
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-3/+3
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-3/+3
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-07-23unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger1-1/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-26/+26
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+2
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2008-04-17Remove all the search paths from the .lds files.Jason Wessel1-1/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-08-02Fix build errors and warnings / code cleanup.Wolfgang Denk1-0/+8
2007-01-09SPC1920: cleanup memory contoller setupMarkus Klotzbuecher2-10/+5
2007-01-09SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher1-0/+5
2007-01-09Miscellanious spc1920 related cleanupsMarkus Klotzbuecher2-3/+12
2007-01-09SPC1920 GO/NOGO led should be set to color red in U-BootMarkus Klotzbuecher1-0/+8
2007-01-09Update the SPC1920 CMB PLD driverMarkus Klotzbuecher1-1/+1
2007-01-09Add support for the tms320671x host port interface (HPI)Markus Klotzbuecher4-2/+644
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
2006-07-21Code cleanup.Wolfgang Denk1-1/+0
2006-07-12Support for spc1920 board.Markus Klotzbuecher5-0/+470