arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits
commite76ce871c8f84aef38fbf9df9c8bee3c10c085d7
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Mon, 25 May 2020 05:52:07 +0000 (25 08:52 +0300)
committerKyösti Mälkki <kyosti.malkki@gmail.com>
Thu, 28 Jan 2021 08:55:31 +0000 (28 08:55 +0000)
tree02359779387bb2b7b329150c9642280b5c0fb999
parent49dbbe99c2e645f5d800fa9f88a97ff6d545efba
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>
25 files changed:
configs/config.facebook_fbg1701.mboot_vboot
src/arch/x86/Kconfig
src/cpu/amd/agesa/Kconfig
src/cpu/amd/pi/Kconfig
src/cpu/intel/slot_1/Kconfig
src/cpu/intel/socket_441/Kconfig
src/cpu/intel/socket_m/Kconfig
src/mainboard/aopen/dxplplusu/Kconfig
src/mainboard/emulation/qemu-i440fx/Kconfig
src/mainboard/emulation/qemu-q35/Kconfig
src/mainboard/facebook/fbg1701/Kconfig
src/mainboard/portwell/m107/Kconfig
src/soc/intel/alderlake/Kconfig
src/soc/intel/braswell/Kconfig
src/soc/intel/cannonlake/Kconfig
src/soc/intel/denverton_ns/Kconfig
src/soc/intel/elkhartlake/Kconfig
src/soc/intel/icelake/Kconfig
src/soc/intel/jasperlake/Kconfig
src/soc/intel/quark/Kconfig
src/soc/intel/skylake/Kconfig
src/soc/intel/tigerlake/Kconfig
src/soc/intel/xeon_sp/Kconfig
src/soc/intel/xeon_sp/cpx/Kconfig
src/soc/intel/xeon_sp/skx/Kconfig