Skip to content

Commit 5b18c92

Browse files
DhruvaG2000StaticRocket
authored andcommitted
fix(ATF): use TF-A instead of ATF throughout
ATF is no longer the recognised short hand for Trusted Firmware-A anywhere. Replace all such instances of ATF with TF-A Signed-off-by: Dhruva Gole <[email protected]>
1 parent d8b7586 commit 5b18c92

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/linux/Foundational_Components_ATF.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Trusted Firmware-A (TF-A) provides a reference implementation of secure world
88
software for Armv7-A and Armv8-A, including a Secure Monitor executing at
99
Exception Level 3 (EL3).
1010

11-
Arm Trusted Firmware (ATF) is the initial code on ARMv8-A cores for all K3 platforms.
11+
TF-A is the initial code on ARMv8-A cores for all K3 platforms.
1212
After setting up the initial core state and applying any needed errata fixes
1313
it sets up itself as the EL3 monitor handler. Following that, it installs the secure
1414
world open source Trusted Execution Environment (OP-TEE) software and passes execution
@@ -26,7 +26,7 @@ on to either the Linux kernel or U-Boot in the non-secure world.
2626

2727
|
2828
29-
.. rubric:: Getting the ATF Source Code
29+
.. rubric:: Getting the TF-A Source Code
3030

3131
The pre-built TF-A binary is in the TI Processor SDK:
3232
<path-to-processor-sdk>/board-support/prebuilt-images/<optional-build-machine-name>/bl31.bin.
@@ -49,7 +49,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
4949
:start-after: .. start_include_yocto_toolchain_host_setup
5050
:end-before: .. end_include_yocto_toolchain_host_setup
5151

52-
.. rubric:: Building ATF
52+
.. rubric:: Building TF-A
5353

5454
.. ifconfig:: CONFIG_part_variant in ('AM62LX', 'AM62X', 'AM62AX', 'AM62PX', 'AM64X', 'J722S')
5555

@@ -98,7 +98,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
9898
.. code-block:: text
9999
100100
+---------------------------+------------+
101-
| ATF image | 0x701c0000 |
101+
| TF-A image | 0x701c0000 |
102102
+---------------------------+------------+
103103
| OP-TEE image | 0x9e800000 |
104104
+---------------------------+------------+
@@ -112,7 +112,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
112112
.. code-block:: text
113113
114114
+---------------------------+------------+
115-
| ATF image | 0x80000000 |
115+
| TF-A image | 0x80000000 |
116116
+---------------------------+------------+
117117
| OP-TEE image | 0x80200000 |
118118
+---------------------------+------------+
@@ -126,7 +126,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
126126
.. code-block:: text
127127
128128
+---------------------------+------------+
129-
| ATF image | 0x70000000 |
129+
| TF-A image | 0x70000000 |
130130
+---------------------------+------------+
131131
| OP-TEE image | 0x9e800000 |
132132
+---------------------------+------------+
@@ -144,7 +144,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
144144
.. code-block:: text
145145
146146
+-----------------------------------------------------+------------------+-----------------------+---------------------+---------------+-------------------+----------+----------------------------------------+
147-
| Source | ATF | OPTEE | A53 SPL | A53 U-Boot | DTB | kernel | Comments |
147+
| Source | TF-A | OPTEE | A53 SPL | A53 U-Boot | DTB | kernel | Comments |
148148
+=====================================================+==================+=======================+=====================+===============+===================+==========+========================================+
149149
| <atf>/plat/ti/k3/board/lite/board.mk | | BL32_BASE | PRELOADED_BL33_BASE | | K3_HW_CONFIG_BASE | | Change K3_HW_CONFIG_BASE for |
150150
| | | | | | | | u-boot a53 skip case |

0 commit comments

Comments
 (0)