Martin L Roth submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved
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>
---
M src/mainboard/hp/compaq_elite_8300_usdt/Kconfig
A src/mainboard/hp/compaq_elite_8300_usdt/data.vbt
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig b/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig
index 911bed0..c487fdd 100644
--- a/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig
+++ b/src/mainboard/hp/compaq_elite_8300_usdt/Kconfig
@@ -7,6 +7,7 @@
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 0000000..4e24edf
--- /dev/null
+++ b/src/mainboard/hp/compaq_elite_8300_usdt/data.vbt
Binary files differ

To view, visit change 79430. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibd999d30d6e8fea1368afae67f4dc1c3039d3ae1
Gerrit-Change-Number: 79430
Gerrit-PatchSet: 7
Gerrit-Owner: Riku Viitanen <riku.viitanen@protonmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged