aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill
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/mainboard/iwill
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/mainboard/iwill')
-rw-r--r--src/mainboard/iwill/dk8_htx/Kconfig4
-rw-r--r--src/mainboard/iwill/dk8s2/Kconfig4
-rw-r--r--src/mainboard/iwill/dk8x/Kconfig4
3 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/iwill/dk8_htx/Kconfig b/src/mainboard/iwill/dk8_htx/Kconfig
index 5ad70f3cb9..3785b11475 100644
--- a/src/mainboard/iwill/dk8_htx/Kconfig
+++ b/src/mainboard/iwill/dk8_htx/Kconfig
@@ -54,6 +54,10 @@ config HT_CHAIN_UNITID_BASE
hex
default 0xa
+config SERIAL_CPU_INIT
+ bool
+ default n
+
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig
index 7fda0a686a..1c35cb2bb5 100644
--- a/src/mainboard/iwill/dk8s2/Kconfig
+++ b/src/mainboard/iwill/dk8s2/Kconfig
@@ -51,6 +51,10 @@ config HT_CHAIN_UNITID_BASE
hex
default 0x1
+config SERIAL_CPU_INIT
+ bool
+ default n
+
config IRQ_SLOT_COUNT
int
default 12
diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig
index 452b6e6206..9216078bc8 100644
--- a/src/mainboard/iwill/dk8x/Kconfig
+++ b/src/mainboard/iwill/dk8x/Kconfig
@@ -50,6 +50,10 @@ config HT_CHAIN_UNITID_BASE
hex
default 0x1
+config SERIAL_CPU_INIT
+ bool
+ default n
+
config IRQ_SLOT_COUNT
int
default 9