Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40926 )
Change subject: mb/google/reef: Add and use VBT ......................................................................
mb/google/reef: Add and use VBT
Add VBT file, and override use via Kconfig since all Reef variants use the same VBT file.
Test: built/boot google/reef w/FSP display init
Change-Id: I31156ec7371c0443719fdd9ddac6ed4960c83767 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/google/reef/Kconfig A src/mainboard/google/reef/data.vbt 2 files changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/40926/1
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index 5d782b1..5bdec88 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -12,6 +12,7 @@ select EC_GOOGLE_CHROMEEC_LPC select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES + select INTEL_GMA_HAVE_VBT select INTEL_LPSS_UART_FOR_CONSOLE select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_I2C_TPM_CR50 @@ -100,4 +101,8 @@ default 0xe00 if CHROMEOS default 0xc00
+# Override the default behavior, since the data.vbt is the same # for all variants +config INTEL_GMA_VBT_FILE + default "src/mainboard/$(MAINBOARDDIR)/data.vbt" + endif # BOARD_GOOGLE_REEF diff --git a/src/mainboard/google/reef/data.vbt b/src/mainboard/google/reef/data.vbt new file mode 100644 index 0000000..d9a55d2 --- /dev/null +++ b/src/mainboard/google/reef/data.vbt Binary files differ