aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2021-11-15 20:01:11 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-10-20 14:35:02 +0000
commit6b650811e500d78b91565d83ba5158d07a3672dd (patch)
tree0bad0ac0013feee5f1940d6b04aa5f4a98b468d9
parent897f72a111a36405b1212af10bc971c54f9c1fda (diff)
mb/google/dedede: add VBTs for drawcia, mangolor variants
Add VBT data files, ensure secondary VBTs compiled in as needed, select INTEL_GMA_HAVE_VBT. TEST=build/boot drawcia, mangolor variants with FSP/GOP display init and edk2 payload Change-Id: I58a2ed59bd858ce772e92f6659d341036823b11a Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68464 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/mainboard/google/dedede/Kconfig.name2
-rw-r--r--src/mainboard/google/dedede/variants/drawcia/Makefile.inc2
-rw-r--r--src/mainboard/google/dedede/variants/drawcia/data.vbtbin0 -> 7680 bytes
-rw-r--r--src/mainboard/google/dedede/variants/drawcia/drawman-data.vbtbin0 -> 7680 bytes
-rw-r--r--src/mainboard/google/dedede/variants/magolor/Makefile.inc2
-rw-r--r--src/mainboard/google/dedede/variants/magolor/data.vbtbin0 -> 7680 bytes
-rw-r--r--src/mainboard/google/dedede/variants/magolor/magister-data.vbtbin0 -> 7680 bytes
7 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig.name b/src/mainboard/google/dedede/Kconfig.name
index dca36a6e9b..3bb63639a0 100644
--- a/src/mainboard/google/dedede/Kconfig.name
+++ b/src/mainboard/google/dedede/Kconfig.name
@@ -19,6 +19,7 @@ config BOARD_GOOGLE_DRAWCIA
select DRIVERS_GENERIC_MAX98357A
select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR
select DRIVERS_INTEL_MIPI_CAMERA
+ select INTEL_GMA_HAVE_VBT
select SOC_INTEL_COMMON_BLOCK_IPU
help
The Drawcia board supports the following devices:
@@ -73,6 +74,7 @@ config BOARD_GOOGLE_MAGOLOR
select DRIVERS_I2C_DA7219
select DRIVERS_INTEL_MIPI_CAMERA
select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR
+ select INTEL_GMA_HAVE_VBT
select SOC_INTEL_COMMON_BLOCK_IPU
config BOARD_GOOGLE_METAKNIGHT
diff --git a/src/mainboard/google/dedede/variants/drawcia/Makefile.inc b/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
index c517214e46..9e9af40e76 100644
--- a/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
+++ b/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
@@ -5,3 +5,5 @@ ramstage-y += ramstage.c
ramstage-$(CONFIG_FW_CONFIG) += variant.c
smm-y += variant.c
+
+$(call add_vbt_to_cbfs, vbt_drawman.bin, drawman-data.vbt)
diff --git a/src/mainboard/google/dedede/variants/drawcia/data.vbt b/src/mainboard/google/dedede/variants/drawcia/data.vbt
new file mode 100644
index 0000000000..7a45a860ec
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/drawcia/data.vbt
Binary files differ
diff --git a/src/mainboard/google/dedede/variants/drawcia/drawman-data.vbt b/src/mainboard/google/dedede/variants/drawcia/drawman-data.vbt
new file mode 100644
index 0000000000..b29655cf6c
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/drawcia/drawman-data.vbt
Binary files differ
diff --git a/src/mainboard/google/dedede/variants/magolor/Makefile.inc b/src/mainboard/google/dedede/variants/magolor/Makefile.inc
index 33333832e8..f2cbf8d8e0 100644
--- a/src/mainboard/google/dedede/variants/magolor/Makefile.inc
+++ b/src/mainboard/google/dedede/variants/magolor/Makefile.inc
@@ -2,3 +2,5 @@
ramstage-$(CONFIG_FW_CONFIG) += variant.c
ramstage-y += gpio.c
+
+$(call add_vbt_to_cbfs, vbt_magister.bin, magister-data.vbt)
diff --git a/src/mainboard/google/dedede/variants/magolor/data.vbt b/src/mainboard/google/dedede/variants/magolor/data.vbt
new file mode 100644
index 0000000000..fa3d21a1d6
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/magolor/data.vbt
Binary files differ
diff --git a/src/mainboard/google/dedede/variants/magolor/magister-data.vbt b/src/mainboard/google/dedede/variants/magolor/magister-data.vbt
new file mode 100644
index 0000000000..b05d1e92d2
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/magolor/magister-data.vbt
Binary files differ