diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-12-11 21:05:24 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-01-14 02:01:47 +0000 |
commit | 8a6045c3d0d987e0fca88f8e5e2fc88f25b51e0a (patch) | |
tree | 801d2c3b7d56aa09443710f24118e7bf3e809892 /src | |
parent | 84aa55628338b418fc8bce56223d8a6c195bfb12 (diff) |
mb/hp/compaq_elite_8300_usdt: Add VBT
Extracted from a system running OEM BIOS v03.08 (latest as of now).
Build-tested and boots Linux (through SeaBIOS).
Command used:
intelvbttool --inlegacy --outvbt data.vbt
Change-Id: Ibd999d30d6e8fea1368afae67f4dc1c3039d3ae1
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79430
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/hp/compaq_elite_8300_usdt/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/hp/compaq_elite_8300_usdt/data.vbt | bin | 0 -> 4081 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig b/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig index 911bed01d2..c487fddb33 100644 --- a/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig +++ b/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig @@ -7,6 +7,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_TABLES select HAVE_CMOS_DEFAULT select HAVE_OPTION_TABLE + select INTEL_GMA_HAVE_VBT select INTEL_INT15 select MAINBOARD_HAS_TPM1 select MAINBOARD_HAS_LIBGFXINIT diff --git a/src/mainboard/hp/compaq_elite_8300_usdt/data.vbt b/src/mainboard/hp/compaq_elite_8300_usdt/data.vbt Binary files differnew file mode 100644 index 0000000000..4e24edf093 --- /dev/null +++ b/src/mainboard/hp/compaq_elite_8300_usdt/data.vbt |