aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-05-25 08:52:07 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-28 08:55:31 +0000
commite76ce871c8f84aef38fbf9df9c8bee3c10c085d7 (patch)
tree02359779387bb2b7b329150c9642280b5c0fb999 /src/mainboard/emulation
parent49dbbe99c2e645f5d800fa9f88a97ff6d545efba (diff)
arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits
With top-aligned bootblock this is no longer globally needed. The default maximum is now a generous 256 KiB with couple platforms having lower limits of 32 KiB and 64 KiB. Change-Id: Ib1aee44908c0dcbc17978d3ee53bd05a6200410c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47600 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/Kconfig2
-rw-r--r--src/mainboard/emulation/qemu-q35/Kconfig4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/Kconfig b/src/mainboard/emulation/qemu-i440fx/Kconfig
index 1b618718b3..9b990ce908 100644
--- a/src/mainboard/emulation/qemu-i440fx/Kconfig
+++ b/src/mainboard/emulation/qemu-i440fx/Kconfig
@@ -76,7 +76,7 @@ config DCACHE_RAM_SIZE
config C_ENV_BOOTBLOCK_SIZE
hex
- default 0x4000
+ default 0x10000
config DCACHE_BSP_STACK_SIZE
hex
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index d88d0da7ff..5a77ded9b3 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -85,10 +85,6 @@ config HAVE_INTEL_FIRMWARE
bool
default n
-config C_ENV_BOOTBLOCK_SIZE
- hex
- default 0x4000
-
config DCACHE_BSP_STACK_SIZE
hex
default 0x4000