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>
This commit is contained in:
Kyösti Mälkki
2014-02-09 19:21:30 +02:00
parent 6e56de3d20
commit 6f6a249a75
21 changed files with 30 additions and 78 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -45,8 +45,4 @@ config EHCI_BAR
hex
default 0xfef00000
config EHCI_DEBUG_OFFSET
hex
default 0xe0
endif # SOUTHBRIDGE_AMD_SB700

View File

@@ -37,8 +37,4 @@ config EHCI_BAR
hex
default 0xfef00000
config EHCI_DEBUG_OFFSET
hex
default 0xe0
endif # SOUTHBRIDGE_AMD_SB800