Skip to content

Commit e70df3d

Browse files
committed
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 eb0357b commit e70df3d

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.
@@ -57,7 +57,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
5757
:start-after: .. start_include_yocto_toolchain_host_setup
5858
:end-before: .. end_include_yocto_toolchain_host_setup
5959

60-
.. rubric:: Building ATF
60+
.. rubric:: Building TF-A
6161

6262
.. ifconfig:: CONFIG_part_variant in ('AM62LX', 'AM62X', 'AM62AX', 'AM62PX', 'AM64X', 'J722S')
6363

@@ -106,7 +106,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
106106
.. code-block:: text
107107
108108
+---------------------------+------------+
109-
| ATF image | 0x701c0000 |
109+
| TF-A image | 0x701c0000 |
110110
+---------------------------+------------+
111111
| OP-TEE image | 0x9e800000 |
112112
+---------------------------+------------+
@@ -120,7 +120,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
120120
.. code-block:: text
121121
122122
+---------------------------+------------+
123-
| ATF image | 0x80000000 |
123+
| TF-A image | 0x80000000 |
124124
+---------------------------+------------+
125125
| OP-TEE image | 0x80200000 |
126126
+---------------------------+------------+
@@ -134,7 +134,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
134134
.. code-block:: text
135135
136136
+---------------------------+------------+
137-
| ATF image | 0x70000000 |
137+
| TF-A image | 0x70000000 |
138138
+---------------------------+------------+
139139
| OP-TEE image | 0x9e800000 |
140140
+---------------------------+------------+
@@ -152,7 +152,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-s
152152
.. code-block:: text
153153
154154
+-----------------------------------------------------+------------------+-----------------------+---------------------+---------------+-------------------+----------+----------------------------------------+
155-
| Source | ATF | OPTEE | A53 SPL | A53 U-Boot | DTB | kernel | Comments |
155+
| Source | TF-A | OPTEE | A53 SPL | A53 U-Boot | DTB | kernel | Comments |
156156
+=====================================================+==================+=======================+=====================+===============+===================+==========+========================================+
157157
| <atf>/plat/ti/k3/board/lite/board.mk | | BL32_BASE | PRELOADED_BL33_BASE | | K3_HW_CONFIG_BASE | | Change K3_HW_CONFIG_BASE for |
158158
| | | | | | | | u-boot a53 skip case |

0 commit comments

Comments
 (0)