Skip to content

Commit

Permalink
nds32: add new target type nds32_v2, nds32_v3, nds32_v3m
Browse files Browse the repository at this point in the history
Add target code for Andes targets.

Change-Id: Ibf0e1b61b06127ca7d9ed502d98d7e2aeebbbe82
Signed-off-by: Hsiangkai Wang <[email protected]>
Reviewed-on: http://openocd.zylin.com/1259
Tested-by: jenkins
Reviewed-by: Spencer Oliver <[email protected]>
  • Loading branch information
Hsiangkai authored and ntfreak committed Jun 5, 2013
1 parent ceb402d commit cf8a3c3
Show file tree
Hide file tree
Showing 28 changed files with 10,128 additions and 94 deletions.
21 changes: 19 additions & 2 deletions src/target/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down Expand Up @@ -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 =
Expand Down
Loading

0 comments on commit cf8a3c3

Please sign in to comment.