summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorXianbin Zhu <[email protected]>2025-09-25 17:48:56 +0800
committerAnup Patel <[email protected]>2025-10-20 10:29:50 +0530
commitfb70fe8b98c0e6ca23201bf7014ae85a3ef692b9 (patch)
tree917cea1f736ebc03a543d70214876c0795abed9b /platform
parent1f84ec2ac22eaa866d7750f5d7941eb8711fadfc (diff)
platform: spacemit: Add HSM driver
Add code to bring up all 8 cores during OpenSBI initialization so that the Linux kernel can detect and use all cores properly. Co-authored-by: Troy Mitchell <[email protected]> Signed-off-by: Troy Mitchell <[email protected]> Signed-off-by: Xianbin Zhu <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform')
-rw-r--r--platform/generic/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/Kconfig b/platform/generic/Kconfig
index 89c5bb3c..aedc59a5 100644
--- a/platform/generic/Kconfig
+++ b/platform/generic/Kconfig
@@ -85,6 +85,7 @@ config PLATFORM_MIPS_P8700
config PLATFORM_SPACEMIT_K1
bool "Spacemit K1 support"
+ select FDT_HSM_SPACEMIT
default n
source "$(OPENSBI_SRC_DIR)/platform/generic/andes/Kconfig"