Commit Graph

53 Commits (72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a)

Author SHA1 Message Date
Kumar Gala 9ba2e2c819 Remove support for booting ARTOS images 16 years ago
Kumar Gala ea86b9e64b Prevent crash if random/invalid ramdisks are passed to bootm 16 years ago
Anatolij Gustschin 8e02494e8f Prevent crash if random DTB address is passed to bootm 16 years ago
Kumar Gala 54f9c86691 bootm: Set working fdt address as part of the bootm flow 16 years ago
Kumar Gala 06a09918f3 bootm: refactor fdt locating and relocation code 16 years ago
Kumar Gala 3216ca9692 Fix fallout from autostart revert 16 years ago
Wolfgang Denk 0bf202ec58 Revert "[new uImage] Add autostart flag to bootm_headers structure" 16 years ago
Peter Tyser 41266c9b5a FIT: Fix handling of images without ramdisks 16 years ago
Michal Simek c78fce699c FIS: repare incorrect return value with ramdisk handling 16 years ago
Becky Bruce 391fd93ab2 Change lmb to use phys_size_t/phys_addr_t 16 years ago
Marian Balakowicz 95d449ad4d Avoid initrd and logbuffer area overlaps 16 years ago
Wolfgang Denk ee0cfa7080 Revert "Avoid initrd and logbuffer area overlaps" 16 years ago
Nick Spence 02b9b22446 Fix offset calculation for multi-type legacy images. 16 years ago
Marian Balakowicz 1b5605ca57 Avoid initrd and logbuffer area overlaps 16 years ago
Marian Balakowicz 273c37d843 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled 16 years ago
Grant Erickson e419e12d04 Recognize 'powerpc' As an Alias for IH_ARCH_PPC 16 years ago
Bartlomiej Sieka 7590378fb9 Use watchdog-aware functions when calculating hashes of images - take two 16 years ago
Bartlomiej Sieka edbed247a1 Memory footprint optimizations 16 years ago
Mike Frysinger 89cdab788f crc32: use uint32_t rather than unsigned long 16 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 16 years ago
Andy Fleming 20a14a42a2 Rename include/md5.h to include/u-boot/md5.h 16 years ago
Daniel Hellstrom bf3d8b3116 SPARC: added SPARC support for new uimage in common code. 16 years ago
Bartlomiej Sieka dafaede8a4 [new uImage] Disable debuging output in preparation for merge with master 16 years ago
Bartlomiej Sieka 766529fccc Add MD5 support to the new uImage format 16 years ago
Marian Balakowicz afe45c87e3 [new uImage] Fix build issue on ARM 16 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 16 years ago
Marian Balakowicz 1372cce2b9 [new uImage] Use show_boot_progress() for new uImage format 16 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 16 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 16 years ago
Marian Balakowicz c87796483b [new uImage] Add new uImage format support for ramdisk handling 16 years ago
Marian Balakowicz 5dfb521386 [new uImage] New uImage low-level API 16 years ago
Marian Balakowicz df6f1b895c [new uImage] Fix component handling for legacy multi component images 16 years ago
Marian Balakowicz 570abb0ad1 [new uImage] Share common uImage code between mkimage and U-boot 16 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 16 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 16 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 16 years ago
Kumar Gala f5614e7926 [new uImage] Add autostart flag to bootm_headers structure 16 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 16 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 16 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 16 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 16 years ago
Marian Balakowicz 6f0f9dfc4e [new uImage] Optimize gen_get_image() flow control 16 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 16 years ago
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 16 years ago
Marian Balakowicz f50433d670 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines 16 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 16 years ago
Marian Balakowicz b6b0fe6460 [new uImage] Cleanup do_botm_linux() boot allocations 17 years ago
Marian Balakowicz ceaed2b1e5 [new uImage] Move ramdisk loading to a common routine 17 years ago
Marian Balakowicz 5ad03eb385 [new uImage] Factor out common image_get_ramdisk() routine 17 years ago
Marian Balakowicz 42b73e8ee0 [new uImage] Factor out common routines for getting os/arch/type/comp names 17 years ago