Commit Graph

88 Commits (ce6b27a874fe30e7126ae93c060277770ee85ced)

Author SHA1 Message Date
Grant Likely c3624e6ed0 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined 13 years ago
Grant Likely 590d3cacb9 Stop passing around bootmem_base value. 13 years ago
Mike Frysinger 7edb186fcf image: constify lookup tables 14 years ago
John Rigby fca43cc801 boot: change some arch ifdefs to feature ifdefs 14 years ago
Torkel Lundgren 3df6195793 Add support for operating system OSE 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Wolfgang Denk 178e26d752 image.h: remove bogus ';' after function declarations 14 years ago
Thomas Chou 1117cbf2ad nios: remove nios-32 arch 14 years ago
Stefano Babic 8edcde5e4e mkimage: Add Freescale imx Boot Image support (imximage) 15 years ago
Mike Frysinger 5daa1c18b6 image.h: avoid command.h for host tools 15 years ago
Mike Frysinger a16028da63 lmb: only force on arches that use it 15 years ago
Mike Frysinger dac4d7e884 sha1: add dedicated config option 15 years ago
Peter Korsgaard 20dde48bca add lzop decompression support 15 years ago
Remy Bohmer b25e38fc36 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y 15 years ago
Prafulla Wadaskar 36e0eb63e3 mkimage: Add Kirkwood Boot Image support (kwbimage) 15 years ago
Prafulla Wadaskar 060c495f9b mkimage: Make table_entry code global 15 years ago
Prafulla Wadaskar 6e86982925 mkimage: Make genimg_print_size() global 15 years ago
Wolfgang Denk c928d1dc89 tools/mkimage: fix compiler warnings, use "const" 15 years ago
Prafulla Wadaskar aa0c7a86cd mkimage: Add Kirkwood Boot Image support (kwbimage) 15 years ago
Prafulla Wadaskar b029dddc9a mkimage: Make table_entry code global 15 years ago
Prafulla Wadaskar f666dea8ab mkimage: Make genimg_print_size() global 15 years ago
Wolfgang Denk 3a2003f61e tools/mkimage: fix compiler warnings, use "const" 15 years ago
Mike Frysinger 3756609076 compiler.h: unify system ifdef cruft here 15 years ago
Peter Tyser 2f8d396b93 Add support for building native win32 tools 15 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 16 years ago
Kumar Gala 49c3a861d1 bootm: Add subcommands 16 years ago
Wolfgang Denk def0819e92 FDT: don't use private kernel header files 16 years ago
Luigi 'Comio' Mantellini fc9c1727b5 Add support for LZMA uncompression algorithm. 16 years ago
Bartlomiej Sieka 919f550dc1 FIT: add ability to check hashes of all images in FIT, improve output 16 years ago
Peter Tyser f5ed9e3908 Add support for booting of INTEGRITY operating system uImages 16 years ago
Kumar Gala 396f635b8f bootm: refactor image detection and os load steps 16 years ago
Kumar Gala e906cfae08 bootm: move lmb into the bootm_headers_t structure 16 years ago
Kumar Gala 06a09918f3 bootm: refactor fdt locating and relocation code 16 years ago
Kumar Gala c4f9419c6b bootm: refactor ramdisk locating code 16 years ago
Kumar Gala c160a95447 bootm: refactor entry point code 16 years ago
Wolfgang Denk 0bf202ec58 Revert "[new uImage] Add autostart flag to bootm_headers structure" 16 years ago
Becky Bruce 391fd93ab2 Change lmb to use phys_size_t/phys_addr_t 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
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 16 years ago
Daniel Hellstrom bf3d8b3116 SPARC: added SPARC support for new uimage in common code. 16 years ago
Bartlomiej Sieka 95f4ec2b9c [new uImage] Do not compile new uImage format support by default 16 years ago
Bartlomiej Sieka 766529fccc Add MD5 support to the new uImage format 16 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