aboutsummaryrefslogtreecommitdiff
path: root/lib_m68k/bootm.c
AgeCommit message (Expand)AuthorFilesLines
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