aboutsummaryrefslogtreecommitdiffstats
path: root/board/etin
AgeCommit message (Expand)AuthorFilesLines
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2-61/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-5/+5
2009-09-15board/etin/debris/phantom.c: Fix compile errorWolfgang Denk1-10/+0
2009-03-27ppc: cleanup compiler errors/warningsHeiko Schocher1-0/+1
2009-03-20boards: get mac address from environmentMike Frysinger1-3/+7
2009-02-10powerpc: Move duplicated BAT defines to mmu.hBecky Bruce2-0/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-25/+25
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD1-1/+3
2008-09-02Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren2-0/+12
2008-06-12Change initdram() return type to phys_size_tBecky Bruce2-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk2-3/+3
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-1/+3
2007-07-09board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04Remove obsolete mpc824x linker scripts (2 of 4)Grant Likely2-260/+0
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2-2/+2
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz2-13/+21
2006-07-21Add support for KVME080 boardWolfgang Denk6-0/+753
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/+2
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2004-04-18* Patch by Dan Malek, 07 Apr 2004:wdenk1-21/+64
2004-01-06Add a common get_ram_size() function and modify the thewdenk1-42/+20
2003-10-09* Patches by Thomas Lange, 09 Oct 2003:wdenk7-0/+1441