Attention is currently required from: Julius Werner.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74501 )
Change subject: arch/arm64: Add Clang as supported target ......................................................................
arch/arm64: Add Clang as supported target
QEMU aarch64 boots to payload when compiled with clang.
Change-Id: I940a1ccf5cc4ec7bed5b6c8be92fc47922e1e747 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/arm64/Kconfig 1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/74501/1
diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig index 588e8ce..61ebbf3 100644 --- a/src/arch/arm64/Kconfig +++ b/src/arch/arm64/Kconfig @@ -1,5 +1,6 @@ config ARCH_ARM64 bool + select ARCH_SUPPORTS_CLANG
config ARCH_BOOTBLOCK_ARM64 bool