Skip to content

Commit c9ff4f5

Browse files
DhruvaG2000StaticRocket
authored andcommitted
fix(ATF): use the correct ATF links to clone
Use the ti-fork of ATF for AM62L and for other devices move to an upstream baseline Signed-off-by: Dhruva Gole <[email protected]>
1 parent 5b18c92 commit c9ff4f5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

source/linux/Foundational_Components_ATF.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,19 @@ Use this binary since it is tested with TI Processor SDK.
3434

3535
If it is not possible to use a pre-built binary, use the following:
3636

37-
.. code-block:: console
37+
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
38+
39+
.. code-block:: console
40+
41+
$ git clone https://github.com/TexasInstruments/arm-trusted-firmware.git
42+
$ git checkout <hash>
43+
44+
.. ifconfig:: CONFIG_part_variant not in ('AM62LX')
45+
46+
.. code-block:: console
3847
39-
$ git clone https://github.com/TexasInstruments/arm-trusted-firmware.git
40-
$ git checkout <hash>
48+
$ git clone https://review.trustedfirmware.org/TF-A/trusted-firmware-a.git
49+
$ git checkout <hash>
4150
4251
Where <hash> is the commit shown here: :ref:`tf-a-release-notes` :ref:`release-specific-build-information`.
4352

0 commit comments

Comments
 (0)