Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/28050
Change subject: mb/asus/maximus_iv_gene-z: Add VBT ......................................................................
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 everthing works as expected.
Change-Id: I8e3b1d274ac0df63989d966f477013e780611fa1 Signed-off-by: Tristan Corrick tristan@corrick.kiwi --- M src/mainboard/asus/maximus_iv_gene-z/Kconfig A src/mainboard/asus/maximus_iv_gene-z/data.vbt 2 files changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/28050/1
diff --git a/src/mainboard/asus/maximus_iv_gene-z/Kconfig b/src/mainboard/asus/maximus_iv_gene-z/Kconfig index 13fad2d..4106c64 100644 --- a/src/mainboard/asus/maximus_iv_gene-z/Kconfig +++ b/src/mainboard/asus/maximus_iv_gene-z/Kconfig @@ -24,6 +24,7 @@ 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 0000000..e48d8f2 --- /dev/null +++ b/src/mainboard/asus/maximus_iv_gene-z/data.vbt Binary files differ