This is an automated email from Gerrit.

"Oliver Graute <oliver.gra...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7974

-- gerrit

commit bce13cea492b4de2fdb73511e9399ff6d7768d19
Author: Oliver Graute <oliver.gra...@kococonnector.com>
Date:   Wed Nov 1 22:46:33 2023 +0100

    tcl/board: add board configuration for Advantech IMX8QM DMSSE20
    
    Change-Id: Iebf2a901b428cf3b99110aea0f3ab0e1f17b0250
    Signed-off-by: Oliver Graute <oliver.gra...@kococonnector.com>

diff --git a/tcl/board/advantech_imx8qm_dmsse20.cfg 
b/tcl/board/advantech_imx8qm_dmsse20.cfg
new file mode 100644
index 0000000000..a10b0d165b
--- /dev/null
+++ b/tcl/board/advantech_imx8qm_dmsse20.cfg
@@ -0,0 +1,23 @@
+#
+# configuration file for Advantech IMX8QM DMSSE20
+#
+
+# only JTAG supported
+transport select jtag
+
+# set a safe JTAG clock speed, can be overridden
+adapter speed 1000
+
+# default JTAG configuration has only SRST and no TRST
+reset_config srst_only srst_push_pull
+
+# delay after SRST goes inactive
+adapter srst delay 70
+
+# board has an i.MX8QM with 4 Cortex-A53 cores and 2 Cortex-A72
+set CHIPNAME imx8qm
+set CHIPCORES 6
+
+# source SoC configuration
+source [find tcl/target/imx8qm.cfg]
+bindto 0.0.0.0

-- 

Reply via email to