aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)Author
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macroAlexandru Gagniuc
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY macroAlexandru Gagniuc
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass
2021-02-17image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara
2021-01-05image: cleanup pre-processor usageSebastian Reichel
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro
2020-10-22cosmetic: image: Fix comments and the order of definitionsNaoki Hayama
2020-10-22image: Add a function to modify category informationNaoki Hayama
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-07image: Add support for ZSTD decompressionRobert Marko
2020-06-12Add support for SHA384 and SHA512Reuben Dowle
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-17image: Add a common compression type detection function.Atish Patra
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass
2020-04-01image: Correct comment for fit_conf_get_node()Simon Glass
2020-03-12include: image.h: add key info to image_sign_infoAKASHI Takahiro
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-03-12image.h: isolate android_image_* functions from toolingEugeniu Rosca
2020-02-04image: android: Add routine to get dtbo paramsSam Protsenko
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko
2020-01-17common: Rename and move source()Simon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea
2019-10-28tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng
2019-08-27image: add new "copro" image typePatrick Delaunay
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini