diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2019-12-13 01:22:30 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-16 09:44:06 +0000 |
commit | 658ae3eb29b048121a3365946ba7f9f7b357970f (patch) | |
tree | 48dbc3153ea64bfb03dc3ba4f9cb23c566332ed4 /src/mainboard/google/auron | |
parent | 591dbfe295bc46965db79762ce17cd7e664e25a6 (diff) |
mb/google/auron: add VBTs for variants
Add VBTs for all auron variants, extracted from VGA BIOS
from stock firmware images using intelvbttool, zero-padded
to 0x11ff bytes to make the Intel BMP editor happy.
Test: boot several auron variants with libgfxinit and Tianocore
payload, ensure both internal and external displays as well as
HDMI audio function properly under Linux (4.x/5.x).
Change-Id: Ibc4eabfa5d02b4c08755cf52835b5df8c1291fea
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37714
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/auron/variants/auron_paine/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/auron/variants/auron_yuna/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/auron/variants/buddy/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/auron/variants/gandof/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/auron/variants/lulu/data.vbt | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | src/mainboard/google/auron/variants/samus/data.vbt | bin | 0 -> 4608 bytes |
7 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig index b64b47eb70..644104a37e 100644 --- a/src/mainboard/google/auron/Kconfig +++ b/src/mainboard/google/auron/Kconfig @@ -8,6 +8,7 @@ config BOARD_GOOGLE_BASEBOARD_AURON select HAVE_ACPI_TABLES select HAVE_OPTION_TABLE select HAVE_ACPI_RESUME + select INTEL_GMA_HAVE_VBT select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_LIBGFXINIT select MAINBOARD_HAS_LPC_TPM diff --git a/src/mainboard/google/auron/variants/auron_paine/data.vbt b/src/mainboard/google/auron/variants/auron_paine/data.vbt Binary files differnew file mode 100644 index 0000000000..a73fb49d98 --- /dev/null +++ b/src/mainboard/google/auron/variants/auron_paine/data.vbt diff --git a/src/mainboard/google/auron/variants/auron_yuna/data.vbt b/src/mainboard/google/auron/variants/auron_yuna/data.vbt Binary files differnew file mode 100644 index 0000000000..a73fb49d98 --- /dev/null +++ b/src/mainboard/google/auron/variants/auron_yuna/data.vbt diff --git a/src/mainboard/google/auron/variants/buddy/data.vbt b/src/mainboard/google/auron/variants/buddy/data.vbt Binary files differnew file mode 100644 index 0000000000..400ea48b11 --- /dev/null +++ b/src/mainboard/google/auron/variants/buddy/data.vbt diff --git a/src/mainboard/google/auron/variants/gandof/data.vbt b/src/mainboard/google/auron/variants/gandof/data.vbt Binary files differnew file mode 100644 index 0000000000..f95f4dd5dd --- /dev/null +++ b/src/mainboard/google/auron/variants/gandof/data.vbt diff --git a/src/mainboard/google/auron/variants/lulu/data.vbt b/src/mainboard/google/auron/variants/lulu/data.vbt Binary files differnew file mode 100644 index 0000000000..00bc088f52 --- /dev/null +++ b/src/mainboard/google/auron/variants/lulu/data.vbt diff --git a/src/mainboard/google/auron/variants/samus/data.vbt b/src/mainboard/google/auron/variants/samus/data.vbt Binary files differnew file mode 100644 index 0000000000..4b079bca8c --- /dev/null +++ b/src/mainboard/google/auron/variants/samus/data.vbt |