aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-11-12 10:21:05 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-11-21 16:03:06 +0000
commitc14ad8a84dc977c2994f35df4ac09716aca4a876 (patch)
tree58988353db38a4e621190ee3a953048c66b1ba96
parentef676b143edb675f7bcafe1c3d99a4ca8e6745ac (diff)
soc/intel/fsp_broadwell_de: Add vboot support
Enable vboot2 in romstage. Change-Id: I7f1a1e8538999c5e4e54f3a4aa0cdf6d8a309c4f Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-on: https://review.coreboot.org/c/29590 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/fsp_broadwell_de/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig
index 7046ff04d4..fe0fa8d12a 100644
--- a/src/soc/intel/fsp_broadwell_de/Kconfig
+++ b/src/soc/intel/fsp_broadwell_de/Kconfig
@@ -29,6 +29,9 @@ config CPU_SPECIFIC_OPTIONS
select TSC_MONOTONIC_TIMER
select TSC_CONSTANT_RATE
+config VBOOT
+ select VBOOT_STARTS_IN_ROMSTAGE
+
config CBFS_SIZE
hex
default 0x200000