diff options
author | Tristan Corrick <tristan@corrick.kiwi> | 2018-08-10 23:15:55 +1200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2018-08-12 17:08:49 +0000 |
commit | 17ce00d288a52f419bc750e5eb4d779985dda040 (patch) | |
tree | c349f82c0e59484c7f62cb3a14b3fd7472d14bb8 | |
parent | c1433f77f3c7943f622fe2be02d087c23c4b4cd4 (diff) |
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 <tristan@corrick.kiwi>
Reviewed-on: https://review.coreboot.org/28050
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/asus/maximus_iv_gene-z/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/asus/maximus_iv_gene-z/data.vbt | bin | 0 -> 3902 bytes |
2 files changed, 1 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..e48d8f23b6 --- /dev/null +++ b/src/mainboard/asus/maximus_iv_gene-z/data.vbt |