summaryrefslogtreecommitdiffstats
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* lmb: move CONFIG_LMB in KconfigPatrick Delaunay2021-04-221-1/+1
* mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-141-4/+12
* lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-141-0/+3
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-141-1/+1
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-291-1/+1
|\
| * image: Avoid -ENODATA in host toolsSimon Glass2021-03-171-1/+1
* | sandbox: image: Allow sandbox to load any imageSimon Glass2021-03-271-0/+5
|/
* image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc2021-02-171-7/+0
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+20
* tools: mkimage: Add Allwinner eGON supportAndre Przywara2021-01-111-0/+1
* image: cleanup pre-processor usageSebastian Reichel2021-01-051-0/+4
* common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-301-0/+12
* cosmetic: image: Fix comments and the order of definitionsNaoki Hayama2020-10-221-0/+1
* image: Add a function to modify category informationNaoki Hayama2020-10-221-0/+9
* fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* image: Add support for ZSTD decompressionRobert Marko2020-07-071-0/+1
* Add support for SHA384 and SHA512Reuben Dowle2020-06-121-0/+18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-7/+7
* image: Add a common compression type detection function.Atish Patra2020-04-171-0/+21
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-04-071-1/+23
|\
| * image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-1/+3
| * image: Correct comment for fit_conf_get_node()Simon Glass2020-04-011-0/+20
* | include: image.h: add key info to image_sign_infoAKASHI Takahiro2020-03-121-0/+7
* | lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-03-121-5/+9
* | image.h: isolate android_image_* functions from toolingEugeniu Rosca2020-03-121-0/+2
|/
* image: android: Add routine to get dtbo paramsSam Protsenko2020-02-041-0/+1
* image: android: Add functions for handling dtb fieldSam Protsenko2020-02-041-0/+5
* common: Rename and move source()Simon Glass2020-01-171-0/+12
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+4
* u-boot: fit: add support to decrypt fit with aesPhilippe Reynes2020-01-171-0/+12
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+63
* image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2020-01-071-0/+1
* tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng2019-10-281-7/+7
* image: add new "copro" image typePatrick Delaunay2019-08-271-0/+1
* spl: support booting via RISC-V OpenSBILukas Auer2019-08-261-0/+1
* common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-0/+17
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-1/+1
* ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loadingTien Fong Chee2019-05-101-0/+4
* Remove #define CONFIG_CRC32Chris Packham2019-05-101-1/+0
* Refactor IMAGE_ENABLE_VERIFY to handle builds without SPL verificationAlex Kiernan2019-05-051-6/+6
* image: android: allow booting lz4-compressed kernelsEugeniu Rosca2019-04-241-0/+2
* Restore compatibility of image type IDsStefano Babic2018-12-171-5/+10
* rsa: add support of padding pssPhilippe Reynes2018-12-031-0/+1
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+16
* tools: MediaTek: add MTK boot header generation to mkimageRyder Lee2018-11-281-0/+1
* tools: add i.MX8/8X image supportPeng Fan2018-10-221-0/+1
* mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-101-1/+2
* ARM: image: Add option for ignoring ep bit 3Marek Vasut2018-06-191-1/+4
* add FIT data-position & data-offset property supportKelvin Cheung2018-05-261-0/+2