summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-09-23 11:38:39 +0300
committerJoel Stanley <joel@jms.id.au>2022-09-24 05:39:36 +0300
commit1361b328c6ad616c46262c64a65f12f066660e28 (patch)
tree6aaea746dc3a62c91cf352998c36d2cb6f82b5c5
parent81fbf3d85183ddf9b9d2890b1c4e76c77224fa73 (diff)
downloadopenbmc-1361b328c6ad616c46262c64a65f12f066660e28.tar.xz
u-boot-aspeed: ECC device tree support
This moves ECC support to be device tree based. All u-boot images using the defconfig will contain the code to run with ECC, but it will only be enabled by systems that set the aspeed,ecc-enabled device tree property. p10bmc is the first machine to enable ECC in this fashion. Joel Stanley (4): config/ast2500: Enable RAM devices ram/aspeed: Use device tree to configure ECC ram/aspeed: Remove ECC config option ARM: dts: aspeed: p10bmc: Enable ECC Change-Id: I352f7d801f4becb937a2dede5910618eeddd1f0e Signed-off-by: Joel Stanley <joel@jms.id.au>
-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 aa5b53e69d..fbab2ff768 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
@@ -10,7 +10,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "1001985b9bbd4336e84f753c43a677058358e8f9"
+SRCREV = "0b93d268ce837570be1a8833c749e726d48b69a7"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
SRC_URI:append:uboot-flash-32768 = " file://u-boot_flash_32M.cfg"