4a8d9938b2
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5991 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
34 lines
655 B
Text
34 lines
655 B
Text
config SOUTHBRIDGE_NVIDIA_CK804
|
|
bool
|
|
select HAVE_HARD_RESET
|
|
select HAVE_USBDEBUG
|
|
select IOAPIC
|
|
select TINY_BOOTBLOCK
|
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
|
string
|
|
default "southbridge/nvidia/ck804/bootblock.c" if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config ID_SECTION_OFFSET
|
|
hex
|
|
default 0x80 if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config EHCI_BAR
|
|
hex
|
|
default 0xfef00000 if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config EHCI_DEBUG_OFFSET
|
|
hex
|
|
default 0x98 if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config CK804_USE_NIC
|
|
bool
|
|
default n if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config CK804_USE_ACI
|
|
bool
|
|
default n if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config CK804_NUM
|
|
int
|
|
default 1 if SOUTHBRIDGE_NVIDIA_CK804
|