Skip to content

Commit f888628

Browse files
crawfxrdjackpot51
authored andcommitted
Search UEFI FFS for GOP VBT
Remove the VBT embedded in the UEFI driver and instead locate it from the UEFI FFS. Signed-off-by: Tim Crawford <[email protected]>
1 parent 041ad7b commit f888628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ features apply to your model and firmware version, see the
99
## unreleased
1010

1111
- Disabled NVIDIA GPU Boost due to crashing the GPU while under load
12+
- Changed the GOP Policy driver to search for the VBT file in the UEFI FFS
1213

1314
## 2025-08-11
1415

scripts/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ EDK2_ARGS+=(
4545
# Rebuild gop-policy (used by edk2)
4646
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
4747
then
48-
FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
49-
make -C apps/gop-policy
48+
make -C apps/gop-policy
5049
EDK2_ARGS+=(
5150
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf"
5251
-D FIRMWARE_OPEN_GOP="IntelGopDriver.inf"

0 commit comments

Comments
 (0)