aboutsummaryrefslogtreecommitdiff
path: root/lib_avr32/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-23AVR32: Move addrspace.h to arch-directory, and move some functions from io.h ...Olav Morken1-1/+1
2008-12-08avr32/bootm: remove unused variable 'ret'Jean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-09-10bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-8/+2
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-5/+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-4/+16
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-2/+4
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-0/+3
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-9/+23
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-70/+2
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz1-0/+277