aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-07-29 17:42:52 +0200
committerRonald G. Minnich <rminnich@gmail.com>2012-07-31 05:52:44 +0200
commita2701c60052df5544930a8dce8f01768834fdf28 (patch)
tree3831f6373de54e935f236f367db2bd8edb1a3307 /src/cpu
parent1068087c64006a1af0d6dc04b2de6c3dbb7107a0 (diff)
Revert "remove CONFIG_SERIAL_CPU_INIT"
This reverts commit 78efc4c36c68b51b3e73acdb721a12ec23ed0369. The broadcast patch was reverted, so this commit should also be reverted. The reason for reverting the broadcast patch: It turned out that sending IPIs via broadcast doesn't work on Sandybridge. We tried to come up with a solution, but didn't found any so far. So revert the code for now until we have a working solution. Change-Id: I05c27dec55fa681f455215be56dcbc5f22808193 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/1380 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/model_206ax/Kconfig4
-rw-r--r--src/cpu/x86/Kconfig4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/intel/model_206ax/Kconfig b/src/cpu/intel/model_206ax/Kconfig
index effcdd1bd5..a8419d53ec 100644
--- a/src/cpu/intel/model_206ax/Kconfig
+++ b/src/cpu/intel/model_206ax/Kconfig
@@ -18,6 +18,10 @@ config BOOTBLOCK_CPU_INIT
string
default "cpu/intel/model_206ax/bootblock.c"
+config SERIAL_CPU_INIT
+ bool
+ default n
+
config SMM_TSEG_SIZE
hex
default 0x800000
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index de40c059b1..0eaee2ed40 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -1,3 +1,7 @@
+config SERIAL_CPU_INIT
+ bool
+ default y
+
config WAIT_BEFORE_CPUS_INIT
bool
default n