summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2021-01-29 01:19:25 +0300
committerJoel Stanley <joel@jms.id.au>2021-01-30 04:34:52 +0300
commit9c56965c2b91fa63112da1d5241bf5db2ed7449b (patch)
treed0e28ea3380a00ce43cc849f27ecbe94f2230d9f /meta-aspeed/recipes-bsp
parent987fcc7c0eec3e5565df56c49e63d23f40856438 (diff)
downloadopenbmc-9c56965c2b91fa63112da1d5241bf5db2ed7449b.tar.xz
u-boot-aspeed: SHA512 backport and FIT bugfixes
These patches bring SHA512 support to the FIT in u-boot, SPL and mkimage. The majority of the feature comes in with "Add support for SHA384 and SHA512", while the rest are relevant bugfixes that have been made to master since v2019.04. There is not yet a change to the configuration to enable the new algorithm and therefore only a minor image size change (an increase of 247 bytes due to "image: Check hash-nodes when checking configurations"). Harald Seiler (1): common: hash: Remove a debug printf statement Heinrich Schuchardt (1): image-fit: fit_check_format check for valid FDT Joel Stanley (1): ast2600: spl: Include RAM loader in BL2 ifdef Patrick Doyle (1): rsa: reject images with unknown padding Reuben Dowle (1): Add support for SHA384 and SHA512 Simon Glass (3): image: Be a little more verbose when checking signatures image: Return an error message from fit_config_verify_sig() image: Check hash-nodes when checking configurations Change-Id: I69d7ac29d8c4d710c57fc6a45b1c48022e6808c0 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-aspeed/recipes-bsp')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
index a10cc1919..4e7a92c2e 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
@@ -8,7 +8,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "76a4982c941e83364d04813fbb8015ec15aae1d3"
+SRCREV = "869b79f73711d5a7b6c0bfa3c8888dc2583d1526"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"