linux: add support of Synopsys ARCHS38-based boards
authorJohn Crispin <john@openwrt.org>
Thu, 18 Feb 2016 08:22:32 +0000 (08:22 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 18 Feb 2016 08:22:32 +0000 (08:22 +0000)
commit73015c4cb3787cccadc72b53fdb84b2d45c90136
treecea0bb920bf3d0e71a37a09ef861eccc353fdf69
parent7b821a5ae882cb0c70fd9d09ec9d5952985951dc
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>
SVN-Revision: 48740
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]