aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM520: add missing enable_interrupts()Wolfgang Denk2011-11-071-5/+12
* punt unused clean/distclean targetsMike Frysinger2011-10-151-6/+0
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk2010-10-181-27/+0
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-6/+1
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-3/+4
* mpc5xxx: Remove all references to MGT5100Detlev Zundel2010-03-213-78/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-182-34/+34
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* disk-on-chip: remove duplicate doc_probe declarationJean-Christophe PLAGNIOL-VILLARD2008-09-081-1/+0
* Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren2008-09-021-0/+1
* Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+6
* Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk2008-07-021-1/+1
* Change initdram() return type to phys_size_tBecky Bruce2008-06-121-2/+2
* Big white-space cleanup.Wolfgang Denk2008-05-201-21/+21
* board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-2/+2
* board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-1/+1
* Remove obsolete mpc5xxx linker scripts (1 of 3)Grant Likely2007-07-031-125/+0
* board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-031-1/+1
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-081-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-7/+11
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-1/+2
* Fix 28F256J3A support on PM520 boardWolfgang Denk2006-01-131-4/+5
* Add support for 28F256J3A flah (=> 64 MB) on PM520 boardWolfgang Denk2005-12-291-3/+15
* (no commit message)Wolfgang Denk2005-12-121-0/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-4/+4
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-311-0/+2
* Coding style cleanupWolfgang Denk2005-08-021-3/+1
* Implement h/w sector protection status synchronization at boot.Wolfgang Denk2005-07-301-2/+95
* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS ofwdenk2005-05-041-1/+1
* Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk2005-04-211-4/+7
* Patch by Josef Wagner, 04 Jun 2004:wdenk2004-06-194-82/+307
* * Add start-up delay to make sure power has stabilized beforewdenk2004-03-235-0/+938