[coreboot-gerrit] Patch set updated for coreboot: qemu-x86: Enable SMP support

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Dec 8 15:54:22 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12656

-gerrit

commit 12b3735e821f3cac373f09b5dd0da5ff2a3016e3
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sun Dec 6 20:58:21 2015 +0100

    qemu-x86: Enable SMP support
    
    QEMU can do this for a while now.
    
    Change-Id: I3a5027a7afc9dd18463d26cb42fe68747a89f6b0
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/cpu/qemu-x86/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig
index 88cf82b..ea2bc46 100644
--- a/src/cpu/qemu-x86/Kconfig
+++ b/src/cpu/qemu-x86/Kconfig
@@ -19,3 +19,4 @@ config CPU_QEMU_X86
 	select ARCH_VERSTAGE_X86_32
 	select ARCH_ROMSTAGE_X86_32
 	select ARCH_RAMSTAGE_X86_32
+	select SMP



More information about the coreboot-gerrit mailing list