[PATCH] Documentation: AM62lx: Add note about required TF-A

Sascha Hauer s.hauer at pengutronix.de
Tue Jun 17 02:10:17 PDT 2025


The am62lx barebox port currently needs a modified downstream TF-A to
work properly. Add a note to the documention providing the necessary
hints and pointers.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 Documentation/boards/ti-k3-am62lx.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/boards/ti-k3-am62lx.rst b/Documentation/boards/ti-k3-am62lx.rst
index 3cd7a6debf..79f2e17cf3 100644
--- a/Documentation/boards/ti-k3-am62lx.rst
+++ b/Documentation/boards/ti-k3-am62lx.rst
@@ -11,6 +11,14 @@ some firmware files and a BL1 which is responsible for setting up the initial cl
 power domains and DRAM. When this is done the BL1 branches back to the ROM which loads
 the second stage which contains the TF-A BL31, barebox proper and optionally OP-TEE.
 
+.. note::
+The AM62lx support currently depends on a modified downstream version of the TF-A. See
+https://lore.kernel.org/20250617090142.3000882-1-s.hauer@pengutronix.de for a patch
+series to be applied on the Downstream TF-A. Be aware that barebox might need further
+changes to be compatible with future upstream TF-A support. Specifically the SCMI clock
+IDs used in the assigned-clock-parents properties might not match the future upstream
+solution.
+
 Building TF-A
 -------------
 
-- 
2.39.5




More information about the barebox mailing list