summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-11-06 11:32:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-09 03:13:48 +0300
commitd98a10e3e1f8cf565ec6c3214356cd608d203586 (patch)
tree8a1505a0fc5e2d26d2734aabb8e3da841c78ab88 /meta-aspeed
parent14191c8d25e2e93232cf3401e83423563dac44cc (diff)
downloadopenbmc-d98a10e3e1f8cf565ec6c3214356cd608d203586.tar.xz
u-boot-aspeed: u-boot on eMMC support
This adds a new configuration ast2600_openbmc_spl_emmc_defconfig that can be used on either emmc or nor systems. Note that it will try to locate the environment on emmc, so use on nor-only systems will always use the default environment. Machines that wish to use this configuration should set UBOOT_MACHINE in their <machinename>.conf. Eddie James (3): ARM: dts: Aspeed: Tacoma and Rainier: Add eMMC nodes and parameters arch: ARM: Aspeed: Add SPL eMMC partition boot support configs: Add AST2600 SPL eMMC configuration (From meta-aspeed rev: 1a970c012150cee8e5d937716f33e4f1c2e85e02) Change-Id: I53f6b39579529f7bb6d98f4ee9a3cb067dc75cb5 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 19b0680a2..cd26d947b 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 = "79a1c9bf2479b4808bd3275a9ea2dc0341a3f491"
+SRCREV = "07850c9dfcd720e7668c60e084b397ef78153dd9"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"