mb/emulation: Select QEMU-i440fx by default
commit65a9462a73bd9c5e1054ea315b51574b4bf2f270
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 20 Oct 2016 00:46:49 +0000 (20 02:46 +0200)
committerRonald G. Minnich <rminnich@gmail.com>
Mon, 24 Oct 2016 23:31:43 +0000 (25 01:31 +0200)
tree8aefdfe3c4c2769558950e95b734d37ae3b9c28a
parent4a2cfad13b95917f3e3fda742e43e87961daea3a
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.

With this patch, the minimal steps to coreboot+SeaBIOS booting in QEMU
become:

    git clone https://review.coreboot.org/coreboot.git && cd coreboot
    make crossgcc-x86
    make olddefconfig && make
    qemu-system-x86_64 -bios build/coreboot.rom

Change-Id: Ie44a5d95547a55df93f29082c3b5a86fb83aa1e7
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/16987
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/mainboard/emulation/Kconfig