summaryrefslogtreecommitdiff
path: root/lib_m68k
AgeCommit message (Expand)Author
2009-12-05Generic udelay() with watchdog supportIngo van Lil
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-07-14ColdFire: Remove compiler warning messagesTsiChung Liew
2009-06-12Compier warning cleanupRichard Retanubun
2009-06-12Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.Richard Retanubun
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-03-20lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger
2009-02-21Cleanup the comment for m68k linux boot argument passing.Richard Retanubun
2009-01-24Fixed off-by-one errors in lib_m68k/interrupts.cGraeme Russ
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD
2008-08-28ColdFire: Fix board.c warning messageTsiChung Liew
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen
2008-08-14ColdFire: Add SSPI feature for MCF5445xTsiChung Liew
2008-08-12Fix fallout from autostart revertKumar Gala
2008-08-01ColdFire: Fix compilation issue caused by a missing functionTsiChung Liew
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk
2008-07-11ColdFire: Fix warning messages by passing correct data type in board.cTsiChung Liew
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-05-03Fix implicit declaration build warningsMarcel Ziswiler
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz