Skip to content

Commit

Permalink
upgrade to pftf/RPi4 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Aug 21, 2021
1 parent 71fe97d commit db2e184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-ipxe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

IPXE_VERSION='v1.21.1' # see https://github.com/ipxe/ipxe/releases
RPI4_UEFI_VERSION='v1.28' # see https://github.com/pftf/RPi4/releases
RPI4_UEFI_VERSION='v1.29' # see https://github.com/pftf/RPi4/releases

# clone the ipxe repo.
IPXE_PATH="$PWD/ipxe"
Expand Down
2 changes: 1 addition & 1 deletion provision-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

# install the dependencies.
# see https://github.com/pftf/RPi4/blob/v1.28/.github/workflows/linux_edk2.yml
# see https://github.com/pftf/RPi4/blob/v1.29/.github/workflows/linux_edk2.yml
apt-get install -y \
acpica-tools gcc-aarch64-linux-gnu python3-distutils uuid-dev \
build-essential dos2unix unzip zip
Expand Down

0 comments on commit db2e184

Please sign in to comment.