Hello build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47194
to look at the new patch set (#2).
Change subject: arch/x86: Top align the bootblock ......................................................................
arch/x86: Top align the bootblock
This removes the fixed CONFIG_C_ENV_BOOTBLOCK_SIZE requirement for X86 systems.
The Kconfig symbol is kept as a way to define the bootblock size on systems that have specific requirements like qemu-i440fx, intel/apollolake or more specific things like CbNT/Bootguard.
Change-Id: Ibd22ab394a38e73ba365b0796419b69e4bc0b45f Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/x86/Kconfig M src/arch/x86/car.ld M src/arch/x86/memlayout.ld M src/cpu/amd/agesa/Kconfig M src/cpu/amd/pi/Kconfig M src/cpu/intel/slot_1/Kconfig M src/cpu/intel/socket_441/Kconfig M src/cpu/intel/socket_m/Kconfig M src/cpu/x86/16bit/reset16.ld M src/mainboard/aopen/dxplplusu/Kconfig M src/mainboard/emulation/qemu-i440fx/Kconfig M src/mainboard/emulation/qemu-q35/Kconfig M src/mainboard/facebook/fbg1701/Kconfig M src/mainboard/portwell/m107/Kconfig M src/soc/intel/alderlake/Kconfig M src/soc/intel/braswell/Kconfig M src/soc/intel/cannonlake/Kconfig M src/soc/intel/denverton_ns/Kconfig M src/soc/intel/elkhartlake/Kconfig M src/soc/intel/icelake/Kconfig M src/soc/intel/jasperlake/Kconfig M src/soc/intel/quark/Kconfig M src/soc/intel/skylake/Kconfig M src/soc/intel/tigerlake/Kconfig 24 files changed, 26 insertions(+), 80 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/47194/2