Skip to content

Commit

Permalink
Update for v2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Apr 21, 2020
1 parent d77320d commit 60e217d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Raspberry Pi - Arm Trusted Firmware binaries
# Summary

This repository is meant to host builds of the Arm Trusted Firmware for use with
the [EDK2 Raspberry Pi UEFI firmware](https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3).
the [EDK2 Raspberry Pi UEFI firmwares](https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi).

Because of the sensitive nature of these firmware blobs, this process is
accomplished in a fully transparent manner, through AppVeyor, and in a way that
Expand All @@ -16,7 +16,7 @@ altered from the ones one would build locally using the official ATF source.

# Current version

The version of ATF being built is 2.2, which was released on 2019.10.22.
The version of ATF being built is 2.3, which was released on 2020.04.20.

# Binary validation

Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019, Pete Batard <[email protected]>
# Copyright (c) 2019-2020, Pete Batard <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause

image: Ubuntu1804
Expand All @@ -9,7 +9,7 @@ skip_commits:
- '**/*.txt'

environment:
ATF_VERSION: 2.2
ATF_VERSION: 2.3

install:
- sh: sudo apt-get update -qq
Expand All @@ -22,8 +22,8 @@ before_build:
build_script:
- sh: cd trusted-firmware-a-$ATF_VERSION
- sh: export CROSS_COMPILE=/usr/bin/aarch64-linux-gnu-
- sh: make PLAT=rpi3 RPI3_PRELOADED_DTB_BASE=0x10000 PRELOADED_BL33_BASE=0x30000 SUPPORT_VFP=1 RPI3_USE_UEFI_MAP=1 fip all
- sh: make PLAT=rpi4 RPI3_PRELOADED_DTB_BASE=0x20000 PRELOADED_BL33_BASE=0x30000 SUPPORT_VFP=1 DEBUG=0 all
- sh: make PLAT=rpi3 RPI3_PRELOADED_DTB_BASE=0x10000 PRELOADED_BL33_BASE=0x30000 SUPPORT_VFP=1 RPI3_USE_UEFI_MAP=1 DEBUG=0 fip all
- sh: make PLAT=rpi4 RPI3_PRELOADED_DTB_BASE=0x1F0000 PRELOADED_BL33_BASE=0x20000 SUPPORT_VFP=1 DEBUG=0 all

after_build:
- sh: sha256sum build/rpi3/release/bl1.bin
Expand Down

0 comments on commit 60e217d

Please sign in to comment.