Skip to content

Commit c96c1b5

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 102269c commit c96c1b5

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
@@ -47,8 +47,7 @@ EDK2_ARGS+=(
4747
# Rebuild gop-policy (used by edk2)
4848
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
4949
then
50-
FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
51-
make -C apps/gop-policy
50+
make -C apps/gop-policy
5251
EDK2_ARGS+=(
5352
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf"
5453
-D FIRMWARE_OPEN_GOP="IntelGopDriver.inf"

0 commit comments

Comments
 (0)