summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-09-20 11:52:49 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-09-22 15:41:41 +0000
commit8f6a700c0cb75ce8d35498670778afaf63671b1d (patch)
treeb5619c957faa8616cabcd0e907c9bb50231c8bce
parent8b126e8b7235641d3003fdd220b0fe2377361035 (diff)
mb/google/puff: Add VBT for Ambassador variant
Add data.vbt file and Kconfig to use it. Extracted from google firmware ambassador_13324.283.0 TEST=build ambassador with FSP GOP display init. Change-Id: I5c47700c5abe7d96112702d48a2b749f1784a494 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78032 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r--src/mainboard/google/puff/Kconfig1
-rw-r--r--src/mainboard/google/puff/variants/ambassador/data.vbtbin0 -> 4608 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/puff/Kconfig b/src/mainboard/google/puff/Kconfig
index e8ce796e96..4b93c38e4c 100644
--- a/src/mainboard/google/puff/Kconfig
+++ b/src/mainboard/google/puff/Kconfig
@@ -38,6 +38,7 @@ config BOARD_GOOGLE_BASEBOARD_PUFF
config BOARD_GOOGLE_AMBASSADOR
select BOARD_GOOGLE_BASEBOARD_PUFF
+ select INTEL_GMA_HAVE_VBT
config BOARD_GOOGLE_DOOLY
select BOARD_GOOGLE_BASEBOARD_PUFF
diff --git a/src/mainboard/google/puff/variants/ambassador/data.vbt b/src/mainboard/google/puff/variants/ambassador/data.vbt
new file mode 100644
index 0000000000..cda1c25d7d
--- /dev/null
+++ b/src/mainboard/google/puff/variants/ambassador/data.vbt
Binary files differ