git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d5a22
)
x86: Create more space for SPL with qemu-x86_64
author
Simon Glass
<sjg@chromium.org>
Sat, 11 Jan 2025 00:00:18 +0000
(17:00 -0700)
committer
Tom Rini
<trini@konsulko.com>
Wed, 22 Jan 2025 23:08:23 +0000
(17:08 -0600)
The space here is quite tight and there is plenty of room in the ROM.
Move SPL earlier to allow for expansion.
Signed-off-by: Simon Glass <sjg@chromium.org>
configs/qemu-x86_64_defconfig
patch
|
blob
|
history
diff --git
a/configs/qemu-x86_64_defconfig
b/configs/qemu-x86_64_defconfig
index
3c0fc7a
..
39375c7
100644
(file)
--- a/
configs/qemu-x86_64_defconfig
+++ b/
configs/qemu-x86_64_defconfig
@@
-7,7
+7,7
@@
CONFIG_MAX_CPUS=2
CONFIG_SPL_DM_SPI=y
CONFIG_DEFAULT_DEVICE_TREE="qemu-x86_i440fx"
CONFIG_SPL_SYS_MALLOC_F_LEN=0x2000
-CONFIG_SPL_TEXT_BASE=0xfffd
4
000
+CONFIG_SPL_TEXT_BASE=0xfffd
0
000
CONFIG_DEBUG_UART_BASE=0x3f8
CONFIG_DEBUG_UART_CLOCK=1843200
CONFIG_X86_RUN_64BIT=y