Attention is currently required from: Jérémy Compostella.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81378?usp=email )
Change subject: [NOTFORMERGE] build all x86 boards with 64bit ......................................................................
[NOTFORMERGE] build all x86 boards with 64bit
Let's see if there is fallout?
Change-Id: Iabdaf8867a0a9f147d06528f421a95babf2cbcf1 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/x86/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/81378/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index d2ae320..c720cd2 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -76,6 +76,7 @@ bool "Run coreboot in long (64-bit) mode" depends on HAVE_X86_64_SUPPORT select ARCH_ALL_STAGES_X86_64 + default y help When set, most of coreboot runs in long (64-bit) mode instead of the usual protected flat (32-bit) mode. 64-bit CPUs and OSes can be used