summaryrefslogtreecommitdiff
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\