summaryrefslogtreecommitdiffstats
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada2014-02-191-2/+2
* arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin2014-02-071-0/+1
* arm64: core supportDavid Feng2014-01-091-0/+1
* ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut2013-08-311-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-121-3/+4
* bootm: Clean up bootz_setup() functionSimon Glass2013-07-101-0/+11
* mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass2013-06-281-3/+0
* image: Add support for signing of FIT configurationsSimon Glass2013-06-261-0/+16
* image: Support signing of imagesSimon Glass2013-06-261-4/+55
* image: Add signing infrastructureSimon Glass2013-06-261-2/+88
* Add a 'fake' go command to the bootm commandSimon Glass2013-06-261-1/+2
* Refactor the bootm command to reduce code duplicationSimon Glass2013-06-261-7/+9
* image: Use fit_image_load() to load kernelSimon Glass2013-06-041-1/+0
* image: Use fit_image_load() to load FDTSimon Glass2013-06-041-3/+3
* image: Use fit_image_load() to load ramdiskSimon Glass2013-06-041-1/+0
* image: Introduce fit_image_load() to load images from FITsSimon Glass2013-06-041-2/+95
* image: Add device tree setup to image librarySimon Glass2013-05-141-9/+52
* image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass2013-05-141-2/+31
* image: Remove remaining #ifdefs in image-fit.cSimon Glass2013-05-141-0/+2
* sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-141-1/+1
* image: Rename hash printing to fit_image_print_verification_data()Simon Glass2013-05-141-1/+0
* image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-141-2/+8
* image: Export fit_conf_get_prop_node()Simon Glass2013-05-141-0/+14
* image: Move hash checking into its own functionSimon Glass2013-05-141-3/+5
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-2/+2
* image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2013-05-141-2/+0
* image: Move HOSTCC image code to tools/Simon Glass2013-05-141-0/+3
* image: Export fit_check_ramdisk()Simon Glass2013-05-141-0/+3
* image: Move timestamp #ifdefs to header fileSimon Glass2013-05-141-0/+8
* image: Add support for Plan 9Steven Stallion2013-03-271-0/+1
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-081-0/+3
|\
| * tools: imximage: Load a size that is multiple of 512Fabio Estevam2013-01-051-0/+3
* | env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-1/+0
|/
* fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-121-0/+1
* include/image.h: sparse fixesKim Phillips2012-11-041-7/+8
* fdt: Check for a token to skip auto-hash validationJoe Hershberger2012-10-151-0/+4
* powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-231-0/+1
* image/fit: drop inline markings on parser codeMike Frysinger2012-04-301-2/+2
* Add cmd_spl commandSimon Schwarz2012-03-271-0/+2
* openrisc: Add architecture image supportStefan Kristiansson2012-01-131-0/+1
* image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-011-0/+1
* Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOXStefan Kristiansson2011-11-231-1/+1
* image: Fix inverted logic in architecture check.Thierry Reding2011-10-271-1/+1
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-231-0/+1
* checkpatch whitespace cleanupsStephen Warren2011-10-221-115/+115
* nds32: common bdinfo, bootm, image supportMacpaul Lin2011-10-221-0/+1
* sandbox: Add architecture image supportSimon Glass2011-10-171-0/+1
* image: push default arch values to arch headersMike Frysinger2011-10-051-55/+4
OpenPOWER on IntegriCloud