summaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-0/+4
2021-09-08image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesAlexandru Gagniuc1-20/+0
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc1-0/+1
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-3/+0
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macroAlexandru Gagniuc1-3/+0
2021-07-16image: Eliminate IMAGE_ENABLE_VERIFY macroAlexandru Gagniuc1-4/+1
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc1-0/+5
2021-07-16image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass1-5/+0
2021-07-16image: Drop IMAGE_ENABLE_SHAxxxSimon Glass1-21/+0
2021-07-16image: Drop IMAGE_ENABLE_SHA1Simon Glass1-8/+0
2021-07-16Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass1-1/+1
2021-07-16Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass1-1/+1
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass1-1/+1
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass1-4/+4
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass1-6/+6
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+4
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-1/+1
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc1-4/+12
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc1-0/+3
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc1-1/+1
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini1-1/+1
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass1-0/+5
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass1-1/+1
2021-02-18image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc1-7/+0
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-1/+20
2021-01-12tools: mkimage: Add Allwinner eGON supportAndre Przywara1-0/+1
2021-01-05image: cleanup pre-processor usageSebastian Reichel1-0/+4
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-0/+12
2020-10-22cosmetic: image: Fix comments and the order of definitionsNaoki Hayama1-0/+1
2020-10-22image: Add a function to modify category informationNaoki Hayama1-0/+9
2020-10-13fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-07-07image: Add support for ZSTD decompressionRobert Marko1-0/+1
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-0/+18
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-7/+7
2020-04-17image: Add a common compression type detection function.Atish Patra1-0/+21
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+23
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass1-1/+3
2020-04-01image: Correct comment for fit_conf_get_node()Simon Glass1-0/+20
2020-03-12include: image.h: add key info to image_sign_infoAKASHI Takahiro1-0/+7
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro1-5/+9
2020-03-12image.h: isolate android_image_* functions from toolingEugeniu Rosca1-0/+2
2020-02-04image: android: Add routine to get dtbo paramsSam Protsenko1-0/+1
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko1-0/+5
2020-01-17common: Rename and move source()Simon Glass1-0/+12
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+4
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes1-0/+12
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes1-0/+63
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea1-0/+1
2019-10-28tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng1-7/+7