summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-h61m-s2pv
diff options
context:
space:
mode:
authorp4block <p4block@users.noreply.github.com>2018-07-14 21:46:58 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-17 11:40:51 +0000
commit812a83974447b67e98740afecb9ca7ef5d1db2fc (patch)
tree0c24671005c5f891b98767f769fd438087afca6b /src/mainboard/gigabyte/ga-h61m-s2pv
parent51962d3f139d7152adaff6fded492137c280a61b (diff)
downloadcoreboot-812a83974447b67e98740afecb9ca7ef5d1db2fc.tar.xz
Add VBT data for Gigabyte GA-H61-S2PV
Extracted from the stock UEFI using UEFItool & intelvbttool. Without it, the kernel complains about the missing VBT table. Additionally, the invalid oprom signature warning given by i915 is also gone. Change-Id: I1871eca9e9c21531d842289f6624ec44420d9844 Signed-off-by: Pablo Moyano <42.pablo.ms@gmail.com> Reviewed-on: https://review.coreboot.org/27482 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-s2pv')
-rw-r--r--src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-s2pv/data.vbtbin0 -> 3801 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig b/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig
index f53bc069eb..406d1ab772 100644
--- a/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig
+++ b/src/mainboard/gigabyte/ga-h61m-s2pv/Kconfig
@@ -29,6 +29,7 @@ config BOARD_SPECIFIC_OPTIONS
select USE_NATIVE_RAMINIT
select SUPERIO_ITE_IT8728F
select MAINBOARD_HAS_LIBGFXINIT
+ select INTEL_GMA_HAVE_VBT
select HAVE_OPTION_TABLE
select HAVE_CMOS_DEFAULT
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt b/src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt
new file mode 100644
index 0000000000..3d230d99de
--- /dev/null
+++ b/src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt
Binary files differ