From febe5b8a01c78ce8ee5ccb2bd44694666fb4cc70 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 22 Apr 2020 02:35:47 -0500 Subject: mb/google/octopus: Add VBT for ampton variant Add VBT file, extracted from stock Google firmware, and select its use via Kconfig. Change-Id: I256c1c72d1d1e40ea9426fa717bfc4f9c950a91f Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/40595 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Angel Pons --- src/mainboard/google/octopus/Kconfig | 1 + src/mainboard/google/octopus/variants/ampton/data.vbt | Bin 0 -> 5632 bytes 2 files changed, 1 insertion(+) create mode 100644 src/mainboard/google/octopus/variants/ampton/data.vbt (limited to 'src/mainboard/google/octopus') diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index e52e994433..01e9f9fba5 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -17,6 +17,7 @@ config BOARD_GOOGLE_BASEBOARD_OCTOPUS select EC_GOOGLE_CHROMEEC_ESPI select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES + select INTEL_GMA_HAVE_VBT if BOARD_GOOGLE_AMPTON select INTEL_LPSS_UART_FOR_CONSOLE select MAINBOARD_HAS_CHROMEOS select SOC_ESPI diff --git a/src/mainboard/google/octopus/variants/ampton/data.vbt b/src/mainboard/google/octopus/variants/ampton/data.vbt new file mode 100644 index 0000000000..88ae386150 Binary files /dev/null and b/src/mainboard/google/octopus/variants/ampton/data.vbt differ -- cgit v1.2.3