aboutsummaryrefslogtreecommitdiff
path: root/lib_m68k/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-02-21Cleanup the comment for m68k linux boot argument passing.Richard Retanubun1-5/+6
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-VILLARD1-2/+2
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-8/+2
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+1
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-9/+3
2008-08-26bootm: refactor entry point codeKumar Gala1-18/+1
2008-08-12Fix fallout from autostart revertKumar Gala1-4/+1
2008-04-17Restore 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-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 Balakowicz1-0/+279