Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/77588?usp=email )
Change subject: mb/google/brya/var/quandiso: Add VBT data file ......................................................................
mb/google/brya/var/quandiso: Add VBT data file
Add data.vbt file for quandiso recovery image. Select INTEL_GMA_HAVE_VBT for quandiso as it has a VBT file now. The VBT file is copied from chromeos internal source and based on yaviks VBT.
BUG=b:296506936 TEST=emerge-nissa coreboot
Change-Id: Ia9f84b4f56171737a9e7a513b63549b3013775c4 Signed-off-by: Robert Chen robert.chen@quanta.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/77588 Reviewed-by: Paul Menzel paulepanter@mailbox.org Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai ericllai@google.com Reviewed-by: Shawn Ku shawnku@google.com --- M src/mainboard/google/brya/Kconfig A src/mainboard/google/brya/variants/quandiso/data.vbt 2 files changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Shawn Ku: Looks good to me, but someone else must approve Eric Lai: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 8c5e707..683f917 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -359,6 +359,7 @@ select DRIVERS_I2C_SX9324 select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER select HAVE_WWAN_POWER_SEQUENCE + select INTEL_GMA_HAVE_VBT
config BOARD_GOOGLE_REDRIX select BOARD_GOOGLE_BASEBOARD_BRYA diff --git a/src/mainboard/google/brya/variants/quandiso/data.vbt b/src/mainboard/google/brya/variants/quandiso/data.vbt new file mode 100644 index 0000000..be9411d --- /dev/null +++ b/src/mainboard/google/brya/variants/quandiso/data.vbt Binary files differ