diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-05-28 21:40:08 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-06-06 14:58:21 +0000 |
commit | 8af4fff278ade17752dc5e130ee19634a5c719ae (patch) | |
tree | 60ca9418826f29b88cf27a65cd3e10b1c6f5cc35 /src/mainboard/gigabyte | |
parent | 7225a366bd5d2a315336810bf86a7a7f156bed10 (diff) | |
download | coreboot-8af4fff278ade17752dc5e130ee19634a5c719ae.tar.xz |
mb/*/*: Add a few VBT files
These files are directly extracted from the vendor firmware.
Change-Id: I1dea2843255e4a3e93fbb734dea284be029dbc45
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/26654
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-945gcm-s2l/data.vbt | bin | 0 -> 1787 bytes | |||
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/data.vbt | bin | 0 -> 1899 bytes |
4 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig index 4b957d448b..5581a7f0b5 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig @@ -32,6 +32,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select CHANNEL_XOR_RANDOMIZATION select MAINBOARD_HAS_NATIVE_VGA_INIT select REALTEK_8168_RESET if BOARD_GIGABYTE_GA_945GCM_S2L + select INTEL_GMA_VBT_HAVE_DATA_FILE config MAINBOARD_DIR string @@ -55,4 +56,8 @@ config MAX_CPUS int default 2 +# Override the default variant behavior, since the data.vbt is the same +config INTEL_GMA_VBT_FILE + default "src/mainboard/$(MAINBOARDDIR)/data.vbt" + endif diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/data.vbt b/src/mainboard/gigabyte/ga-945gcm-s2l/data.vbt Binary files differnew file mode 100644 index 0000000000..d613a1c57a --- /dev/null +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/data.vbt diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index fbb090f6be..1e90eea4eb 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -33,6 +33,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT select HAVE_ACPI_RESUME + select INTEL_GMA_VBT_HAVE_DATA_FILE config MAINBOARD_DIR string diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/data.vbt b/src/mainboard/gigabyte/ga-g41m-es2l/data.vbt Binary files differnew file mode 100644 index 0000000000..4d34a30bd5 --- /dev/null +++ b/src/mainboard/gigabyte/ga-g41m-es2l/data.vbt |