Skip to content

Commit

Permalink
Search UEFI FFS for GOP VBT
Browse files Browse the repository at this point in the history
Remove the VBT embedded in the UEFI driver and instead locate it from
the UEFI FFS.

Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed Jan 7, 2025
1 parent 46ee1f9 commit c631d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/gop-policy
3 changes: 1 addition & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ EDK2_ARGS+=(
# Rebuild gop-policy (used by edk2)
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
then
FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
make -C apps/gop-policy
make -C apps/gop-policy
EDK2_ARGS+=(
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf"
-D FIRMWARE_OPEN_GOP="IntelGopDriver.inf"
Expand Down

0 comments on commit c631d7e

Please sign in to comment.