From cc8be222d1cf37c4299c019b95d7d932f2a4bbcc Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 4 Aug 2016 14:35:01 +0300 Subject: 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 --- configs/nsim_700be_defconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/nsim_700be_defconfig (limited to 'configs/nsim_700be_defconfig') diff --git a/configs/nsim_700be_defconfig b/configs/nsim_700be_defconfig new file mode 100644 index 0000000000..b7f7924d2b --- /dev/null +++ b/configs/nsim_700be_defconfig @@ -0,0 +1,16 @@ +CONFIG_ARC=y +CONFIG_CPU_BIG_ENDIAN=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 -- cgit v1.2.3