summaryrefslogtreecommitdiffstats
path: root/lib_m68k/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-041-1/+1
* Cleanup the comment for m68k linux boot argument passing.Richard Retanubun2009-02-211-5/+6
* bootm: Add subcommandsKumar Gala2008-10-291-0/+3
* Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala2008-10-181-13/+16
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-2/+2
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-8/+2
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-261-1/+1
* bootm: refactor ramdisk locating codeKumar Gala2008-08-261-9/+3
* bootm: refactor entry point codeKumar Gala2008-08-261-18/+1
* Fix fallout from autostart revertKumar Gala2008-08-121-4/+1
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-1/+1
* [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-121-5/+7
* [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-121-3/+2
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-4/+5
* [new uImage] Respect autostart setting in linux bootmKumar Gala2008-02-291-1/+4
* [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-291-1/+3
* [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-291-7/+19
* [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-291-1/+12
* [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-291-2/+1
* [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-271-2/+2
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-7/+19
* [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-071-44/+28
* [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-071-88/+26
* [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-071-80/+9
* [new uImage] Rename architecture specific bootm code filesMarian Balakowicz2008-02-071-0/+279
OpenPOWER on IntegriCloud