Arthur Heymans has uploaded this change for review.

View Change

mb/google/slippy: Add a VBT for all variants

The vbt.bin is the same across all variants.

Change-Id: I82c72c561e1058e0b77d80baf330b64f7c6b08e3
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/mainboard/google/slippy/Kconfig
A src/mainboard/google/slippy/data.vbt
2 files changed, 7 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/30487/1
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig
index 9d206dc..ecc8aff 100644
--- a/src/mainboard/google/slippy/Kconfig
+++ b/src/mainboard/google/slippy/Kconfig
@@ -15,6 +15,7 @@
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 @@
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 0000000..915b152
--- /dev/null
+++ b/src/mainboard/google/slippy/data.vbt
Binary files differ

To view, visit change 30487. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I82c72c561e1058e0b77d80baf330b64f7c6b08e3
Gerrit-Change-Number: 30487
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange