diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-09-18 12:07:19 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-20 07:17:27 +0000 |
commit | 2a93d288a8ef1239e9605cb99e0a20fed83d35fc (patch) | |
tree | 1cdd1bb86e0b710385b8deec35d31cd948e63690 /src/northbridge/intel | |
parent | ffd50a6e8d16191a438f48c0fcc61ae8f2f7c50c (diff) | |
download | coreboot-2a93d288a8ef1239e9605cb99e0a20fed83d35fc.tar.xz |
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/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/nehalem/Kconfig | 4 |
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 |