diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2016-08-04 14:35:01 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2016-08-05 12:50:25 +0300 |
commit | cc8be222d1cf37c4299c019b95d7d932f2a4bbcc (patch) | |
tree | 086ee08a5e6d9a194f71d53dd615edc6952566e2 /board | |
parent | 9bef24d0dea30447951e1cd0074be502ca408fc0 (diff) | |
download | u-boot-cc8be222d1cf37c4299c019b95d7d932f2a4bbcc.tar.gz |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/synopsys/Kconfig | 4 | ||||
-rw-r--r-- | board/synopsys/MAINTAINERS | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/board/synopsys/Kconfig b/board/synopsys/Kconfig index 8ab48cd91c..27e5509b26 100644 --- a/board/synopsys/Kconfig +++ b/board/synopsys/Kconfig @@ -1,9 +1,9 @@ -if TARGET_ARCANGEL4 +if TARGET_NSIM config SYS_VENDOR default "synopsys" config SYS_CONFIG_NAME - default "arcangel4" + default "nsim" endif diff --git a/board/synopsys/MAINTAINERS b/board/synopsys/MAINTAINERS index 43114cea5e..b9bfd3c2e8 100644 --- a/board/synopsys/MAINTAINERS +++ b/board/synopsys/MAINTAINERS @@ -1,6 +1,8 @@ - BOARD M: Alexey Brodkin <abrodkin@synopsys.com> S: Maintained -F: include/configs/arcangel4.h -F: configs/arcangel4_defconfig -F: configs/arcangel4-be_defconfig +F: include/configs/nsim.h +F: configs/nsim_700_defconfig +F: configs/nsim_700be_defconfig +F: configs/nsim_hs38_defconfig +F: configs/nsim_hs38be_defconfig |