mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 21:03:23 +00:00
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 <tcrawford@system76.com>
This commit is contained in:
parent
d5e14a914e
commit
0070c7ca24
2 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit b6136b4331e85f715f3c9604e0a5bda9ce6fd8fa
|
Subproject commit ddc80ba83882bee36b358571e5d1d7c7fd56856b
|
|
@ -45,7 +45,6 @@ EDK2_ARGS+=(
|
||||||
# Rebuild gop-policy (used by edk2)
|
# Rebuild gop-policy (used by edk2)
|
||||||
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
|
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
|
||||||
then
|
then
|
||||||
FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
|
|
||||||
make -C apps/gop-policy
|
make -C apps/gop-policy
|
||||||
EDK2_ARGS+=(
|
EDK2_ARGS+=(
|
||||||
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf"
|
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue