You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A'
Trusted Firmware is no longer called ATF (ARM Trusted Firmware) but is now TF-A (Trusted Firmware for A-profile architecture). Update Readme.md to match. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
committed by
Leif Lindholm
parent
1b548f8e16
commit
2ccf23e5eb
@@ -56,7 +56,7 @@ Create a directory $WORKSPACE that would hold source code of the components.
|
||||
|
||||
2. Compile TF-A
|
||||
|
||||
This step is only needed if users want to compile a custom ATF binary.
|
||||
This step is only needed if users want to compile a custom TF-A binary.
|
||||
Else, the edk2-non-osi directory contains prebuilt bl1.bin and fip.bin
|
||||
binaries which will be automatically used in the build process.
|
||||
|
||||
@@ -65,7 +65,7 @@ Create a directory $WORKSPACE that would hold source code of the components.
|
||||
`bl1.bin` and `fip.bin`. Follow the instructions below to get those artifacts.
|
||||
|
||||
```
|
||||
cd $WORKSPACE/atf
|
||||
cd $WORKSPACE/trusted-firmware-a
|
||||
make PLAT=sbsa all fip
|
||||
```
|
||||
Then copy `bl1.bin` and `fip.bin` to the the edk2-non-osi directory:
|
||||
|
||||
Reference in New Issue
Block a user