summaryrefslogtreecommitdiff
path: root/src/southbridge/amd
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-09 19:21:30 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-16 20:10:54 +0100
commit6f6a249a75927476ba5e06bb2b0a0138e0cf63ea (patch)
tree81c789db2e93396738929c9bb3b26b84771135b6 /src/southbridge/amd
parent6e56de3d202c2175a13c91ab2c1bc1eb0d7f652a (diff)
downloadcoreboot-6f6a249a75927476ba5e06bb2b0a0138e0cf63ea.tar.xz
usbdebug: Remove EHCI_DEBUG_OFFSET
Read this variable from PCI configuration capabilities list instead. Change-Id: I0cfe981833873397c32cd3aa2af307f35f01784b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5176 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r--src/southbridge/amd/agesa/hudson/Kconfig4
-rw-r--r--src/southbridge/amd/cimx/sb700/Kconfig4
-rw-r--r--src/southbridge/amd/cimx/sb800/Kconfig4
-rw-r--r--src/southbridge/amd/sb600/Kconfig4
-rw-r--r--src/southbridge/amd/sb700/Kconfig4
-rw-r--r--src/southbridge/amd/sb800/Kconfig4
6 files changed, 0 insertions, 24 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index 1550cb4c01..dd5120dbf7 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -43,10 +43,6 @@ config EHCI_BAR
hex
default 0xfef00000
-config EHCI_DEBUG_OFFSET
- hex
- default 0xe0
-
config HUDSON_XHCI_ENABLE
bool "Enable Hudson XHCI Controller"
default y
diff --git a/src/southbridge/amd/cimx/sb700/Kconfig b/src/southbridge/amd/cimx/sb700/Kconfig
index 4304357a7a..d8bad86007 100644
--- a/src/southbridge/amd/cimx/sb700/Kconfig
+++ b/src/southbridge/amd/cimx/sb700/Kconfig
@@ -54,10 +54,6 @@ config EHCI_BAR
hex
default 0xfef00000
-config EHCI_DEBUG_OFFSET
- hex
- default 0xe0
-
config BOOTBLOCK_SOUTHBRIDGE_INIT
string
default "southbridge/amd/cimx/sb700/bootblock.c"
diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig
index 37aff9ef45..832655d16d 100644
--- a/src/southbridge/amd/cimx/sb800/Kconfig
+++ b/src/southbridge/amd/cimx/sb800/Kconfig
@@ -209,10 +209,6 @@ config EHCI_BAR
hex
default 0xfef00000
-config EHCI_DEBUG_OFFSET
- hex
- default 0xe0
-
choice
prompt "Fan Control"
default SB800_NO_FAN_CONTROL
diff --git a/src/southbridge/amd/sb600/Kconfig b/src/southbridge/amd/sb600/Kconfig
index fe9468d4af..4d5fff49fd 100644
--- a/src/southbridge/amd/sb600/Kconfig
+++ b/src/southbridge/amd/sb600/Kconfig
@@ -32,10 +32,6 @@ config EHCI_BAR
hex
default 0xfef00000
-config EHCI_DEBUG_OFFSET
- hex
- default 0xe0
-
choice
prompt "SATA Mode"
default SATA_MODE_IDE
diff --git a/src/southbridge/amd/sb700/Kconfig b/src/southbridge/amd/sb700/Kconfig
index b0c92dcedb..e391fc8928 100644
--- a/src/southbridge/amd/sb700/Kconfig
+++ b/src/southbridge/amd/sb700/Kconfig
@@ -45,8 +45,4 @@ config EHCI_BAR
hex
default 0xfef00000
-config EHCI_DEBUG_OFFSET
- hex
- default 0xe0
-
endif # SOUTHBRIDGE_AMD_SB700
diff --git a/src/southbridge/amd/sb800/Kconfig b/src/southbridge/amd/sb800/Kconfig
index 9547d3e7c8..24dc007404 100644
--- a/src/southbridge/amd/sb800/Kconfig
+++ b/src/southbridge/amd/sb800/Kconfig
@@ -37,8 +37,4 @@ config EHCI_BAR
hex
default 0xfef00000
-config EHCI_DEBUG_OFFSET
- hex
- default 0xe0
-
endif # SOUTHBRIDGE_AMD_SB800