Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86218?usp=email )
Change subject: mb/bostentech/gbyt4: Add VBT ......................................................................
mb/bostentech/gbyt4: Add VBT
This is useful when booted with the (not yet mainline) libgfxinit for Bay Trail.
Signed-off-by: Mate Kukri km@mkukri.xyz Change-Id: I73d54c73a12430074f4f3880caf842b3491b5170 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86218 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org --- M src/mainboard/bostentech/gbyt4/Kconfig A src/mainboard/bostentech/gbyt4/data.vbt 2 files changed, 3 insertions(+), 2 deletions(-)
Approvals: Felix Singer: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve build bot (Jenkins): Verified
diff --git a/src/mainboard/bostentech/gbyt4/Kconfig b/src/mainboard/bostentech/gbyt4/Kconfig index 51e9209..3027273 100644 --- a/src/mainboard/bostentech/gbyt4/Kconfig +++ b/src/mainboard/bostentech/gbyt4/Kconfig @@ -4,11 +4,12 @@
config BOARD_SPECIFIC_OPTIONS def_bool y - select SOC_INTEL_BAYTRAIL select BOARD_ROMSIZE_KB_8192 + select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select HAVE_OPTION_TABLE - select HAVE_ACPI_RESUME + select INTEL_GMA_HAVE_VBT + select SOC_INTEL_BAYTRAIL select SUPERIO_ITE_IT8728F
config MAINBOARD_DIR diff --git a/src/mainboard/bostentech/gbyt4/data.vbt b/src/mainboard/bostentech/gbyt4/data.vbt new file mode 100644 index 0000000..ed02d64 --- /dev/null +++ b/src/mainboard/bostentech/gbyt4/data.vbt Binary files differ