aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/slippy/Kconfig7
-rw-r--r--src/mainboard/google/slippy/data.vbtbin0 -> 4399 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig
index 9d206dce12..ecc8aff5ba 100644
--- a/src/mainboard/google/slippy/Kconfig
+++ b/src/mainboard/google/slippy/Kconfig
@@ -15,6 +15,7 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY
select MAINBOARD_HAS_TPM1
select INTEL_INT15
select MAINBOARD_HAS_LIBGFXINIT
+ select INTEL_GMA_HAVE_VBT
if BOARD_GOOGLE_BASEBOARD_SLIPPY
@@ -65,4 +66,10 @@ config VGA_BIOS_FILE
string
default "pci8086,0406.rom"
+# Override the default variant 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_BASEBOARD_SLIPPY
diff --git a/src/mainboard/google/slippy/data.vbt b/src/mainboard/google/slippy/data.vbt
new file mode 100644
index 0000000000..3b0e45a13c
--- /dev/null
+++ b/src/mainboard/google/slippy/data.vbt
Binary files differ