summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-10 15:57:22 +0200
committerNico Huber <nico.h@gmx.de>2019-10-13 12:46:32 +0000
commit2ea4efeefa72fc31934b0e4e27a80f9d81ddd961 (patch)
tree2a2c7fafff4e1637b470fa61735c867f73aba9e0
parent2882253237f254d5f78b7531ef3cefb974cd4bbb (diff)
downloadcoreboot-2ea4efeefa72fc31934b0e4e27a80f9d81ddd961.tar.gz
coreboot-2ea4efeefa72fc31934b0e4e27a80f9d81ddd961.tar.bz2
coreboot-2ea4efeefa72fc31934b0e4e27a80f9d81ddd961.zip
nb/intel/nehalem: Start VBOOT in bootblock with a separate verstage
Tested on Lenovo Thinkpad X201, selects slot or recovery just fine. Change-Id: Ia2b2f2b95510388599266264eaed0d64ce9b6ec5 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35952 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/northbridge/intel/nehalem/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig
index ba9616d31b44..a88d4c902422 100644
--- a/src/northbridge/intel/nehalem/Kconfig
+++ b/src/northbridge/intel/nehalem/Kconfig
@@ -27,7 +27,8 @@ if NORTHBRIDGE_INTEL_NEHALEM
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