aboutsummaryrefslogtreecommitdiff
path: root/lib_m68k/board.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-744/+0
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini1-0/+7
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-13/+1
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-10/+7
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-20/+0
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk1-1/+1
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-07-14ColdFire: Remove compiler warning messagesTsiChung Liew1-1/+1
2009-06-12Compier warning cleanupRichard Retanubun1-2/+1
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-4/+4
2009-03-20lib_*/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-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-10rename 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-03Fix implicit declaration build warningsMarcel Ziswiler1-0/+1
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew1-0/+10
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-12/+18
2007-08-16ColdFire: 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-09lib_{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-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew1-2/+65
2006-05-10Minor cleanup.LABEL_2006_05_10_1800Wolfgang 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-01* Patches by Richard Woodruff, 10 Jun 2004:wdenk1-0/+2
2004-03-14Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk1-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