Commit Graph

74 Commits (0fc52948bda0734431cb528ee4fd82f1dec8c7b5)

Author SHA1 Message Date
Remy Bohmer b25e38fc36 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y 16 years ago
Prafulla Wadaskar aa0c7a86cd mkimage: Add Kirkwood Boot Image support (kwbimage) 16 years ago
Prafulla Wadaskar b029dddc9a mkimage: Make table_entry code global 16 years ago
Prafulla Wadaskar f666dea8ab mkimage: Make genimg_print_size() global 16 years ago
Wolfgang Denk 3a2003f61e tools/mkimage: fix compiler warnings, use "const" 16 years ago
Mike Frysinger 3756609076 compiler.h: unify system ifdef cruft here 16 years ago
Peter Tyser 2f8d396b93 Add support for building native win32 tools 16 years ago
Petri Lehtinen f05fa9205e include/image.h: Ease grepping of image_* functions 16 years ago
Jean-Christophe PLAGNIOL-VILLARD cd6734510a Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent 17 years ago
Kumar Gala 49c3a861d1 bootm: Add subcommands 17 years ago
Wolfgang Denk def0819e92 FDT: don't use private kernel header files 17 years ago
Luigi 'Comio' Mantellini fc9c1727b5 Add support for LZMA uncompression algorithm. 17 years ago
Bartlomiej Sieka 919f550dc1 FIT: add ability to check hashes of all images in FIT, improve output 17 years ago
Peter Tyser f5ed9e3908 Add support for booting of INTEGRITY operating system uImages 17 years ago
Kumar Gala 396f635b8f bootm: refactor image detection and os load steps 17 years ago
Kumar Gala e906cfae08 bootm: move lmb into the bootm_headers_t structure 17 years ago
Kumar Gala 06a09918f3 bootm: refactor fdt locating and relocation code 17 years ago
Kumar Gala c4f9419c6b bootm: refactor ramdisk locating code 17 years ago
Kumar Gala c160a95447 bootm: refactor entry point code 17 years ago
Wolfgang Denk 0bf202ec58 Revert "[new uImage] Add autostart flag to bootm_headers structure" 17 years ago
Becky Bruce 391fd93ab2 Change lmb to use phys_size_t/phys_addr_t 17 years ago
Bartlomiej Sieka 7590378fb9 Use watchdog-aware functions when calculating hashes of images - take two 17 years ago
Bartlomiej Sieka edbed247a1 Memory footprint optimizations 17 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 17 years ago
Daniel Hellstrom bf3d8b3116 SPARC: added SPARC support for new uimage in common code. 17 years ago
Bartlomiej Sieka 95f4ec2b9c [new uImage] Do not compile new uImage format support by default 17 years ago
Bartlomiej Sieka 766529fccc Add MD5 support to the new uImage format 17 years ago
Marian Balakowicz 1ec73761d2 [new uImage] Fix definition of common bootm_headers_t fields 17 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 17 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 17 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 17 years ago
Bartlomiej Sieka 9d25438fe7 [new uImage] Add support for new uImage format to mkimage tool 17 years ago
Marian Balakowicz eb6175edd6 [new uImage] Make node unit names const in struct bootm_headers 17 years ago
Marian Balakowicz 5dfb521386 [new uImage] New uImage low-level API 17 years ago
Marian Balakowicz 570abb0ad1 [new uImage] Share common uImage code between mkimage and U-boot 17 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 17 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 17 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 17 years ago
Kumar Gala f5614e7926 [new uImage] Add autostart flag to bootm_headers structure 17 years ago
Kumar Gala 4ed6552f71 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 17 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 17 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 17 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 17 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 17 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 17 years ago
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 17 years ago
Marian Balakowicz f50433d670 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines 17 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 17 years ago
Marian Balakowicz 75d3e8fbd9 [new uImage] Pull in libfdt if CONFIG_FIT is enabled 17 years ago
Marian Balakowicz b6b0fe6460 [new uImage] Cleanup do_botm_linux() boot allocations 17 years ago