diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-05-31 09:26:55 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-06 20:52:48 +0200 |
commit | aa588e027301063731b80e3e22a4ea3b1c0c08f1 (patch) | |
tree | 6ae582d106b4a49c2d0905b39c29675cbcbbf76b /src/mainboard/emulation/qemu-x86/Kconfig | |
parent | cbf30736b60c6076a82ff256b1bd5246a6af83c0 (diff) | |
download | coreboot-aa588e027301063731b80e3e22a4ea3b1c0c08f1.tar.xz |
qemu: wind up new cpu chip
Add boot cpu to the device tree. Figure the number of CPUs installed
(using the qemu firmware config interface) and add cpu devices for them,
so they show up in all generated BIOS tables correctly. This gets SMP
going.
Change-Id: I0e99f98942d8ca90150b27fc13c1c7e926a1a644
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-on: http://review.coreboot.org/3345
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/Kconfig')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Kconfig b/src/mainboard/emulation/qemu-x86/Kconfig index bf21acd5c2..f8167941fd 100644 --- a/src/mainboard/emulation/qemu-x86/Kconfig +++ b/src/mainboard/emulation/qemu-x86/Kconfig @@ -3,6 +3,7 @@ if BOARD_EMULATION_QEMU_X86 config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select ARCH_X86 + select CPU_QEMU_X86 select SOUTHBRIDGE_INTEL_I82371EB select CACHE_AS_RAM select HAVE_OPTION_TABLE |