]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: merge HAPS-HS with nSIM-HS configs
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Wed, 23 Oct 2019 12:44:15 +0000 (15:44 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 28 Oct 2019 19:12:31 +0000 (12:12 -0700)
commit09d9817233901f9389ea90c53f7db57ce3b46020
tree4bc7a077975b950e46f9eb02838df5eb46c4e5de
parentdd7c7fbc05a4d3ccb5c63d41f4f2fd686a32b96c
ARC: merge HAPS-HS with nSIM-HS configs

Starting from nSIM 2019.06 is possible to use DW UART
instead of ARC UART. That allows us to merge
"nsim_hs" with "haps_hs" and "nsim_hs_smp" with "haps_hs_smp"
with minor changes which were done in previous commits.

We eliminate nsim_hs_defconfig and nsim_hs_smp_defconfig
and leave haps_hs_defconfig and haps_hs_smp_defconfig
which can be used on HAPS / nSIM / ZEBU / QEMU platforms
without additional changes in Linux kernel.

For nSIM we should now use UART property values
"-prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000"
instead of previously used
"-prop=nsim_mem-dev=uart0,base=0xc0fc1000"
"use_connect" and "irq" values of UART property remains untouched.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile
arch/arc/boot/dts/nsim_hs.dts [deleted file]
arch/arc/boot/dts/nsim_hs_idu.dts [deleted file]
arch/arc/configs/nsim_hs_defconfig [deleted file]
arch/arc/configs/nsim_hs_smp_defconfig [deleted file]
arch/arc/plat-sim/platform.c