summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-04-29 22:26:03 -0600
committerSimon Glass <sjg@chromium.org>2015-04-30 16:13:52 -0600
commit281239ad9dc2a695a53ab34dda44cdbe31c69122 (patch)
treeb5560a2189ec9a431c2f99601536c4efc0640fea /configs
parentede9709316f6c4d18d2a3e126879af2816c0b329 (diff)
downloadtalos-obmc-uboot-281239ad9dc2a695a53ab34dda44cdbe31c69122.tar.gz
talos-obmc-uboot-281239ad9dc2a695a53ab34dda44cdbe31c69122.zip
x86: Enable multi-core init for Minnowboard MAX
Enable the CPU uclass and Simple Firmware interface for Minnowbaord MAX. This enables multi-core support in Linux. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/minnowmax_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index c59f4ace1e..426fb527c7 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -8,3 +8,7 @@ CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
CONFIG_MMCONF_BASE_ADDRESS=0xe0000000
CONFIG_HAVE_INTEL_ME=y
+CONFIG_GENERATE_SFI_TABLE=y
+CONFIG_CPU=y
+CONFIG_CMD_CPU=y
+CONFIG_SMP=y
OpenPOWER on IntegriCloud