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
@@ -109,7 +109,16 @@ MIPS32_SRC = \
|
||||
mips_ejtag.c
|
||||
|
||||
NDS32_SRC = \
|
||||
nds32_reg.c
|
||||
nds32.c \
|
||||
nds32_reg.c \
|
||||
nds32_cmd.c \
|
||||
nds32_disassembler.c \
|
||||
nds32_tlb.c \
|
||||
nds32_v2.c \
|
||||
nds32_v3_common.c \
|
||||
nds32_v3.c \
|
||||
nds32_v3m.c \
|
||||
nds32_aice.c
|
||||
|
||||
|
||||
noinst_HEADERS = \
|
||||
@@ -168,9 +177,17 @@ noinst_HEADERS = \
|
||||
avr32_mem.h \
|
||||
avr32_regs.h \
|
||||
nds32.h \
|
||||
nds32_cmd.h \
|
||||
nds32_disassembler.h \
|
||||
nds32_edm.h \
|
||||
nds32_insn.h \
|
||||
nds32_reg.h
|
||||
nds32_reg.h \
|
||||
nds32_tlb.h \
|
||||
nds32_v2.h \
|
||||
nds32_v3_common.h \
|
||||
nds32_v3.h \
|
||||
nds32_v3m.h \
|
||||
nds32_aice.h
|
||||
|
||||
ocddatadir = $(pkglibdir)
|
||||
nobase_dist_ocddata_DATA =
|
||||
|
||||
Reference in New Issue
Block a user