Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6240 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
47 lines
570 B
Plaintext
47 lines
570 B
Plaintext
config SOUTHBRIDGE_NVIDIA_CK804
|
|
bool
|
|
select HAVE_HARD_RESET
|
|
select HAVE_USBDEBUG
|
|
select IOAPIC
|
|
select TINY_BOOTBLOCK
|
|
|
|
if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
|
string
|
|
default "southbridge/nvidia/ck804/bootblock.c"
|
|
|
|
config ID_SECTION_OFFSET
|
|
hex
|
|
default 0x80
|
|
|
|
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
|
|
|
|
endif
|