Hello Alexander Couzens, Patrick Rudolph, Arthur Heymans, Philipp Deppenwiese, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32585
to look at the new patch set (#5).
Change subject: mb/lenovo/*: Add support for VBOOT on 8MiB devices ......................................................................
mb/lenovo/*: Add support for VBOOT on 8MiB devices
Enable VBOOT support on all devices that have a 8 MiB flash, using a single RW_MAIN_A partition, allowing the use of tianocore payload in both RW_MAIN_A and WP_RO.
* Add VBNV section to cmos.layout * Add FMAP for VBOOT and regular boot * Select Kconfigs for VBOOT * Enable VBOOT_SLOTS_RW_A by default
Also build test VBOOT on Lenovo T420.
Tested on Lenovo T520 using Icb7b263ed86551cc53e1db7babccaca6b3ae2fe6.
Change-Id: Icb7b263ed86551cc53e1db7babccaca6b3ae2fe6 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M configs/config.lenovo_t420_static_option_table_no_mem_fuses M src/mainboard/lenovo/t420/Kconfig A src/mainboard/lenovo/t420/board.fmd M src/mainboard/lenovo/t420/cmos.layout A src/mainboard/lenovo/t420/vboot-rwa.fmd M src/mainboard/lenovo/t420s/Kconfig A src/mainboard/lenovo/t420s/board.fmd M src/mainboard/lenovo/t420s/cmos.layout A src/mainboard/lenovo/t420s/vboot-rwa.fmd M src/mainboard/lenovo/t520/Kconfig A src/mainboard/lenovo/t520/board.fmd M src/mainboard/lenovo/t520/cmos.layout A src/mainboard/lenovo/t520/vboot-rwa.fmd M src/mainboard/lenovo/x220/Kconfig A src/mainboard/lenovo/x220/board.fmd M src/mainboard/lenovo/x220/cmos.layout A src/mainboard/lenovo/x220/vboot-rwa.fmd 17 files changed, 273 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/32585/5