imx6: add new id for SJC as found on i.MX6D
Austriancoder on IRC reports getting this ID on his board. Change-Id: Ie859f0ee422e18fdb94bf817cdd2b41d15b968da Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1533 Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
209e0beed3
commit
1f143e4391
|
@ -26,9 +26,11 @@ if { [info exists SJC_TAPID] } {
|
||||||
set _SJC_TAPID 0x0191c01d
|
set _SJC_TAPID 0x0191c01d
|
||||||
}
|
}
|
||||||
set _SJC_TAPID2 0x2191c01d
|
set _SJC_TAPID2 0x2191c01d
|
||||||
|
set _SJC_TAPID3 0x2191e01d
|
||||||
|
|
||||||
jtag newtap $_CHIPNAME sjc -irlen 5 -ircapture 0x01 -irmask 0x1f \
|
jtag newtap $_CHIPNAME sjc -irlen 5 -ircapture 0x01 -irmask 0x1f \
|
||||||
-expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2
|
-expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2 \
|
||||||
|
-expected-id $_SJC_TAPID3
|
||||||
|
|
||||||
# GDB target: Cortex-A9, using DAP, configuring only one core
|
# GDB target: Cortex-A9, using DAP, configuring only one core
|
||||||
# Base addresses of cores:
|
# Base addresses of cores:
|
||||||
|
|
Loading…
Reference in New Issue