From 404df444271b998948f6ef40f518cbb2fa27c493 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Thu, 7 May 2015 16:59:31 -0700 Subject: arm64: Reorganize payload entry code and related Kconfigs Reorganize Kconfig (split out from the original patch linked below) Change-Id: I84ec8e453dd7a3980de95a455ad21494c601a98c Signed-off-by: Patrick Georgi Original-Commit-Id: 5067e47bc03f04ad2dba044f022716e0fc62bb9e Original-Change-Id: I1b2038acc0d054716a3c580ce97ea8e9a45abfa2 Original-Signed-off-by: Julius Werner Original-Reviewed-on: https://chromium-review.googlesource.com/270783 Original-Reviewed-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/10240 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/arch/arm64/Kconfig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/arch/arm64/Kconfig') diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig index c51387cb37..3d84a11444 100644 --- a/src/arch/arm64/Kconfig +++ b/src/arch/arm64/Kconfig @@ -19,6 +19,15 @@ config ARCH_RAMSTAGE_ARM64 bool default n +source src/arch/arm64/armv8/Kconfig +source src/arch/arm64/cpu/Kconfig + +# If a custom bootblock is necessary, this option should be "select"-ed by +# the thing that needs it, probably the CPU. +config ARM64_BOOTBLOCK_CUSTOM + bool + default n + config ARCH_USE_SECURE_MONITOR bool default n @@ -28,12 +37,3 @@ config ARCH_SPINTABLE bool default n depends on ARCH_RAMSTAGE_ARM64 - -source src/arch/arm64/armv8/Kconfig -source src/arch/arm64/cpu/Kconfig - -# If a custom bootblock is necessary, this option should be "select"-ed by -# the thing that needs it, probably the CPU. -config ARM64_BOOTBLOCK_CUSTOM - bool - default n -- cgit v1.2.3