* [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules
@ 2018-02-14 9:26 Ard Biesheuvel
2018-02-14 9:26 ` [PATCH 2/2] arm64: defconfig: add support for Socionext SynQuacer based platforms Ard Biesheuvel
2018-03-06 16:16 ` [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules Arnd Bergmann
0 siblings, 2 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2018-02-14 9:26 UTC (permalink / raw)
To: linux-arm-kernel
New crypto drivers have been introduced in v4.16 that implement the
SHA-512, SHA3 and SM3 secure hash algorithms using ARMv8.2 optional
instructions. Add these drivers to arm64's defconfig as modules.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 634b373785c4..e718c64c47e4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -629,3 +629,6 @@ CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m
CONFIG_CRYPTO_CHACHA20_NEON=m
CONFIG_CRYPTO_AES_ARM64_BS=m
+CONFIG_CRYPTO_SHA512_ARM64_CE=m
+CONFIG_CRYPTO_SHA3_ARM64=m
+CONFIG_CRYPTO_SM3_ARM64_CE=m
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] arm64: defconfig: add support for Socionext SynQuacer based platforms
2018-02-14 9:26 [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules Ard Biesheuvel
@ 2018-02-14 9:26 ` Ard Biesheuvel
2018-03-06 16:17 ` Arnd Bergmann
2018-03-06 16:16 ` [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules Arnd Bergmann
1 sibling, 1 reply; 4+ messages in thread
From: Ard Biesheuvel @ 2018-02-14 9:26 UTC (permalink / raw)
To: linux-arm-kernel
Enable support in arm64's defconfig for Socionext SynQuacer based
platforms, by enabling the arch Kconfig symbol, and enabling builtin
support for the ethernet, GPIO and SDHCI controllers
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
arch/arm64/configs/defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e718c64c47e4..d69ed5125013 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -56,6 +56,7 @@ CONFIG_ARCH_R8A77995=y
CONFIG_ARCH_STRATIX10=y
CONFIG_ARCH_TEGRA=y
CONFIG_ARCH_SPRD=y
+CONFIG_ARCH_SYNQUACER=y
CONFIG_ARCH_THUNDER=y
CONFIG_ARCH_THUNDER2=y
CONFIG_ARCH_UNIPHIER=y
@@ -209,6 +210,7 @@ CONFIG_QCOM_EMAC=m
CONFIG_RAVB=y
CONFIG_SMC91X=y
CONFIG_SMSC911X=y
+CONFIG_SNI_NETSEC=y
CONFIG_STMMAC_ETH=m
CONFIG_MDIO_BUS_MUX_MMIOREG=y
CONFIG_AT803X_PHY=m
@@ -305,6 +307,7 @@ CONFIG_PINCTRL_MSM8996=y
CONFIG_PINCTRL_QDF2XXX=y
CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
CONFIG_GPIO_DWAPB=y
+CONFIG_GPIO_MB86S7X=y
CONFIG_GPIO_PL061=y
CONFIG_GPIO_RCAR=y
CONFIG_GPIO_UNIPHIER=y
@@ -450,6 +453,7 @@ CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ACPI=y
+CONFIG_MMC_SDHCI_F_SDH30=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_OF_ARASAN=y
CONFIG_MMC_SDHCI_OF_ESDHC=y
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules
2018-02-14 9:26 [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules Ard Biesheuvel
2018-02-14 9:26 ` [PATCH 2/2] arm64: defconfig: add support for Socionext SynQuacer based platforms Ard Biesheuvel
@ 2018-03-06 16:16 ` Arnd Bergmann
1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-03-06 16:16 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Feb 14, 2018 at 10:26 AM, Ard Biesheuvel
<ard.biesheuvel@linaro.org> wrote:
> New crypto drivers have been introduced in v4.16 that implement the
> SHA-512, SHA3 and SM3 secure hash algorithms using ARMv8.2 optional
> instructions. Add these drivers to arm64's defconfig as modules.
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
Applied to next/soc, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] arm64: defconfig: add support for Socionext SynQuacer based platforms
2018-02-14 9:26 ` [PATCH 2/2] arm64: defconfig: add support for Socionext SynQuacer based platforms Ard Biesheuvel
@ 2018-03-06 16:17 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-03-06 16:17 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Feb 14, 2018 at 10:26 AM, Ard Biesheuvel
<ard.biesheuvel@linaro.org> wrote:
> Enable support in arm64's defconfig for Socionext SynQuacer based
> platforms, by enabling the arch Kconfig symbol, and enabling builtin
> support for the ethernet, GPIO and SDHCI controllers
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Applied to next/soc, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-06 16:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 9:26 [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules Ard Biesheuvel
2018-02-14 9:26 ` [PATCH 2/2] arm64: defconfig: add support for Socionext SynQuacer based platforms Ard Biesheuvel
2018-03-06 16:17 ` Arnd Bergmann
2018-03-06 16:16 ` [PATCH 1/2] arm64: defconfig: add newly added accelerated crypto modules Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).