[coreboot-gerrit] New patch to review for coreboot: qemu-x86: Enable SMP support

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sun Dec 6 20:58:42 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 7d4439cf8a2665ce82544d72db7e3d5835b7cd13
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