summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-12 20:41:52 +0300
committerBrad Bishop <radsquirrel@gmail.com>2019-09-19 19:23:29 +0300
commit9a0c48d0335b1eef120ef75f671c64f1ef0aecdd (patch)
treea642dc216fe11b50460649e73316d2ee002fa12c /meta-aspeed/recipes-bsp
parentfec6d420186253cce447a33ff912caf606f89cab (diff)
downloadopenbmc-9a0c48d0335b1eef120ef75f671c64f1ef0aecdd.tar.xz
meta-aspeed: g6: Adjust fit address
5b6780e981 changed the u-boot+env size and thus the same fit image address (512KiB) can be used on g6 as on the other aspeed SoCs. Refresh the initial u-boot patch rather than a new one because the original has not yet been accepted upstream. (From meta-aspeed rev: 6aa4aaf66f96acaf84a6c434ddfb3e142c087bf4) Change-Id: I5bcd6468f1578f7f820e3eeeec23d5b3756dca60 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/recipes-bsp')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/files/0001-arm-evb-ast2600-put-environment-back-at-512KiB.patch28
1 files changed, 24 insertions, 4 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/files/0001-arm-evb-ast2600-put-environment-back-at-512KiB.patch b/meta-aspeed/recipes-bsp/u-boot/files/0001-arm-evb-ast2600-put-environment-back-at-512KiB.patch
index 8bf99c7a1..aa56af7dc 100644
--- a/meta-aspeed/recipes-bsp/u-boot/files/0001-arm-evb-ast2600-put-environment-back-at-512KiB.patch
+++ b/meta-aspeed/recipes-bsp/u-boot/files/0001-arm-evb-ast2600-put-environment-back-at-512KiB.patch
@@ -1,7 +1,8 @@
-From 5cc81108739c8b5eb5679f726ae86e677e9dee65 Mon Sep 17 00:00:00 2001
+From c89683eaf94f1f9ac899963c518d10f8abfaf00b Mon Sep 17 00:00:00 2001
From: Brad Bishop <bradleyb@fuzziesquirrel.com>
Date: Thu, 5 Sep 2019 20:39:57 -0400
-Subject: [PATCH] arm: evb-ast2600: put environment back at 512KiB
+Subject: [PATCH v3 u-boot aspeed-dev-v2019.04] arm: evb-ast2600: put
+ environment back at 512KiB
Prior to 473f430b90 the environment was at 512KiB, and compatible with
OpenBMC. Restore OpenBMC compatibility by moving the environment back
@@ -11,9 +12,28 @@ Upstream-Status: Pending
Upstream-Status: https://github.com/AspeedTech-BMC/u-boot/pull/1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
---
- include/configs/evb_ast2600.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+v3:
+ -apply bootm address parameter change globally in aspeed-common.h
+v2:
+ -adjusted bootcmd fit address to match new image location
+---
+ include/configs/aspeed-common.h | 2 +-
+ include/configs/evb_ast2600.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h
+index 7a730d17ad..7b8b2a118d 100644
+--- a/include/configs/aspeed-common.h
++++ b/include/configs/aspeed-common.h
+@@ -52,7 +52,7 @@
+ /*
+ * Miscellaneous configurable options
+ */
+-#define CONFIG_BOOTCOMMAND "bootm 200a0000"
++#define CONFIG_BOOTCOMMAND "bootm 20080000"
+ #define CONFIG_ENV_OVERWRITE
+
+ #define CONFIG_SYS_BOOTM_LEN (0x800000 * 2)
diff --git a/include/configs/evb_ast2600.h b/include/configs/evb_ast2600.h
index b4de42a05a..3a12f2f0d4 100644
--- a/include/configs/evb_ast2600.h