Skip to content

Commit 0070c7c

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 d5e14a9 commit 0070c7c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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)