summaryrefslogtreecommitdiffstats
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* boot: change some arch ifdefs to feature ifdefsJohn Rigby2010-10-181-3/+6
* Add support for operating system OSETorkel Lundgren2010-09-281-0/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* image.h: remove bogus ';' after function declarationsWolfgang Denk2010-06-291-22/+22
* nios: remove nios-32 archThomas Chou2010-05-281-5/+0
* mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic2010-01-251-0/+1
* image.h: avoid command.h for host toolsMike Frysinger2010-01-211-2/+1
* lmb: only force on arches that use itMike Frysinger2010-01-211-1/+1
* sha1: add dedicated config optionMike Frysinger2010-01-211-0/+1
* Merge branch 'master' into nextWolfgang Denk2009-12-051-2/+0
|\
| * Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer2009-11-241-2/+0
* | add lzop decompression supportPeter Korsgaard2009-12-051-0/+1
|/
* mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar2009-09-101-0/+1
* mkimage: Make table_entry code globalPrafulla Wadaskar2009-09-101-0/+24
* mkimage: Make genimg_print_size() globalPrafulla Wadaskar2009-09-101-0/+1
* tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk2009-09-101-17/+17
* compiler.h: unify system ifdef cruft hereMike Frysinger2009-07-191-8/+5
* Add support for building native win32 toolsPeter Tyser2009-04-041-0/+2
* include/image.h: Ease grepping of image_* functionsPetri Lehtinen2009-02-181-22/+22
* Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD2008-12-131-4/+0
* bootm: Add subcommandsKumar Gala2008-10-291-1/+19
* FDT: don't use private kernel header filesWolfgang Denk2008-10-211-9/+11
* Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini2008-09-131-0/+1
* FIT: add ability to check hashes of all images in FIT, improve outputBartlomiej Sieka2008-09-091-0/+1
* Add support for booting of INTEGRITY operating system uImagesPeter Tyser2008-09-091-0/+1
* bootm: refactor image detection and os load stepsKumar Gala2008-08-261-0/+9
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-261-1/+3
* bootm: refactor fdt locating and relocation codeKumar Gala2008-08-261-0/+13
* bootm: refactor ramdisk locating codeKumar Gala2008-08-261-0/+2
* bootm: refactor entry point codeKumar Gala2008-08-261-0/+2
* Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk2008-08-101-1/+0
* Change lmb to use phys_size_t/phys_addr_tBecky Bruce2008-06-121-1/+1
* Use watchdog-aware functions when calculating hashes of images - take twoBartlomiej Sieka2008-04-251-2/+15
* Memory footprint optimizationsBartlomiej Sieka2008-04-241-6/+3
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-1/+2
* SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom2008-04-081-0/+4
* [new uImage] Do not compile new uImage format support by defaultBartlomiej Sieka2008-03-201-6/+0
* Add MD5 support to the new uImage formatBartlomiej Sieka2008-03-141-0/+1
* [new uImage] Fix definition of common bootm_headers_t fieldsMarian Balakowicz2008-03-121-1/+2
* [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-121-0/+3
* [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-121-2/+5
* [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-121-3/+2
* [new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka2008-03-111-4/+11
* [new uImage] Make node unit names const in struct bootm_headersMarian Balakowicz2008-03-101-3/+3
* [new uImage] New uImage low-level APIMarian Balakowicz2008-03-101-2/+151
* [new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz2008-02-291-8/+13
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-33/+39
* [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-291-0/+2
* [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-291-7/+5
* [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-291-0/+2
OpenPOWER on IntegriCloud