aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444251-1/+1
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2022-04-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland1-0/+1
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes1-0/+15
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes1-0/+1
2022-03-31boot: image: add a stage pre-loadPhilippe Reynes1-0/+14
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass1-1/+22
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass1-1/+2
2022-01-26tools: Pass the key blob aroundSimon Glass1-5/+18
2022-01-26tools: Improve comments in signing functionsSimon Glass1-1/+1
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka1-1/+2
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-28/+28
2021-10-31image.h: make image_sign_info.fit point to constHannu Lounento1-1/+1
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass1-2/+5
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass1-35/+4
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass1-13/+0
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass1-3/+0
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass1-6/+0
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass1-6/+0
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass1-6/+0
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass1-3/+0
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass1-3/+2
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-3/+0
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass1-9/+8
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass1-5/+0
2021-09-14image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru 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-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-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-17image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc1-7/+0