summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp/u-boot/files
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-08-21 09:25:34 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-22 15:17:48 +0300
commit009aad16455be2d6f7c064c93bde7ffe843a1d14 (patch)
treeeffb9204fcf8973c5b1b510e49b46fd02edb7019 /meta-aspeed/recipes-bsp/u-boot/files
parent0eee5304fc24fb19ae91151d8e9d5de5321c2478 (diff)
downloadopenbmc-009aad16455be2d6f7c064c93bde7ffe843a1d14.tar.xz
aspeed-u-boot-sdk: Bump to latest dev commit
This includes a fix to the bootm limit issue so the patch can be removed. It also addresses other issues, such as an updated SMP handshake and booting larger kernels. (From meta-aspeed rev: 921779183e3d57dbfddc9179f6b8fc413b453553) Change-Id: I5575ac0a7d0f72fa97b3aa6c580bdacc84ac619d Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/recipes-bsp/u-boot/files')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/files/0001-aspeed-Limit-bootm-memory.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/files/0001-aspeed-Limit-bootm-memory.patch b/meta-aspeed/recipes-bsp/u-boot/files/0001-aspeed-Limit-bootm-memory.patch
deleted file mode 100644
index f6062971c..000000000
--- a/meta-aspeed/recipes-bsp/u-boot/files/0001-aspeed-Limit-bootm-memory.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 41d6940891b91e27ea5509eda2247811a3ba0c0d Mon Sep 17 00:00:00 2001
-From: Joel Stanley <joel@jms.id.au>
-Date: Tue, 30 Jul 2019 15:52:05 +0930
-Subject: [PATCH] aspeed: Limit bootm memory
-
-This ensures u-boot places the kernel, device tree and initrd at an
-address that is accessible by the Linux early boot code.
-
-Without this, when booting with FIT the device tree is placed at the end
-of RAM which is not mapped on the AST2600 EVB which contains 2GB of RAM.
-
-Signed-off-by: Joel Stanley <joel@jms.id.au>
----
- include/configs/aspeed-common.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h
-index 3b345ba46333..eba4e1c79d80 100644
---- a/include/configs/aspeed-common.h
-+++ b/include/configs/aspeed-common.h
-@@ -41,6 +41,7 @@
- #define CONFIG_SYS_INIT_SP_ADDR \
- (SYS_INIT_RAM_END - GENERATED_GBL_DATA_SIZE)
-
-+#define CONFIG_SYS_BOOTMAPSZ (256 * 1024 * 1024)
- #define CONFIG_SYS_MALLOC_LEN (32 << 20)
-
- /*
---
-2.20.1
-