[edk2-devel] [PATCH edk2-platforms 1/3] Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A'

Rebecca Cran posted 3 patches 3 years, 10 months ago
[edk2-devel] [PATCH edk2-platforms 1/3] Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A'
Posted by Rebecca Cran 3 years, 10 months ago
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>
---
 Platform/Qemu/SbsaQemu/Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md
index 63786d9d0fd3..c514c33b7c2f 100644
--- a/Platform/Qemu/SbsaQemu/Readme.md
+++ b/Platform/Qemu/SbsaQemu/Readme.md
@@ -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:
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87769): https://edk2.groups.io/g/devel/message/87769
Mute This Topic: https://groups.io/mt/89895944/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH edk2-platforms 1/3] Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A'
Posted by Leif Lindholm 3 years, 10 months ago
For the series:

Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Pushed as 1b548f8e16a9..41628dcf3332.
Thanks!

On Sat, Mar 19, 2022 at 14:32:50 -0600, Rebecca Cran wrote:
> 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>
> ---
>  Platform/Qemu/SbsaQemu/Readme.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md
> index 63786d9d0fd3..c514c33b7c2f 100644
> --- a/Platform/Qemu/SbsaQemu/Readme.md
> +++ b/Platform/Qemu/SbsaQemu/Readme.md
> @@ -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:
> -- 
> 2.25.1
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87988): https://edk2.groups.io/g/devel/message/87988
Mute This Topic: https://groups.io/mt/89895944/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-