aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-09-18 12:07:19 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-20 07:17:27 +0000
commit2a93d288a8ef1239e9605cb99e0a20fed83d35fc (patch)
tree1cdd1bb86e0b710385b8deec35d31cd948e63690 /src
parentffd50a6e8d16191a438f48c0fcc61ae8f2f7c50c (diff)
nb/intel/nehalem: Enabled VBOOT support
Tested on Lenovo T410. Change-Id: I86100be79bf2337d65b688edba34b87f3ac18cb6 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35454 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/intel/nehalem/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig
index f500d637d6..3adf6987bf 100644
--- a/src/northbridge/intel/nehalem/Kconfig
+++ b/src/northbridge/intel/nehalem/Kconfig
@@ -24,6 +24,10 @@ config NORTHBRIDGE_INTEL_NEHALEM
if NORTHBRIDGE_INTEL_NEHALEM
+config VBOOT
+ select VBOOT_MUST_REQUEST_DISPLAY
+ select VBOOT_STARTS_IN_ROMSTAGE
+
config MMCONF_BUS_NUMBER
int
default 256