index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
image.h
Age
Commit message (
Expand
)
Author
2022-10-11
image-pre-load: Move macros/definitions to image.h
Steven Lawrance
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-09-29
treewide: Drop image_info_t typedef
Simon Glass
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
2022-09-29
image: Fix BOOTM_STATE values
Simon Glass
2022-09-19
Merge branch 'master' into next
Tom Rini
2022-09-14
image: Drop some other #ifdefs in image-board.c
Simon Glass
2022-09-07
image: fit: Add some helpers for getting data
Sean Anderson
2022-04-11
lib: rsa: Fix const-correctness of rsassa_pss functions
SESA644425
2022-04-05
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2022-04-04
tools: mkimage: Add Allwinner TOC0 support
Samuel Holland
2022-03-31
mkimage: add public key for image pre-load stage
Philippe Reynes
2022-03-31
cmd: bootm: add a stage pre-load
Philippe Reynes
2022-03-31
boot: image: add a stage pre-load
Philippe Reynes
2022-01-26
tools: mkimage: Show where signatures/keys are written
Simon Glass
2022-01-26
image: Return destination node for add_verify_data() method
Simon Glass
2022-01-26
tools: Pass the key blob around
Simon Glass
2022-01-26
tools: Improve comments in signing functions
Simon Glass
2022-01-24
mkimage: Allow to specify the signature algorithm on the command line
Jan Kiszka
2022-01-24
image-fit: Make string of algo parameter constant
Jan Kiszka
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-31
image.h: make image_sign_info.fit point to const
Hannu Lounento
2021-10-08
image: Drop most #ifdefs in image-board.c
Simon Glass
2021-10-08
image: Drop unnecessary #ifdefs from image.h
Simon Glass
2021-10-08
image: Tidy up fit_unsupported_reset()
Simon Glass
2021-10-08
image: Drop IMAGE_ENABLE_IGNORE
Simon Glass
2021-10-08
image: Drop IMAGE_OF_SYSTEM_SETUP
Simon Glass
2021-10-08
image: Drop IMAGE_OF_BOARD_SETUP
Simon Glass
2021-10-08
image: Drop IMAGE_BOOT_GET_CMDLINE
Simon Glass
2021-10-08
image: Use Kconfig to enable FIT_RSASSA_PSS on host
Simon Glass
2021-10-08
image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host
Simon Glass
2021-10-08
image: Drop IMAGE_ENABLE_OF_LIBFDT
Simon Glass
2021-10-08
image: Drop IMAGE_ENABLE_FIT
Simon Glass
2021-10-08
hash: Use Kconfig to enable hashing in host tools and SPL
Simon Glass
2021-09-14
image: rsa: Move padding_algos to linker lists
Alexandru Gagniuc
2021-09-08
image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines
Alexandru Gagniuc
2021-09-08
common: Move MD5 hash to hash_algo[] array.
Alexandru Gagniuc
2021-09-08
common: Remove unused CONFIG_FIT_SHAxxx selectors
Alexandru Gagniuc
2021-07-16
image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro
Alexandru Gagniuc
2021-07-16
image: Eliminate IMAGE_ENABLE_VERIFY macro
Alexandru Gagniuc
2021-07-16
image: Add support for placing crypto_algo in linker lists
Alexandru Gagniuc
2021-07-16
image: Drop IMAGE_ENABLE_BEST_MATCH
Simon Glass
2021-07-16
image: Drop IMAGE_ENABLE_SHAxxx
Simon Glass
2021-07-16
image: Drop IMAGE_ENABLE_SHA1
Simon Glass
2021-07-16
Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5
Simon Glass
2021-07-16
Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32
Simon Glass
2021-07-16
image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT
Simon Glass
2021-07-16
image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx
Simon Glass
2021-07-16
image: Shorten FIT_ENABLE_SHAxxx_SUPPORT
Simon Glass
2021-06-11
common: fit: Update board_fit_image_post_process() to pass fit and node_offset
Lokesh Vutla
[next]