Skip to content

Commit

Permalink
target: Add LS1028A
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: Iba3a0ecfbf82cfcfeb7eea42d52121c3b9dc93a2
Reviewed-on: https://review.openocd.org/c/openocd/+/6976
Tested-by: jenkins
Reviewed-by: Antonio Borneo <[email protected]>
  • Loading branch information
sean-anderson-seco authored and borneoa committed May 27, 2022
1 parent 32b3859 commit 9d8b98d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tcl/target/ls1028a.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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_common.cfg]

0 comments on commit 9d8b98d

Please sign in to comment.