summaryrefslogtreecommitdiff
path: root/configs/nsim_700_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2016-08-04 14:35:01 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2016-08-05 12:50:25 +0300
commitcc8be222d1cf37c4299c019b95d7d932f2a4bbcc (patch)
tree086ee08a5e6d9a194f71d53dd615edc6952566e2 /configs/nsim_700_defconfig
parent9bef24d0dea30447951e1cd0074be502ca408fc0 (diff)
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 'configs/nsim_700_defconfig')
-rw-r--r--configs/nsim_700_defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig
new file mode 100644
index 0000000000..202f77c3e0
--- /dev/null
+++ b/configs/nsim_700_defconfig
@@ -0,0 +1,15 @@
+CONFIG_ARC=y
+CONFIG_TARGET_NSIM=y
+CONFIG_SYS_CLK_FREQ=70000000
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_TEXT_BASE=0x81000000
+CONFIG_DEFAULT_DEVICE_TREE="nsim"
+CONFIG_BOOTDELAY=3
+CONFIG_SYS_PROMPT="nsim# "
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_OF_CONTROL=y
+CONFIG_OF_EMBED=y
+CONFIG_DM=y
+CONFIG_USE_PRIVATE_LIBGCC=y