summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRiku Viitanen <riku.viitanen@protonmail.com>2023-12-11 21:05:24 +0200
committerMartin L Roth <gaumless@gmail.com>2024-01-14 02:01:47 +0000
commit8a6045c3d0d987e0fca88f8e5e2fc88f25b51e0a (patch)
tree801d2c3b7d56aa09443710f24118e7bf3e809892 /src
parent84aa55628338b418fc8bce56223d8a6c195bfb12 (diff)
downloadcoreboot-8a6045c3d0d987e0fca88f8e5e2fc88f25b51e0a.tar.gz
coreboot-8a6045c3d0d987e0fca88f8e5e2fc88f25b51e0a.tar.bz2
coreboot-8a6045c3d0d987e0fca88f8e5e2fc88f25b51e0a.zip
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/Kconfig1
-rw-r--r--src/mainboard/hp/compaq_elite_8300_usdt/data.vbtbin0 -> 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 911bed01d2ad..c487fddb3310 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
new file mode 100644
index 000000000000..4e24edf093d7
--- /dev/null
+++ b/src/mainboard/hp/compaq_elite_8300_usdt/data.vbt
Binary files differ