aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2022-03-12 11:14:17 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-10-20 14:35:26 +0000
commitadf21da26429855ba516c383dd946171db3eb2b1 (patch)
treed7821b95771e0e07abfff11602cd885fb0d41e05 /src/mainboard/google/volteer
parent6b650811e500d78b91565d83ba5158d07a3672dd (diff)
mb/google/volteer: add VBTs for lindar variant
Add VBT data files, ensure secondary VBTs compiled in as needed, select INTEL_GMA_HAVE_VBT. TEST=build/boot lindar variant with FSP/GOP display init, edk2 payload Change-Id: I81022670fabda7994e292d333c999b508e61b469 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68465 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r--src/mainboard/google/volteer/Kconfig1
-rw-r--r--src/mainboard/google/volteer/variants/lindar/Makefile.inc2
-rw-r--r--src/mainboard/google/volteer/variants/lindar/data-oled.vbtbin0 -> 8704 bytes
-rw-r--r--src/mainboard/google/volteer/variants/lindar/data.vbtbin0 -> 8704 bytes
4 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig
index 926a0ca4b1..51210e44ed 100644
--- a/src/mainboard/google/volteer/Kconfig
+++ b/src/mainboard/google/volteer/Kconfig
@@ -55,6 +55,7 @@ config BOARD_GOOGLE_LINDAR
select DRIVERS_GENERIC_BAYHUB_LV2
select DRIVERS_I2C_RT1011
select INTEL_CAR_NEM
+ select INTEL_GMA_HAVE_VBT
config BOARD_GOOGLE_MALEFOR
select BOARD_GOOGLE_BASEBOARD_VOLTEER
diff --git a/src/mainboard/google/volteer/variants/lindar/Makefile.inc b/src/mainboard/google/volteer/variants/lindar/Makefile.inc
index 22bcbd7727..82518a503e 100644
--- a/src/mainboard/google/volteer/variants/lindar/Makefile.inc
+++ b/src/mainboard/google/volteer/variants/lindar/Makefile.inc
@@ -7,3 +7,5 @@ romstage-y += memory.c
ramstage-y += gpio.c
ramstage-$(CONFIG_FW_CONFIG) += variant.c
+
+$(call add_vbt_to_cbfs, vbt-oled.bin, data-oled.vbt)
diff --git a/src/mainboard/google/volteer/variants/lindar/data-oled.vbt b/src/mainboard/google/volteer/variants/lindar/data-oled.vbt
new file mode 100644
index 0000000000..dfeea359f9
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/lindar/data-oled.vbt
Binary files differ
diff --git a/src/mainboard/google/volteer/variants/lindar/data.vbt b/src/mainboard/google/volteer/variants/lindar/data.vbt
new file mode 100644
index 0000000000..2b48ae0978
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/lindar/data.vbt
Binary files differ