This is an automated email from Gerrit.

"Name of user not set <sean.ander...@seco.com>" just uploaded a new patch set 
to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6976

-- gerrit

commit 21285d4977ff18cc90d4ddf64403cda78ebf19b7
Author: Sean Anderson <sean.ander...@seco.com>
Date:   Fri May 13 11:07:29 2022 -0400

    target: Add LS1028A
    
    The LS1028A is similar to the LS1088A, except that it has 2 CPUs (and
    different ethernet capabilities). From a JTAG perspective, all that's
    different is the number of CPUs and the TAPID.
    
    Signed-off-by: Sean Anderson <sean.ander...@seco.com>
    Change-Id: Iba3a0ecfbf82cfcfeb7eea42d52121c3b9dc93a2

diff --git a/tcl/target/ls1028a.cfg b/tcl/target/ls1028a.cfg
new file mode 100644
index 0000000000..7cc1025d17
--- /dev/null
+++ b/tcl/target/ls1028a.cfg
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# NXP LS1028A
+
+if { [info exists CHIPNAME] } {
+       set _CHIPNAME $CHIPNAME
+} else {
+       set _CHIPNAME ls1028a
+}
+
+if { [info exists DAP_TAPID] } {
+       set _DAP_TAPID $DAP_TAPID
+} else {
+       set _DAP_TAPID 0x6ba00477
+}
+
+set _CPUS 2
+
+source [find target/lsch3.cfg]
+
+adapter speed 2000

-- 

Reply via email to