Attention is currently required from: Eric Lai, Kapil Porwal, Nick Vaccaro, Subrata Banik.
SH Kim has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80327?usp=email )
Change subject: mb/google/brya/var/xol: Update Kconfig ......................................................................
mb/google/brya/var/xol: Update Kconfig
Apply initial Kconfig settings for Xol.
BUG=b:319506033 BRANCH=firmware-brya-14505.B TEST=FW_NAME=xol emerge-brya coreboot chromeos-bootimage proto board can boot to ChromeOS
Change-Id: I7e896eb01d37f06a6f1f956d6cd2c2263fefd781 Signed-off-by: Seunghwan Kim sh_.kim@samsung.corp-partner.google.com --- M src/mainboard/google/brya/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/80327/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index dae3f16..060f897 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -476,6 +476,9 @@ config BOARD_GOOGLE_XOL select BOARD_GOOGLE_BASEBOARD_BRYA select SOC_INTEL_RAPTORLAKE + select INTEL_GMA_HAVE_VBT + select DRIVERS_I2C_DA7219 + select DRIVERS_INTEL_ISH
config BOARD_GOOGLE_YAVIKS select BOARD_GOOGLE_BASEBOARD_NISSA @@ -583,6 +586,7 @@ default 0x1 if BOARD_GOOGLE_DOCHI default 0x0 if BOARD_GOOGLE_QUANDISO default 0x0 if BOARD_GOOGLE_ANRAGGAR + default 0x1 if BOARD_GOOGLE_XOL
config DRIVER_TPM_I2C_ADDR hex