summaryrefslogtreecommitdiff
path: root/lib_m68k
AgeCommit message (Expand)AuthorFilesLines
2009-03-21lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger1-38/+0
2009-02-22Cleanup the comment for m68k linux boot argument passing.Richard Retanubun1-5/+6
2009-01-24Fixed off-by-one errors in lib_m68k/interrupts.cGraeme Russ1-2/+2
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala1-13/+16
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-54/+54
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-27bootm: refactor do_reset and os boot function argsKumar Gala1-8/+2
2008-08-27bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+1
2008-08-27bootm: refactor ramdisk locating codeKumar Gala1-9/+3
2008-08-27bootm: refactor entry point codeKumar Gala1-18/+1
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-17/+0
2008-08-14ColdFire: Add SSPI feature for MCF5445xTsiChung Liew1-0/+17
2008-08-12Fix fallout from autostart revertKumar Gala1-4/+1
2008-08-01ColdFire: Fix compilation issue caused by a missing functionTsiChung Liew1-0/+5
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 Denk2-2/+2
2008-05-04Fix implicit declaration build warningsMarcel Ziswiler1-0/+1
2008-04-18Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-5/+7
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-3/+2
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-4/+5
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-1/+4
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-1/+3
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-7/+19
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala1-1/+12
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala1-2/+1
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-2/+2
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-4/+9
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-7/+19
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz1-44/+28
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz1-88/+26
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-80/+9
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-50/+34
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz1-19/+4
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz1-2/+0
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-46/+18
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew1-0/+10
2007-10-26ColdFire: Fix build error when CONFIG_WATCHDOG is definedTsiChungLiew1-0/+3
2007-08-18Coding style cleanupStefan Roese1-2/+4
2007-08-17ColdFire: Add M54455EVB for MCF5445xTsiChungLiew3-166/+240
2007-08-17ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew1-2/+0
2007-08-17ColdFire: MCF52x2 updateTsiChungLiew1-276/+0
2007-08-17ColdFire: MCF5329 Update and cleanupTsiChungLiew2-3/+2