Introduce ARCv2 tcl config files
authorEvgeniy Didin <didin@synopsys.com>
Thu, 28 Nov 2019 05:34:01 +0000 (08:34 +0300)
committerOleksij Rempel <linux@rempel-privat.de>
Mon, 20 Apr 2020 17:16:44 +0000 (18:16 +0100)
commit435e6101c68616f0555193d1113a27b926f2c50d
treecdff4976ba78ec80cd4c59b1a696c396ffaf5b92
parenta1c51caafbac67df36dbecb27dd4b195730354b9
Introduce ARCv2 tcl config files

With this commit we add tcl files which describes
ARCv2 architecture features and configure files
for ARCv2 EMSK board.

Changes since v1:
-Moved from http://openocd.zylin.com/#/c/5332/4
 into separate commit.

Changes:
22.01.2020:
-Removed "actionpoints" handling code in
 tcl/cpu/arc/v2.tcl because this capability
 is not supported yet.

Changes:
17.03.2020:
-Update Licence headers
-Cleanup indents
-Removed "reset halt" in boards .tcl
-Updated adapter frequency commands

Changes:
15.03.2020:
-Removed "init" in the of boards .tcl

Change-Id: I51bf620abe7b8e046e1dccc861a7d963965d3a42
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-on: http://openocd.zylin.com/5350
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
tcl/board/snps_em_sk.cfg [new file with mode: 0644]
tcl/board/snps_em_sk_v1.cfg [new file with mode: 0644]
tcl/board/snps_em_sk_v2.1.cfg [new file with mode: 0644]
tcl/board/snps_em_sk_v2.2.cfg [new file with mode: 0644]
tcl/cpu/arc/common.tcl [new file with mode: 0644]
tcl/cpu/arc/em.tcl [new file with mode: 0644]
tcl/cpu/arc/v2.tcl [new file with mode: 0644]
tcl/target/snps_em_sk_fpga.cfg [new file with mode: 0644]