From patchwork Sat Jul 16 16:38:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 72165 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp420678qga; Sat, 16 Jul 2016 09:39:09 -0700 (PDT) X-Received: by 10.28.193.134 with SMTP id r128mr39073962wmf.35.1468687149368; Sat, 16 Jul 2016 09:39:09 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id eq10si6861475wjd.164.2016.07.16.09.39.09; Sat, 16 Jul 2016 09:39:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3EDB1A7521; Sat, 16 Jul 2016 18:39:08 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rPdwDUdjjboe; Sat, 16 Jul 2016 18:39:07 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C266A7514; Sat, 16 Jul 2016 18:39:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA026A7514 for ; Sat, 16 Jul 2016 18:39:03 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49Sge01C6mQ0 for ; Sat, 16 Jul 2016 18:39:03 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id 1370AA74FB for ; Sat, 16 Jul 2016 18:38:59 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-09.nifty.com with ESMTP id u6GGcN2P020260; Sun, 17 Jul 2016 01:38:26 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com u6GGcN2P020260 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1468687107; bh=ku8bgca9Gq3OB6pMmZqQgnpFVeNb4hhSLfl3oy009c8=; h=From:To:Cc:Subject:Date:From; b=N0rHVEu2Zyp9jVIAw0r2uCI1/n6EXMOumMsXITfzz/HN4brhZFDBv4EXEUj2ItlCP OAQno5rQnWi+PE2DNVakWnMqbLreNYp2qxA7ZdHqK/ikpmQQWAZlnUzSVAWTxjF45I hfb5N0vGcyMxvOA/uiHq9LBobgXqPRfF6kl/11GlwDfA3rJsbwrKzzbXB6NwuI3w7l h3CZFdwlSyaZPYwbr6jfC21jDSpmYUjOISgz4+KjS1Wz9MSL9ngYfb945lZ0mcqwj2 yayVa0s/nV1CwJtYMkZBQD/RFmn2YN6IEPN/3LETQ+g3TTyDzsgGW6omnEBOKBO2Gc OJESE6BX6hDSg== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 17 Jul 2016 01:38:21 +0900 Message-Id: <1468687101-5775-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLE X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is needed when booting Linux without ARM Trusted Firmware. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index e256eeb..e39ced6 100644 --- a/arch/arm/mach-uniphier/Kconfig +++ b/arch/arm/mach-uniphier/Kconfig @@ -12,6 +12,7 @@ config ARCH_UNIPHIER_64BIT select ARM64 select SPL_SEPARATE_BSS select ARMV8_MULTIENTRY + select ARMV8_SPIN_TABLE choice prompt "UniPhier SoC select"