forked from auracaster/openocd
nds32: add new target type nds32_v2, nds32_v3, nds32_v3m
Add target code for Andes targets. Change-Id: Ibf0e1b61b06127ca7d9ed502d98d7e2aeebbbe82 Signed-off-by: Hsiangkai Wang <hsiangkai@gmail.com> Reviewed-on: http://openocd.zylin.com/1259 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
ceb402dc9e
commit
cf8a3c3d70
10
tcl/target/nds32v3.cfg
Normal file
10
tcl/target/nds32v3.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Andes Core
|
||||
#
|
||||
# http://www.andestech.com
|
||||
#
|
||||
|
||||
jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME nds32_v3 -endian little -chain-position $_TARGETNAME
|
||||
Reference in New Issue
Block a user