summaryrefslogtreecommitdiff
path: root/lib_m68k/board.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-21lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger1-38/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-33/+33
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-11rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-11rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-28ColdFire: Fix board.c warning messageTsiChung Liew1-0/+2
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-17/+0
2008-08-14ColdFire: Add SSPI feature for MCF5445xTsiChung Liew1-0/+17
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-07-11ColdFire: Fix warning messages by passing correct data type in board.cTsiChung Liew1-3/+3
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-05-04Fix implicit declaration build warningsMarcel Ziswiler1-0/+1
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew1-0/+10
2007-08-17ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-12/+18
2007-08-17ColdFire: MCF5329 Update and cleanupTsiChungLiew1-1/+1
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-16/+17
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-10lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-10/+10
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-10/+10
2007-06-19Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew1-2/+65
2006-05-10Minor cleanup.Wolfgang Denk1-1/+1
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk1-2/+7
2006-05-09Fixes for gcc 3.4 based m68k toolchain,Marian Balakowicz1-2/+7
2006-04-25cosmetic: print amount of NAND flash aligned with the other values such asMarkus Klotzbuecher1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-9/+2
2004-12-16I2C addedstroese1-0/+25
2004-07-02* Patches by Richard Woodruff, 10 Jun 2004:wdenk1-0/+2
2004-03-15Code cleanup; make several boards compile & link.wdenk1-1/+1
2004-02-27* Patch by Pierre Aubert, 26 Feb 2004wdenk1-1/+1
2004-02-12* Some code cleanupwdenk1-192/+402
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-1/+1
2003-12-08* Patch by Bernhard Kuhn, 28 Nov 2003:wdenk1-0/+493