summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-27 19:16:08 +0800
committerSimon Glass <sjg@chromium.org>2015-08-05 08:42:38 -0600
commita2eb65fcad4c66ee6992e18d8bea15fd0b07886e (patch)
tree12f02c4b7aafaf51930ca8e3c8cfa9b39a364265 /configs
parent417576c2f1f2c5392cd69ef3ed33668cc9900e6e (diff)
downloadtalos-obmc-uboot-a2eb65fcad4c66ee6992e18d8bea15fd0b07886e.tar.gz
talos-obmc-uboot-a2eb65fcad4c66ee6992e18d8bea15fd0b07886e.zip
x86: qemu: Add MP initialization
Add a cpu1 node to the device tree and enable the MP initialization on QEMU targets (i440fx and q35). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu-x86_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index 4b18d51738..e579c36200 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -1,5 +1,7 @@
CONFIG_X86=y
CONFIG_DEFAULT_DEVICE_TREE="qemu-x86_i440fx"
+CONFIG_SMP=y
+CONFIG_MAX_CPUS=2
CONFIG_GENERATE_PIRQ_TABLE=y
CONFIG_GENERATE_MP_TABLE=y
CONFIG_CMD_CPU=y
OpenPOWER on IntegriCloud