mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 04:43:22 +00:00
Update firmware apps
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
0efa282453
commit
f1a4d89b74
4 changed files with 3 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2c0d4af9452019154c8352e90d4d0cfe519580e7
|
||||
Subproject commit 67d63a79b32e107d7c4527133c1d9a946649f145
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ee45930bd663db5979b2d72a87bc16446a10711
|
||||
Subproject commit c7f7e89a34d66ed038b4e26f811f66a42e14c1e5
|
|
@ -1 +1 @@
|
|||
Subproject commit 59562e98774840605c80ed42347c473045cacf14
|
||||
Subproject commit 384aec788a0c39a334e4c81b4e224b99dd59e394
|
|
@ -39,7 +39,6 @@ EDK2_ARGS=(
|
|||
)
|
||||
|
||||
# Rebuild firmware-setup (used by edk2)
|
||||
touch apps/firmware-setup/Cargo.toml
|
||||
make -C apps/firmware-setup
|
||||
EDK2_ARGS+=(
|
||||
-D FIRMWARE_OPEN_FIRMWARE_SETUP="firmware-setup/firmware-setup.inf"
|
||||
|
@ -48,7 +47,6 @@ EDK2_ARGS+=(
|
|||
# Rebuild gop-policy (used by edk2)
|
||||
if [ -e "${MODEL_DIR}/IntelGopDriver.inf" ] && [ -e "${MODEL_DIR}/vbt.rom" ]
|
||||
then
|
||||
touch apps/gop-policy/Cargo.toml
|
||||
FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
|
||||
make -C apps/gop-policy
|
||||
EDK2_ARGS+=(
|
||||
|
@ -98,7 +96,6 @@ then
|
|||
# Rebuild firmware-update
|
||||
export BASEDIR="system76_${MODEL}_${VERSION}"
|
||||
pushd apps/firmware-update >/dev/null
|
||||
rm -rf "build/x86_64-unknown-uefi"
|
||||
make "build/x86_64-unknown-uefi/boot.img"
|
||||
cp -v "build/x86_64-unknown-uefi/boot.img" "${USB}.partial"
|
||||
popd >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue