From f787b51af53889eab6ff02ccd807fc6bf018034d Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 30 Oct 2014 16:57:29 +0300 Subject: arc: add support of ARC HS38 core Synopsys has recently announced its new ARC HS38 core that is capable of running Linux - http://www.synopsys.com/dw/ipdir.php?ds=arc-hs38-processor ARC HS38 is based on ARCv2 ISA and requires special settings of gcc and libc. Also in case of HS38 atomic extensions (LLOCK/SCOND instructions) are built-in by default, so enabling atomic extensions in Buildroot as well. This commit adds support of the core in buildroot. [Peter: string type, so must be in quotes as noted by Yann] Signed-off-by: Alexey Brodkin Cc: Thomas Petazzoni Cc: Anton Kolesov Signed-off-by: Peter Korsgaard --- package/uclibc/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/uclibc') diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 0aaefa33fc..37f398a3c6 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -199,6 +199,7 @@ config BR2_UCLIBC_ARC_TYPE depends on BR2_UCLIBC_TARGET_ARCH = "arc" default "ARC_CPU_700" if BR2_arc750d default "ARC_CPU_700" if BR2_arc770d + default "ARC_CPU_HS" if BR2_archs38 config BR2_UCLIBC_ARM_BX bool -- cgit v1.2.3