mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
9131cb44ff
Introduce EN7581 SoC support with currently rfb board supported. This is a new 64bit SoC from Airoha that is currently almost fully supported upstream with only the DTS missing. Setting source-only waiting for the full upstream support to be completed. Link: https://github.com/openwrt/openwrt/pull/16730 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From 428ae88ef519f2009fac37563de76ffa6f93046f Mon Sep 17 00:00:00 2001
|
|
From: Daniel Danzberger <dd@embedd.com>
|
|
Date: Sat, 9 Mar 2024 10:32:16 +0100
|
|
Subject: [PATCH] arm64: add Airoha EN7581 platform
|
|
|
|
Introduce the Kconfig entry for the Airoha EN7581 multicore architecture
|
|
available in the Airoha EN7581 evaluation board.
|
|
|
|
Signed-off-by: Daniel Danzberger <dd@embedd.com>
|
|
Co-developed-by: Lorenzo Bianconi <lorenzo@kernel.org>
|
|
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
|
|
Link: https://lore.kernel.org/r/d52d95db313e6a58ba997ba2181faf78a1014bcc.1709975956.git.lorenzo@kernel.org
|
|
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
|
---
|
|
arch/arm64/Kconfig.platforms | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/arch/arm64/Kconfig.platforms
|
|
+++ b/arch/arm64/Kconfig.platforms
|
|
@@ -8,6 +8,13 @@ config ARCH_ACTIONS
|
|
help
|
|
This enables support for the Actions Semiconductor S900 SoC family.
|
|
|
|
+config ARCH_AIROHA
|
|
+ bool "Airoha SoC Support"
|
|
+ select ARM_PSCI
|
|
+ select HAVE_ARM_ARCH_TIMER
|
|
+ help
|
|
+ This enables support for the ARM64 based Airoha SoCs.
|
|
+
|
|
config ARCH_SUNXI
|
|
bool "Allwinner sunxi 64-bit SoC Family"
|
|
select ARCH_HAS_RESET_CONTROLLER
|