646edd18e6
Code was for romcc romstage. Change-Id: If368610651ce950169ef71d9ed768a509c2a5c5c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30736 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
41 lines
566 B
Text
41 lines
566 B
Text
config SOUTHBRIDGE_NVIDIA_CK804
|
|
bool
|
|
select HAVE_USBDEBUG
|
|
select IOAPIC
|
|
select HAVE_POWER_STATE_AFTER_FAILURE
|
|
|
|
if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
|
string
|
|
default "southbridge/nvidia/ck804/bootblock.c"
|
|
|
|
config EHCI_BAR
|
|
hex
|
|
default 0xfef00000
|
|
|
|
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_PCIE_PME_WAKE
|
|
bool "Enable system wake on PCIe PME# signal"
|
|
default n
|
|
|
|
config HPET_MIN_TICKS
|
|
hex
|
|
default 0xfa
|
|
|
|
endif
|