[coreboot] Patch set updated for coreboot: 926c349 Add dependency for CONFIG_AP_IN_SIPI_WAIT

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Nov 12 03:43:25 CET 2012


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

-gerrit

commit 926c3498d2368fe2f0a7099a6c44ef59c2a26a27
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Oct 15 13:38:09 2012 -0700

    Add dependency for CONFIG_AP_IN_SIPI_WAIT
    
    Change-Id: Ia20c138dae1fc1382abe74303e1117472c513d1d
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 7e0d195..0233f1e 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -6,7 +6,7 @@ menu "Architecture (x86)"
 config AP_IN_SIPI_WAIT
 	bool
 	default n
-	depends on ARCH_X86
+	depends on ARCH_X86 && SMP
 
 # Aligns 16bit entry code in bootblock so that hyper-threading CPUs
 # can boot AP CPUs to enable their shared caches.




More information about the coreboot mailing list