summaryrefslogtreecommitdiff
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macroAlexandru Gagniuc2021-07-161-3/+0
* image: Eliminate IMAGE_ENABLE_VERIFY macroAlexandru Gagniuc2021-07-161-4/+1
* image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc2021-07-161-0/+5
* image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass2021-07-161-5/+0
* image: Drop IMAGE_ENABLE_SHAxxxSimon Glass2021-07-161-21/+0
* image: Drop IMAGE_ENABLE_SHA1Simon Glass2021-07-161-8/+0
* Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass2021-07-161-1/+1
* Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass2021-07-161-1/+1
* image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-161-1/+1
* image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass2021-07-161-4/+4
* image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass2021-07-161-6/+6
* common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-111-1/+4
* 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 nextWIP/29Mar2021-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...WIP/07Apr2020-nextTom 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 aesWIP/2020-01-17-improve-aes-supportPhilippe 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