Search UEFI FFS for GOP VBT
Some checks failed
CI / toolchain (push) Has been cancelled
CI / build (push) Has been cancelled

Remove the VBT embedded in the UEFI driver and instead locate it from
the UEFI FFS.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-06-25 08:53:55 -06:00
parent d5e14a914e
commit 0070c7ca24
No known key found for this signature in database
GPG key ID: 68E558D2BBD856E3
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit b6136b4331e85f715f3c9604e0a5bda9ce6fd8fa
Subproject commit ddc80ba83882bee36b358571e5d1d7c7fd56856b

View file

@ -45,7 +45,6 @@ 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
EDK2_ARGS+=(
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf"