Philipp Deppenwiese has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29815
Change subject: southbridge/intel/bd82x6x: Enable vboot support ......................................................................
southbridge/intel/bd82x6x: Enable vboot support
Enable vboot support in romstage.
Change-Id: Ibe86ffe7bfc6f71090d106b1e1a6228435e127ed Signed-off-by: Philipp Deppenwiese zaolin.daisuki@gmail.com --- M src/southbridge/intel/bd82x6x/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/29815/1
diff --git a/src/southbridge/intel/bd82x6x/Kconfig b/src/southbridge/intel/bd82x6x/Kconfig index d906ea7..1004bcb 100644 --- a/src/southbridge/intel/bd82x6x/Kconfig +++ b/src/southbridge/intel/bd82x6x/Kconfig @@ -43,6 +43,9 @@ select SOUTHBRIDGE_INTEL_COMMON_SMM select SOUTHBRIDGE_INTEL_COMMON_ACPI_MADT
+config VBOOT + select VBOOT_STARTS_IN_ROMSTAGE + config EHCI_BAR hex default 0xfef00000