From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Cc: Bin Meng <bmeng.cn@gmail.com>
Subject: [PATCH] x86: Change SYS_LOAD_ADDR to 0x01000000
Date: Tue, 31 Aug 2021 09:13:18 -0400 [thread overview]
Message-ID: <20210831131318.15722-1-trini@konsulko.com> (raw)
At least on qemu, and likely other platforms, a load address of
0x02000000 ends up without our protected range currently. Move this
down to 0x01000000.
Cc: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 931a22806e4e..eaf48b80196f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -389,8 +389,8 @@ config SYS_LDSCRIPT
config SYS_LOAD_ADDR
hex "Address in memory to use by default"
- default 0x01000000 if ARCH_SOCFPGA
- default 0x02000000 if PPC || X86
+ default 0x01000000 if ARCH_SOCFPGA || X86
+ default 0x02000000 if PPC
default 0x22000000 if MACH_SUN9I
default 0x42000000 if ARCH_SUNXI && !MACH_SUN9I
default 0x82000000 if ARCH_KEYSTONE || ARCH_OMAP2PLUS || ARCH_K3
--
2.17.1
next reply other threads:[~2021-08-31 13:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 13:13 Tom Rini [this message]
2021-08-31 14:11 ` [PATCH] x86: Change SYS_LOAD_ADDR to 0x01000000 Bin Meng
2021-08-31 15:10 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210831131318.15722-1-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=bmeng.cn@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox