aboutsummaryrefslogtreecommitdiff
path: root/board/xpedite1k
AgeCommit message (Expand)AuthorFilesLines
2009-07-24xpedite1k: Move to X-ES vendor directoryPeter Tyser6-723/+0
2009-07-24xpedite1k: Sync checkboard() with other X-ES boardsPeter Tyser1-1/+14
2009-07-24xpedite1k: Add support for additional GPIO pinsPeter Tyser1-2/+11
2009-07-24xpedite1k: Add support for optional flashesPeter Tyser1-0/+4
2009-07-24xpedite1k: Cleanup coding stylePeter Tyser3-153/+127
2009-07-24xpedite1k: Remove support for reading MACs from EEPROMPeter Tyser1-61/+1
2009-07-24xpedite1k: Remove support for fixed SDRAM configurationPeter Tyser1-63/+1
2009-07-24xpedite1k: Remove CONFIG_SYS_DRAM_TEST supportPeter Tyser1-31/+0
2009-07-24xpedite1k: Use standard CFI flash driverPeter Tyser3-614/+5
2009-03-28Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'Wolfgang Denk1-0/+1
2009-03-27karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typosMike Frysinger1-4/+4
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho2-6/+2
2009-03-20boards: move board_get_enetaddr() into board-specific initMike Frysinger1-11/+40
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-25/+25
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2-2/+2
2008-07-11ppc4xx: Rework 440GX UIC handlingStefan Roese1-19/+31
2008-07-02Cleanup 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 Denk2-8/+8
2008-04-17Remove all the search paths from the .lds files.Jason Wessel2-2/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-10-31ppc4xx: Rework of 4xx serial driver (2)Stefan Roese2-2/+2
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese1-2/+2
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/+10
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-3/+3
2005-12-12(no commit message)Wolfgang Denk2-0/+2
2005-11-27Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese1-8/+0
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-08-16Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2-2/+0
2004-02-22* Patch by Travis Sawyer, 09 Feb 2004:wdenk2-16/+15
2004-02-06Patch by Travis Sawyer, 30 Dec 2003:wdenk7-0/+1452