arc: Rename ARCangel4 board to nSIM
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 4 Aug 2016 11:35:01 +0000 (14:35 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 5 Aug 2016 09:50:25 +0000 (12:50 +0300)
commitcc8be222d1cf37c4299c019b95d7d932f2a4bbcc
tree086ee08a5e6d9a194f71d53dd615edc6952566e2
parent9bef24d0dea30447951e1cd0074be502ca408fc0
arc: Rename ARCangel4 board to nSIM

ARCangel was one of the main development boards back in the day but
now it's gone and replaced by other boards like ARC SDP.

But we also used to have simulation platform very similar to ARCangel4
in terms of CPU settings as well as basic IO like UART. Even though
ARCangel4 is long gone now we have a replacement for simulation which is
a plain or stand-alone nSIM and Free nSIM.

Note Free nSIM is available for download here:
https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi

And while at it:
 * Finally switch hex numerical values in nsim.h to defines from
   include/linux/sizes.h
 * Add defconfigs with ARC HS38 cores
 * Recreated all defconfigs with savedefconfig

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
14 files changed:
arch/arc/Kconfig
arch/arc/dts/Makefile
arch/arc/dts/arcangel4.dts [deleted file]
arch/arc/dts/nsim.dts [new file with mode: 0644]
board/synopsys/Kconfig
board/synopsys/MAINTAINERS
configs/arcangel4-be_defconfig [deleted file]
configs/arcangel4_defconfig [deleted file]
configs/nsim_700_defconfig [new file with mode: 0644]
configs/nsim_700be_defconfig [new file with mode: 0644]
configs/nsim_hs38_defconfig [new file with mode: 0644]
configs/nsim_hs38be_defconfig [new file with mode: 0644]
include/configs/arcangel4.h [deleted file]
include/configs/nsim.h [new file with mode: 0644]