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 Binary files /dev/null and b/src/mainboard/google/volteer/variants/lindar/data-oled.vbt 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 Binary files /dev/null and b/src/mainboard/google/volteer/variants/lindar/data.vbt differ