Skip to content

Commit 3df3d4e

Browse files
jonaswood01praneethbajjuri
authored andcommitted
feat(linux): Document build args for ATF and OP-TEE on AM62SIP
Signed-off-by: Jonas Wood <jw@ti.com>
1 parent 38f95dc commit 3df3d4e

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

source/linux/Foundational_Components_ATF.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ Where <hash> is the commit shown in :ref:`release-specific-build-information`.
108108
$ cd $TFA_DIR
109109
$ make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3 TARGET_BOARD=lite SPD=opteed
110110
111+
.. warning::
112+
113+
If building TF-A on AM62SIP, add the following arguments to the above make command:
114+
``BL32_BASE=0x80080000 PRELOADED_BL33_BASE=0x82000000``
115+
111116
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
112117

113118
*Without OP-TEE enabled:*

source/linux/Foundational_Components_OPTEE.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Building the OP-TEE image
5656
5757
$ make CROSS_COMPILE="$CROSS_COMPILE_32" CROSS_COMPILE64="$CROSS_COMPILE_64" PLATFORM=\ |__OPTEE_PLATFORM_FLAVOR__| CFG_ARM64_core=y
5858
59+
.. warning::
60+
61+
If building OP-TEE on AM62SIP, add the following argument to the above make command:
62+
``CFG_TZDRAM_START=0x80080000``
63+
5964
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
6065

6166
.. parsed-literal::

0 commit comments

Comments
 (0)