From 17ce00d288a52f419bc750e5eb4d779985dda040 Mon Sep 17 00:00:00 2001 From: Tristan Corrick Date: Fri, 10 Aug 2018 23:15:55 +1200 Subject: mb/asus/maximus_iv_gene-z: Add VBT The file `data.vbt` matches the VBT in the latest version of the vendor firmware (version 3603). Tested with Linux 4.9 and everything works as expected. Change-Id: I8e3b1d274ac0df63989d966f477013e780611fa1 Signed-off-by: Tristan Corrick Reviewed-on: https://review.coreboot.org/28050 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/asus/maximus_iv_gene-z/Kconfig | 1 + src/mainboard/asus/maximus_iv_gene-z/data.vbt | Bin 0 -> 3902 bytes 2 files changed, 1 insertion(+) create mode 100644 src/mainboard/asus/maximus_iv_gene-z/data.vbt (limited to 'src/mainboard/asus/maximus_iv_gene-z') diff --git a/src/mainboard/asus/maximus_iv_gene-z/Kconfig b/src/mainboard/asus/maximus_iv_gene-z/Kconfig index 13fad2dbc1..4106c642e0 100644 --- a/src/mainboard/asus/maximus_iv_gene-z/Kconfig +++ b/src/mainboard/asus/maximus_iv_gene-z/Kconfig @@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_TABLES select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT + select INTEL_GMA_HAVE_VBT select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT select NORTHBRIDGE_INTEL_SANDYBRIDGE diff --git a/src/mainboard/asus/maximus_iv_gene-z/data.vbt b/src/mainboard/asus/maximus_iv_gene-z/data.vbt new file mode 100644 index 0000000000..e48d8f23b6 Binary files /dev/null and b/src/mainboard/asus/maximus_iv_gene-z/data.vbt differ -- cgit v1.2.3