Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69235 )
Change subject: Set x86_64 as supported architecture for clang ......................................................................
Set x86_64 as supported architecture for clang
This boots on both qemu and real hardware now.
Change-Id: Ibd320059cff575847bbf1844b5bb100312f77916 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/x86/Kconfig 1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/69235/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index b60f600..f7f87d6 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -64,6 +64,7 @@ select ARCH_VERSTAGE_X86_64 select ARCH_ROMSTAGE_X86_64 select ARCH_RAMSTAGE_X86_64 + select ARCH_SUPPORTS_CLANG
config ARCH_ALL_STAGES_X86 bool