[XS] Change in coreboot[main]: mb/google/dedede/var/dexi: Add and use VBT
Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/89003?usp=email ) Change subject: mb/google/dedede/var/dexi: Add and use VBT ...................................................................... mb/google/dedede/var/dexi: Add and use VBT Extracted from coreboot-Google_Dexi.13606.639.0.bin TEST=build google/dexi, verify image built with VBT. Change-Id: I7ed620cb4b8a9b42ca97a96df4b5d30196945084 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89003 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> --- M src/mainboard/google/dedede/Kconfig A src/mainboard/google/dedede/variants/dexi/data.vbt 2 files changed, 1 insertion(+), 0 deletions(-) Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index 2bff7fb..19dd260 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -121,6 +121,7 @@ select RT8168_GET_MAC_FROM_VPD select RT8168_SET_LED_MODE select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR + select INTEL_GMA_HAVE_VBT config BOARD_GOOGLE_DIBBI select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50 diff --git a/src/mainboard/google/dedede/variants/dexi/data.vbt b/src/mainboard/google/dedede/variants/dexi/data.vbt new file mode 100644 index 0000000..31bf653 --- /dev/null +++ b/src/mainboard/google/dedede/variants/dexi/data.vbt Binary files differ -- To view, visit https://review.coreboot.org/c/coreboot/+/89003?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: I7ed620cb4b8a9b42ca97a96df4b5d30196945084 Gerrit-Change-Number: 89003 Gerrit-PatchSet: 2 Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit@felixsinger.de> Gerrit-Reviewer: Matt DeVillier <matt.devillier@gmail.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
participants (1)
-
Matt DeVillier (Code Review)