summaryrefslogtreecommitdiff
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444252022-04-111-1/+1
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-051-0/+1
|\
| * tools: mkimage: Add Allwinner TOC0 supportSamuel Holland2022-04-041-0/+1
* | mkimage: add public key for image pre-load stagePhilippe Reynes2022-03-311-0/+15
* | cmd: bootm: add a stage pre-loadPhilippe Reynes2022-03-311-0/+1
* | boot: image: add a stage pre-loadPhilippe Reynes2022-03-311-0/+14
|/
* tools: mkimage: Show where signatures/keys are writtenSimon Glass2022-01-261-1/+22
* image: Return destination node for add_verify_data() methodSimon Glass2022-01-261-1/+2
* tools: Pass the key blob aroundSimon Glass2022-01-261-5/+18
* tools: Improve comments in signing functionsSimon Glass2022-01-261-1/+1
* mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka2022-01-241-1/+2
* image-fit: Make string of algo parameter constantJan Kiszka2022-01-241-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-28/+28
* image.h: make image_sign_info.fit point to constHannu Lounento2021-10-311-1/+1
* image: Drop most #ifdefs in image-board.cSimon Glass2021-10-081-2/+5
* image: Drop unnecessary #ifdefs from image.hSimon Glass2021-10-081-35/+4
* image: Tidy up fit_unsupported_reset()Simon Glass2021-10-081-13/+0
* image: Drop IMAGE_ENABLE_IGNORESimon Glass2021-10-081-3/+0
* image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2021-10-081-6/+0
* image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2021-10-081-6/+0
* image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2021-10-081-6/+0
* image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2021-10-081-3/+0
* image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2021-10-081-3/+2
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-081-3/+0
* image: Drop IMAGE_ENABLE_FITSimon Glass2021-10-081-9/+8
* hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass2021-10-081-5/+0
* image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-141-0/+4
* image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesWIP/2021-09-08-fix-FIT-hash-algos-in-SPLAlexandru Gagniuc2021-09-081-20/+0
* common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-081-0/+1
* common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-081-3/+0
* 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