9aeb69447d
HPET's min ticks (minimum time between events to avoid losing interrupts) is chipset specific, so move it to Kconfig. Via also has a special base address, so move it as well. Apart from these (and the base address was already #defined), the table is very uniform. Change-Id: I848a2e2b0b16021c7ee5ba99097fa6a5886c3286 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/1562 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
45 lines
558 B
Text
45 lines
558 B
Text
config SOUTHBRIDGE_NVIDIA_CK804
|
|
bool
|
|
select HAVE_HARD_RESET
|
|
select HAVE_USBDEBUG
|
|
select IOAPIC
|
|
|
|
if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
|
string
|
|
default "southbridge/nvidia/ck804/bootblock.c"
|
|
|
|
config EHCI_BAR
|
|
hex
|
|
default 0xfef00000
|
|
|
|
config EHCI_DEBUG_OFFSET
|
|
hex
|
|
default 0x98
|
|
|
|
config CK804_USE_NIC
|
|
bool
|
|
default n
|
|
|
|
config CK804_USE_ACI
|
|
bool
|
|
default n
|
|
|
|
config CK804_PCI_E_X
|
|
int
|
|
default 4
|
|
|
|
config CK804B_PCI_E_X
|
|
int
|
|
default 4
|
|
|
|
config CK804_NUM
|
|
int
|
|
default 1
|
|
|
|
config HPET_MIN_TICKS
|
|
hex
|
|
default 0xfa
|
|
|
|
endif
|