aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2015-02-05 14:05:51 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-06-05 10:16:52 +0200
commitd44a03622e365853e28d02fbeef731ff197e6324 (patch)
treecd703f70f4237fd339a12f3546104ee6e1c0ba57 /src/mainboard/iwill
parent04b1fc866930ee7a95ef70c9c5964d533ff030c7 (diff)
AMD K8: Move SB_HT_CHAIN_ON_BUS0 default 0
Define the default value under northbridge. The list of boards this patchset touches will change to use SB_HT_CHAIN_ON_BUS0 with follow-up patch. Based on code analysis, these boards already scan system bus as the first (active) HT chain, so it is placed as bus 0 even when this option was not explicitly selected. Change-Id: I5a00d6372cb89151940aeee517ea613398825c78 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/8353 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com> Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Diffstat (limited to 'src/mainboard/iwill')
-rw-r--r--src/mainboard/iwill/dk8s2/Kconfig4
-rw-r--r--src/mainboard/iwill/dk8x/Kconfig4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig
index c4de3a10e6..6b54645214 100644
--- a/src/mainboard/iwill/dk8s2/Kconfig
+++ b/src/mainboard/iwill/dk8s2/Kconfig
@@ -37,10 +37,6 @@ config MAX_PHYSICAL_CPUS
int
default 2
-config SB_HT_CHAIN_ON_BUS0
- int
- default 0
-
config HT_CHAIN_END_UNITID_BASE
hex
default 0x20
diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig
index af35bb6ae2..f2660c659c 100644
--- a/src/mainboard/iwill/dk8x/Kconfig
+++ b/src/mainboard/iwill/dk8x/Kconfig
@@ -36,10 +36,6 @@ config MAX_PHYSICAL_CPUS
int
default 2
-config SB_HT_CHAIN_ON_BUS0
- int
- default 0
-
config HT_CHAIN_END_UNITID_BASE
hex
default 0x20