aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.h
Commit message (Expand)AuthorAgeFilesLines
* image: Correct strncpy() warning with image_set_name()Simon Glass2022-11-221-1/+7
* image: Allow loading a FIT image for a particular phaseSimon Glass2022-10-311-5/+7
* image: Add the concept of a phase to FITSimon Glass2022-10-311-2/+72
* image: Move comment for fit_conf_find_compat()Simon Glass2022-10-311-0/+41
* image-pre-load: Move macros/definitions to image.hSteven Lawrance2022-10-111-0/+43
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-24/+28
* treewide: Drop image_info_t typedefSimon Glass2022-09-291-3/+3
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-18/+18
* image: Fix BOOTM_STATE valuesSimon Glass2022-09-291-12/+12
* Merge branch 'master' into nextTom Rini2022-09-191-0/+70
|\
| * image: fit: Add some helpers for getting dataSean Anderson2022-09-071-0/+70
* | image: Drop some other #ifdefs in image-board.cWIP/2022-09-14-refactor-ramdisk-code-againSimon Glass2022-09-141-0/+6
|/
* 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