Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35952 )
Change subject: [UNTESTED]nb/intel/nehalem: Start VBOOT in bootblock with a separate verstage ......................................................................
[UNTESTED]nb/intel/nehalem: Start VBOOT in bootblock with a separate verstage
Change-Id: Ia2b2f2b95510388599266264eaed0d64ce9b6ec5 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/northbridge/intel/nehalem/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/35952/1
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig index e37923e..e45ba43 100644 --- a/src/northbridge/intel/nehalem/Kconfig +++ b/src/northbridge/intel/nehalem/Kconfig @@ -28,7 +28,8 @@
config VBOOT select VBOOT_MUST_REQUEST_DISPLAY - select VBOOT_STARTS_IN_ROMSTAGE + select VBOOT_STARTS_IN_BOOTBLOCK + select VBOOT_SEPARATE_VERSTAGE
config MMCONF_BUS_NUMBER int