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:
Rebecca Cran
2022-03-19 14:32:50 -06:00
committed by Leif Lindholm
parent 1b548f8e16
commit 2ccf23e5eb

View File

@@ -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: