linux: add support of Synopsys ARCHS38-based boards
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Feb 2016 08:22:32 +0000 (08:22 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Feb 2016 08:22:32 +0000 (08:22 +0000)
commit08dd8d9a22130cbb368fd7f6fa4c790239f2c758
treec84318ce5e3a10a11a7b5cd117f612c5c86b3553
parent0f709bcd40ff8a751b786f9d1d38765af6c24090
linux: add support of Synopsys ARCHS38-based boards

This patch introduces support of new boards with ARC HS38 cores.

ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA.
As with ARC770 we're addind support for 2 boards for now:

 [1] Synopsys SDP board (AXS103)
     This is the same base-board as in AXS101 but with
     FPGA-based CPU-tile where ARCHs38 core is implemented.

 [2] nSIM
     Again this is the same simulation engine but configured for
     new instruction set and features of new CPU.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: Jo-Philipp Wich <jow@openwrt.org>
Cc: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48740 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 files changed:
include/target.mk
target/linux/archs38/Makefile [new file with mode: 0644]
target/linux/archs38/base-files.mk [new file with mode: 0644]
target/linux/archs38/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/archs38/base-files/lib/arc.sh [new file with mode: 0644]
target/linux/archs38/base-files/lib/preinit/01_preinit_arc.sh [new file with mode: 0644]
target/linux/archs38/config-4.4 [new file with mode: 0644]
target/linux/archs38/dts/axc003_idu.dtsi [new file with mode: 0644]
target/linux/archs38/dts/axs103_idu.dts [new file with mode: 0644]
target/linux/archs38/dts/axs10x_mb.dtsi [new file with mode: 0644]
target/linux/archs38/dts/nsim_hs_idu.dts [new file with mode: 0644]
target/linux/archs38/dts/skeleton.dtsi [new file with mode: 0644]
target/linux/archs38/generic/profiles/00-default.mk [new file with mode: 0644]
target/linux/archs38/generic/profiles/01-minimal.mk [new file with mode: 0644]
target/linux/archs38/generic/profiles/02-axs103.mk [new file with mode: 0644]
target/linux/archs38/generic/profiles/03-nsim_hs.mk [new file with mode: 0644]
target/linux/archs38/generic/target.mk [new file with mode: 0644]
target/linux/archs38/image/Makefile [new file with mode: 0644]