summaryrefslogtreecommitdiff
path: root/board/eltec/elppc
AgeCommit message (Expand)AuthorFilesLines
2010-11-2874xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-135/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-26/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-02-08pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-1/+1
2008-11-19Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD6-48/+48
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-11rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-03Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren1-0/+6
2008-07-14elppc board: Coding style cleanup.Wolfgang Denk1-49/+50
2008-07-14elppc board: fix syntax error.Wolfgang Denk1-1/+1
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
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-18Remove 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
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-8/+12
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-0/+1
2004-07-12* Patch by Dan Poirot, 06 Jul 2004:wdenk1-4/+0
2004-02-12* Some code cleanupwdenk1-193/+200
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-1/+1
2003-06-28* Code cleanup:wdenk9-535/+515
2003-06-26* Header file cleanup for ARMwdenk1-0/+1
2003-05-30* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk1-3/+3
2003-02-14Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese1-1/+1
2002-11-03Initial revisionwdenk2-0/+1006
2002-11-03Initial revisionwdenk1-0/+189
2002-10-26Initial revisionwdenk1-0/+113
2002-09-18Initial revisionwdenk7-0/+1373