[coreboot-gerrit] Patch set updated for coreboot: mb/emulation: Select QEMU-i440fx by default

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Oct 20 17:21:05 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16987

-gerrit

commit 464ccc5c6c51ace0228ac026accbb3505fe51c44
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Sat Oct 15 00:57:32 2016 +0200

    mb/emulation: Select QEMU-i440fx by default
    
    It's a better default than QEMU-armv7, which is currently the default
    board when coreboot is configured for the first time, because most
    coreboot development targets x86.
    
    Change-Id: Ie44a5d95547a55df93f29082c3b5a86fb83aa1e7
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 src/mainboard/emulation/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig
index 1dc89ca..759b1de 100644
--- a/src/mainboard/emulation/Kconfig
+++ b/src/mainboard/emulation/Kconfig
@@ -2,6 +2,7 @@ if VENDOR_EMULATION
 
 choice
 	prompt "Mainboard model"
+	default BOARD_EMULATION_QEMU_X86_I440FX
 
 source "src/mainboard/emulation/*/Kconfig.name"
 



More information about the coreboot-gerrit mailing list