diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2019-11-27 22:49:43 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-02 12:05:30 +0000 |
commit | 12507ce8954e074fd93c5366b0b5ecb10f28aa0a (patch) | |
tree | 773a47e1f4ad0b8a0b4439fc9613f201f2c51ce0 /src/mainboard/google/poppy | |
parent | cc3e2a031aeb81809573bc9c69bf315868420b82 (diff) |
mb/google/poppy: add VBTs for remaining variants
Add VBT files for Atlas, Nocturne, Rammus, and Soraka variants.
Extracted from ChromeOS recovery images for the respective boards.
Select INTEL_GMA_HAVE_VBT for all variants except Poppy, since
it doesn't have a VBT (or a recovery image from which to extract one).
Change-Id: Icba2741e0b7309c22c027f956cd20cec78f34052
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37311
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/poppy')
-rw-r--r-- | src/mainboard/google/poppy/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/google/poppy/variants/atlas/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/poppy/variants/nocturne/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/poppy/variants/rammus/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/poppy/variants/soraka/data.vbt | bin | 0 -> 4608 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig index 85dc9a5701..30e5263613 100644 --- a/src/mainboard/google/poppy/Kconfig +++ b/src/mainboard/google/poppy/Kconfig @@ -10,7 +10,7 @@ config BOARD_GOOGLE_BASEBOARD_POPPY select EC_GOOGLE_CHROMEEC_ESPI select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES - select INTEL_GMA_HAVE_VBT if BOARD_GOOGLE_NAMI || BOARD_GOOGLE_NAUTILUS + select INTEL_GMA_HAVE_VBT if !BOARD_GOOGLE_POPPY select INTEL_LPSS_UART_FOR_CONSOLE select MAINBOARD_HAS_CHROMEOS select SOC_INTEL_KABYLAKE diff --git a/src/mainboard/google/poppy/variants/atlas/data.vbt b/src/mainboard/google/poppy/variants/atlas/data.vbt Binary files differnew file mode 100644 index 0000000000..850375e550 --- /dev/null +++ b/src/mainboard/google/poppy/variants/atlas/data.vbt diff --git a/src/mainboard/google/poppy/variants/nocturne/data.vbt b/src/mainboard/google/poppy/variants/nocturne/data.vbt Binary files differnew file mode 100644 index 0000000000..4d9293ef08 --- /dev/null +++ b/src/mainboard/google/poppy/variants/nocturne/data.vbt diff --git a/src/mainboard/google/poppy/variants/rammus/data.vbt b/src/mainboard/google/poppy/variants/rammus/data.vbt Binary files differnew file mode 100644 index 0000000000..5fc6e1ce8b --- /dev/null +++ b/src/mainboard/google/poppy/variants/rammus/data.vbt diff --git a/src/mainboard/google/poppy/variants/soraka/data.vbt b/src/mainboard/google/poppy/variants/soraka/data.vbt Binary files differnew file mode 100644 index 0000000000..4156bdeff4 --- /dev/null +++ b/src/mainboard/google/poppy/variants/soraka/data.vbt |