aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorShon Wang <shon.wang@quanta.corp-partner.google.com>2024-03-28 15:20:33 +0800
committerFelix Held <felix-coreboot@felixheld.de>2024-05-06 11:28:25 +0000
commit49e5d3dc262c91a4fbf9c05e97c19ded1098247f (patch)
tree0a8faf04a312550bdcba1bf122960d745536b2c0 /src/mainboard
parent3e77f77beea384932e9191f4941a7a7013f633a1 (diff)
mb/google/brya/var/bujia: Add VBT data file
Add data.vbt files for bujia supported by brask recovery images. Select INTEL_GMA_HAVE_VBT for bujia which currently have a VBT file. changes: 1. "integrated DisplayPort with HDMI/DVI compatible" -> "Integrated HDMI/DVI". 2. turn the AUX off. BUG=b:327549688 TEST=build/boot various brya variants Change-Id: Id56461708250eaedd288ddbf788d686153df0b96 Signed-off-by: Shon Wang <shon.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81553 Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brya/Kconfig1
-rw-r--r--src/mainboard/google/brya/variants/bujia/data.vbtbin0 -> 8704 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index 8400807ee3..85230be371 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -187,6 +187,7 @@ config BOARD_GOOGLE_BRYA0
config BOARD_GOOGLE_BUJIA
select BOARD_GOOGLE_BASEBOARD_BRASK
+ select INTEL_GMA_HAVE_VBT
select SOC_INTEL_RAPTORLAKE
config BOARD_GOOGLE_CRAASK
diff --git a/src/mainboard/google/brya/variants/bujia/data.vbt b/src/mainboard/google/brya/variants/bujia/data.vbt
new file mode 100644
index 0000000000..6a06e1570d
--- /dev/null
+++ b/src/mainboard/google/brya/variants/bujia/data.vbt
Binary files differ