[coreboot-gerrit] Patch set updated for coreboot: DO NOT COMMIT: Enable 64bit compilation for all AGESA boards

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed May 4 22:50:19 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/10594

-gerrit

commit 35ae48fbc0ba889a6db0e972ae6405ece29aa76a
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Jun 18 22:05:13 2015 -0700

    DO NOT COMMIT: Enable 64bit compilation for all AGESA boards
    
    This used to break lots of boards, it's basically untested.
    
    Change-Id: I8d3908557904f6dd27154e2a4b842c94974df81a
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/cpu/amd/agesa/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index ae5e854..fe3c067 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -23,10 +23,10 @@ config CPU_AMD_AGESA
 	default y if CPU_AMD_AGESA_FAMILY15_RL
 	default y if CPU_AMD_AGESA_FAMILY16_KB
 	default n
-	select ARCH_BOOTBLOCK_X86_32
-	select ARCH_VERSTAGE_X86_32
-	select ARCH_ROMSTAGE_X86_32
-	select ARCH_RAMSTAGE_X86_32
+	select ARCH_BOOTBLOCK_X86_64
+	select ARCH_VERSTAGE_X86_64
+	select ARCH_ROMSTAGE_X86_64
+	select ARCH_RAMSTAGE_X86_64
 	select TSC_SYNC_LFENCE
 	select UDELAY_LAPIC
 	select LAPIC_MONOTONIC_TIMER



More information about the coreboot-gerrit mailing list