| Commit message (Expand) | Author | Age | Files | Lines |
* | image-pre-load: Move macros/definitions to image.h | Steven Lawrance | 2022-10-11 | 1 | -0/+43 |
* | treewide: Drop image_header_t typedef | Simon Glass | 2022-09-29 | 1 | -24/+28 |
* | treewide: Drop image_info_t typedef | Simon Glass | 2022-09-29 | 1 | -3/+3 |
* | treewide: Drop bootm_headers_t typedef | Simon Glass | 2022-09-29 | 1 | -18/+18 |
* | image: Fix BOOTM_STATE values | Simon Glass | 2022-09-29 | 1 | -12/+12 |
* | Merge branch 'master' into next | Tom Rini | 2022-09-19 | 1 | -0/+70 |
|\ |
|
| * | image: fit: Add some helpers for getting data | Sean Anderson | 2022-09-07 | 1 | -0/+70 |
* | | image: Drop some other #ifdefs in image-board.c | Simon Glass | 2022-09-14 | 1 | -0/+6 |
|/ |
|
* | lib: rsa: Fix const-correctness of rsassa_pss functions | SESA644425 | 2022-04-11 | 1 | -1/+1 |
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi | Tom Rini | 2022-04-05 | 1 | -0/+1 |
|\ |
|
| * | tools: mkimage: Add Allwinner TOC0 support | Samuel Holland | 2022-04-04 | 1 | -0/+1 |
* | | mkimage: add public key for image pre-load stage | Philippe Reynes | 2022-03-31 | 1 | -0/+15 |
* | | cmd: bootm: add a stage pre-load | Philippe Reynes | 2022-03-31 | 1 | -0/+1 |
* | | boot: image: add a stage pre-load | Philippe Reynes | 2022-03-31 | 1 | -0/+14 |
|/ |
|
* | tools: mkimage: Show where signatures/keys are written | Simon Glass | 2022-01-26 | 1 | -1/+22 |
* | image: Return destination node for add_verify_data() method | Simon Glass | 2022-01-26 | 1 | -1/+2 |
* | tools: Pass the key blob around | Simon Glass | 2022-01-26 | 1 | -5/+18 |
* | tools: Improve comments in signing functions | Simon Glass | 2022-01-26 | 1 | -1/+1 |
* | mkimage: Allow to specify the signature algorithm on the command line | Jan Kiszka | 2022-01-24 | 1 | -1/+2 |
* | image-fit: Make string of algo parameter constant | Jan Kiszka | 2022-01-24 | 1 | -1/+1 |
* | doc: replace @return by Return: | Heinrich Schuchardt | 2022-01-19 | 1 | -28/+28 |
* | image.h: make image_sign_info.fit point to const | Hannu Lounento | 2021-10-31 | 1 | -1/+1 |
* | image: Drop most #ifdefs in image-board.c | Simon Glass | 2021-10-08 | 1 | -2/+5 |
* | image: Drop unnecessary #ifdefs from image.h | Simon Glass | 2021-10-08 | 1 | -35/+4 |
* | image: Tidy up fit_unsupported_reset() | Simon Glass | 2021-10-08 | 1 | -13/+0 |
* | image: Drop IMAGE_ENABLE_IGNORE | Simon Glass | 2021-10-08 | 1 | -3/+0 |
* | image: Drop IMAGE_OF_SYSTEM_SETUP | Simon Glass | 2021-10-08 | 1 | -6/+0 |
* | image: Drop IMAGE_OF_BOARD_SETUP | Simon Glass | 2021-10-08 | 1 | -6/+0 |
* | image: Drop IMAGE_BOOT_GET_CMDLINE | Simon Glass | 2021-10-08 | 1 | -6/+0 |
* | image: Use Kconfig to enable FIT_RSASSA_PSS on host | Simon Glass | 2021-10-08 | 1 | -3/+0 |
* | image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host | Simon Glass | 2021-10-08 | 1 | -3/+2 |
* | image: Drop IMAGE_ENABLE_OF_LIBFDT | Simon Glass | 2021-10-08 | 1 | -3/+0 |
* | image: Drop IMAGE_ENABLE_FIT | Simon Glass | 2021-10-08 | 1 | -9/+8 |
* | hash: Use Kconfig to enable hashing in host tools and SPL | Simon Glass | 2021-10-08 | 1 | -5/+0 |
* | image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixes | Alexandru Gagniuc | 2021-09-14 | 1 | -0/+4 |
* | image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesWIP/2021-09-08-fix-FIT-hash-algos-in-SPL | Alexandru Gagniuc | 2021-09-08 | 1 | -20/+0 |
* | common: Move MD5 hash to hash_algo[] array. | Alexandru Gagniuc | 2021-09-08 | 1 | -0/+1 |
* | common: Remove unused CONFIG_FIT_SHAxxx selectors | Alexandru Gagniuc | 2021-09-08 | 1 | -3/+0 |
* | image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro | Alexandru Gagniuc | 2021-07-16 | 1 | -3/+0 |
* | image: Eliminate IMAGE_ENABLE_VERIFY macro | Alexandru Gagniuc | 2021-07-16 | 1 | -4/+1 |
* | image: Add support for placing crypto_algo in linker lists | Alexandru Gagniuc | 2021-07-16 | 1 | -0/+5 |
* | image: Drop IMAGE_ENABLE_BEST_MATCH | Simon Glass | 2021-07-16 | 1 | -5/+0 |
* | image: Drop IMAGE_ENABLE_SHAxxx | Simon Glass | 2021-07-16 | 1 | -21/+0 |
* | image: Drop IMAGE_ENABLE_SHA1 | Simon Glass | 2021-07-16 | 1 | -8/+0 |
* | Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 | Simon Glass | 2021-07-16 | 1 | -1/+1 |
* | Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 | Simon Glass | 2021-07-16 | 1 | -1/+1 |
* | image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT | Simon Glass | 2021-07-16 | 1 | -1/+1 |
* | image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx | Simon Glass | 2021-07-16 | 1 | -4/+4 |
* | image: Shorten FIT_ENABLE_SHAxxx_SUPPORT | Simon Glass | 2021-07-16 | 1 | -6/+6 |
* | common: fit: Update board_fit_image_post_process() to pass fit and node_offset | Lokesh Vutla | 2021-06-11 | 1 | -1/+4 |