Skip to content

Commit ee4e00e

Browse files
committed
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 ebd734f commit ee4e00e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ features apply to your model and firmware version, see the
88

99
## unreleased
1010

11+
- Changed the GOP Policy driver to search for the VBT file in the UEFI FFS
12+
13+
## 2025-08-11
14+
1115
- lemp11: Fixed memory init
1216

1317
## 2025-07-29

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)