summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/arc/Makefile8
-rw-r--r--target/arc/kernel/synopsys-hsdk1
-rw-r--r--target/arc/kernel/synopsys-nsim2
-rw-r--r--target/config/Config.in.rootfs1
-rw-r--r--target/linux/Config.in.kernelversion6
-rw-r--r--target/linux/patches/4.16.17/arc.patch (renamed from target/linux/patches/4.16.15/arc.patch)0
-rw-r--r--target/linux/patches/4.16.17/arm-nommu.patch (renamed from target/linux/patches/4.16.15/arm-nommu.patch)0
-rw-r--r--target/linux/patches/4.16.17/arm-thumb2.patch (renamed from target/linux/patches/4.16.15/arm-thumb2.patch)0
-rw-r--r--target/linux/patches/4.16.17/h8300.patch (renamed from target/linux/patches/4.16.15/h8300.patch)0
-rw-r--r--target/linux/patches/4.16.17/or1k-more-ram.patch (renamed from target/linux/patches/4.16.15/or1k-more-ram.patch)0
-rw-r--r--target/linux/patches/4.16.17/startup.patch (renamed from target/linux/patches/4.16.15/startup.patch)0
-rw-r--r--target/linux/patches/4.17.2/arc.patch (renamed from target/linux/patches/4.17.1/arc.patch)0
-rw-r--r--target/linux/patches/4.17.2/startup.patch (renamed from target/linux/patches/4.17.1/startup.patch)0
13 files changed, 10 insertions, 8 deletions
diff --git a/target/arc/Makefile b/target/arc/Makefile
index 2f3e006a6..34fe42e41 100644
--- a/target/arc/Makefile
+++ b/target/arc/Makefile
@@ -30,18 +30,18 @@ ifeq ($(ADK_TARGET_FS),initramfspiggyback)
targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
ifeq ($(ADK_TARGET_LITTLE_ENDIAN),y)
-ifeq ($(ADK_TARGET_SYSTEM_NSIM_ARCV1),y)
+ifeq ($(ADK_TARGET_CPU_ARC_ARC700),y)
@echo './scripts/nsim.sh arcv1 $(FW_DIR)/${TARGET_KERNEL}'
endif
-ifeq ($(ADK_TARGET_SYSTEM_NSIM_ARCV2),y)
+ifeq ($(ADK_TARGET_CPU_ARC_ARCHS),y)
@echo './scripts/nsim.sh arcv2 $(FW_DIR)/${TARGET_KERNEL}'
endif
endif
ifeq ($(ADK_TARGET_BIG_ENDIAN),y)
-ifeq ($(ADK_TARGET_SYSTEM_NSIM_ARCV1),y)
+ifeq ($(ADK_TARGET_CPU_ARC_ARC700),y)
@echo './scripts/nsim.sh arcv1-be $(FW_DIR)/${TARGET_KERNEL}'
endif
-ifeq ($(ADK_TARGET_SYSTEM_NSIM_ARCV2),y)
+ifeq ($(ADK_TARGET_CPU_ARC_ARCHS),y)
@echo './scripts/nsim.sh arcv2-be $(FW_DIR)/${TARGET_KERNEL}'
endif
endif
diff --git a/target/arc/kernel/synopsys-hsdk b/target/arc/kernel/synopsys-hsdk
index a5064e185..d4166a500 100644
--- a/target/arc/kernel/synopsys-hsdk
+++ b/target/arc/kernel/synopsys-hsdk
@@ -1,3 +1,4 @@
CONFIG_ISA_ARCV2=y
CONFIG_ARC_SOC_HSDK=y
CONFIG_ARC_UBOOT_SUPPORT=y
+CONFIG_ARC_DW2_UNWIND=y
diff --git a/target/arc/kernel/synopsys-nsim b/target/arc/kernel/synopsys-nsim
index 416867241..ad1683b1c 100644
--- a/target/arc/kernel/synopsys-nsim
+++ b/target/arc/kernel/synopsys-nsim
@@ -1,2 +1,4 @@
CONFIG_ARC=y
CONFIG_ARC_PLAT_SIM=y
+CONFIG_ARC_DBG=y
+CONFIG_ARC_DW2_UNWIND=y
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs
index b7ea73de3..d9a459455 100644
--- a/target/config/Config.in.rootfs
+++ b/target/config/Config.in.rootfs
@@ -38,6 +38,7 @@ config ADK_TARGET_ROOTFS_INITRAMFS
depends on \
ADK_TARGET_QEMU || \
ADK_TARGET_ARCH_ALPHA || \
+ ADK_TARGET_ARCH_ARC || \
ADK_TARGET_ARCH_ARM || \
ADK_TARGET_ARCH_M68K || \
ADK_TARGET_ARCH_MICROBLAZE || \
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion
index d3694bd2f..c81f507b7 100644
--- a/target/linux/Config.in.kernelversion
+++ b/target/linux/Config.in.kernelversion
@@ -30,7 +30,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
config ADK_TARGET_LINUX_KERNEL_VERSION_4_17
- bool "4.17.1"
+ bool "4.17.2"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_CSKY
@@ -39,8 +39,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_17
depends on !ADK_TARGET_ARCH_RISCV64
config ADK_TARGET_LINUX_KERNEL_VERSION_4_16
- bool "4.16.15"
- depends on !ADK_TARGET_ARCH_ARC
+ bool "4.16.17"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_CSKY
@@ -51,7 +50,6 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_16
config ADK_TARGET_LINUX_KERNEL_VERSION_4_14
bool "4.14.44"
- depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_CSKY
diff --git a/target/linux/patches/4.16.15/arc.patch b/target/linux/patches/4.16.17/arc.patch
index a2dd8b327..a2dd8b327 100644
--- a/target/linux/patches/4.16.15/arc.patch
+++ b/target/linux/patches/4.16.17/arc.patch
diff --git a/target/linux/patches/4.16.15/arm-nommu.patch b/target/linux/patches/4.16.17/arm-nommu.patch
index 2480b5169..2480b5169 100644
--- a/target/linux/patches/4.16.15/arm-nommu.patch
+++ b/target/linux/patches/4.16.17/arm-nommu.patch
diff --git a/target/linux/patches/4.16.15/arm-thumb2.patch b/target/linux/patches/4.16.17/arm-thumb2.patch
index a5ae3d260..a5ae3d260 100644
--- a/target/linux/patches/4.16.15/arm-thumb2.patch
+++ b/target/linux/patches/4.16.17/arm-thumb2.patch
diff --git a/target/linux/patches/4.16.15/h8300.patch b/target/linux/patches/4.16.17/h8300.patch
index 836a414e5..836a414e5 100644
--- a/target/linux/patches/4.16.15/h8300.patch
+++ b/target/linux/patches/4.16.17/h8300.patch
diff --git a/target/linux/patches/4.16.15/or1k-more-ram.patch b/target/linux/patches/4.16.17/or1k-more-ram.patch
index de848c838..de848c838 100644
--- a/target/linux/patches/4.16.15/or1k-more-ram.patch
+++ b/target/linux/patches/4.16.17/or1k-more-ram.patch
diff --git a/target/linux/patches/4.16.15/startup.patch b/target/linux/patches/4.16.17/startup.patch
index 8115b2cc6..8115b2cc6 100644
--- a/target/linux/patches/4.16.15/startup.patch
+++ b/target/linux/patches/4.16.17/startup.patch
diff --git a/target/linux/patches/4.17.1/arc.patch b/target/linux/patches/4.17.2/arc.patch
index 20810ce64..20810ce64 100644
--- a/target/linux/patches/4.17.1/arc.patch
+++ b/target/linux/patches/4.17.2/arc.patch
diff --git a/target/linux/patches/4.17.1/startup.patch b/target/linux/patches/4.17.2/startup.patch
index dd27de856..dd27de856 100644
--- a/target/linux/patches/4.17.1/startup.patch
+++ b/target/linux/patches/4.17.2/startup.patch