mb/razer/blade_stealth_kbl/h3q: add VBIOS table

This commit adds the VBIOS table, extracted from Linux sysfs running on
the stock firmware version 8.02, to the coreboot tree, required for
some graphics backends.

Change-Id: I0d1c9795741e112154bfe6885eea744538373d5a
Signed-off-by: Reagan Bohan <xbjfk.github@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82460
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
diff --git a/src/mainboard/razer/blade_stealth_kbl/Kconfig b/src/mainboard/razer/blade_stealth_kbl/Kconfig
index 906301c..a527a9d 100644
--- a/src/mainboard/razer/blade_stealth_kbl/Kconfig
+++ b/src/mainboard/razer/blade_stealth_kbl/Kconfig
@@ -20,6 +20,7 @@
 	select MAINBOARD_HAS_TPM2
 
 config BOARD_RAZER_BLADE_H3Q
+	select INTEL_GMA_HAVE_VBT
 	select BOARD_RAZER_BLADE_STEALTH_KBL
 
 if BOARD_RAZER_BLADE_STEALTH_KBL
diff --git a/src/mainboard/razer/blade_stealth_kbl/variants/h3q/data.vbt b/src/mainboard/razer/blade_stealth_kbl/variants/h3q/data.vbt
new file mode 100644
index 0000000..0d163de
--- /dev/null
+++ b/src/mainboard/razer/blade_stealth_kbl/variants/h3q/data.vbt
Binary files differ