aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorJason Kacines <j-kacines@ti.com>2023-08-09 09:07:28 -0500
committerAntonio Borneo <borneo.antonio@gmail.com>2023-08-26 11:41:20 +0000
commit154d7f5e185d80a4e49920bed917551b76ace858 (patch)
tree31ce6c2dcef7b87e81684233ab578c090ee856c4 /tcl
parentc213ffe85fc6bfb5e199fa9ed994f8984c4cf0c9 (diff)
downloadriscv-openocd-154d7f5e185d80a4e49920bed917551b76ace858.zip
riscv-openocd-154d7f5e185d80a4e49920bed917551b76ace858.tar.gz
riscv-openocd-154d7f5e185d80a4e49920bed917551b76ace858.tar.bz2
tcl/target/ti_k3: Add missing documentation for supported SoCs
Add links for the SoCs are supported by the conf file for future reference. Change-Id: Ic5b7786ef3ac31414fe2ce56c1237a18ce99aaa1 Signed-off-by: Jason Kacines <j-kacines@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7853 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/ti_k3.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcl/target/ti_k3.cfg b/tcl/target/ti_k3.cfg
index 2454357..20b78ba 100644
--- a/tcl/target/ti_k3.cfg
+++ b/tcl/target/ti_k3.cfg
@@ -8,8 +8,12 @@
# Has 2 ARMV8 Cores and 6 R5 Cores and an M3
# * J7200: https://www.ti.com/lit/pdf/spruiu1
# Has 2 ARMV8 Cores and 4 R5 Cores and an M3
+# * J721S2: https://www.ti.com/lit/pdf/spruj28
+# Has 2 ARMV8 Cores and 6 R5 Cores and an M4F
# * AM642: https://www.ti.com/lit/pdf/spruim2
# Has 2 ARMV8 Cores and 4 R5 Cores, M4F and an M3
+# * AM625: https://www.ti.com/lit/pdf/spruiv7a
+# Has 4 ARMV8 Cores and 1 R5 Core and an M4F
#
source [find target/swj-dp.tcl]