summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-04-27 10:10:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-27 19:51:49 +0300
commit5db5c47df5ead59dba8fa340ffd0ca970b14b9b5 (patch)
tree1ded870574f32040e4078930d13f2b51a5e7c7ad /meta-aspeed
parent178f7e3b973a1af0717dc093b0e7656779585eae (diff)
downloadopenbmc-5db5c47df5ead59dba8fa340ffd0ca970b14b9b5.tar.xz
u-boot-aspeed: SPL defconfig, DDR device tree support
This works around an intermittent boot failure seen on Tacoma1z. Joel Stanley (6): aspeed: Add machine names tools: Add script for generating recovery image configs: Add OpenBMC spl defconfig for AST2600 boards clk: ast2600: Add divisor settings for 100MHz PLL ram: ast2600: Enable device tree based DDR config ast2600: tacoma: Run DDR at 1333 (From meta-aspeed rev: e63dd680abed78dc2b2126c6fcbf3497c35ae18b) Change-Id: I0a2f17d242f3312592fb975fa4231237102ea517 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-aspeed')
-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 46ab2e782..8e0ad65f3 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 = "0991f0b8ae2eaad7d06977d2fabbb599f0d28a97"
+SRCREV = "09e0e88ee0e79e9fa967ac1fa03f589a5d7eface"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"