coreboot-kgpe-d16/src/mainboard/technexion/tim8690/Kconfig
Myles Watson d73c1b5bf1 Define some variables that were not defined. There are a couple left.
Do kbuildall then grep not.defined kbuildall.results/*
The interesting ones were GENERATE_*  I had to put them in twice to make it work
correctly: once outside the menu setting the defaults, and once inside the menu.
Now they show up when they should, and are always defined

Define HAVE_INIT_TIMER to only exclude the three boards that define it to be 0
in newconfig.
Define MEM_TRAIN_SEQ to be an integer and set it correctly.
Remove CAR_FAM10 and just depend on NORTHBRIDGE_AMD_AMDFAM10
MOVNTI is a performance enhancement, and should default to 0 so it doesn't break
boards that forget to define it.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4856 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-26 15:14:07 +00:00

104 lines
1.9 KiB
Text

config BOARD_TECHNEXION_TIM8690
bool "TIM-8690"
select ARCH_X86
select CPU_AMD_SOCKET_S1G1
select NORTHBRIDGE_AMD_AMDK8
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
select SOUTHBRIDGE_AMD_RS690
select SOUTHBRIDGE_AMD_SB600
select SUPERIO_ITE_IT8712F
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
select HAVE_HARD_RESET
select IOAPIC
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
select WAIT_BEFORE_CPUS_INIT
select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_512
config MAINBOARD_DIR
string
default technexion/tim8690
depends on BOARD_TECHNEXION_TIM8690
config DCACHE_RAM_BASE
hex
default 0xc8000
depends on BOARD_TECHNEXION_TIM8690
config DCACHE_RAM_SIZE
hex
default 0x08000
depends on BOARD_TECHNEXION_TIM8690
config DCACHE_RAM_GLOBAL_VAR_SIZE
hex
default 0x01000
depends on BOARD_TECHNEXION_TIM8690
config APIC_ID_OFFSET
hex
default 0x8
depends on BOARD_TECHNEXION_TIM8690
config LB_CKS_RANGE_END
int
default 122
depends on BOARD_TECHNEXION_TIM8690
config LB_CKS_LOC
int
default 123
depends on BOARD_TECHNEXION_TIM8690
config MAINBOARD_PART_NUMBER
string
default "TIM-8690"
depends on BOARD_TECHNEXION_TIM8690
config HW_MEM_HOLE_SIZEK
hex
default 0x100000
depends on BOARD_TECHNEXION_TIM8690
config MAX_CPUS
int
default 2
depends on BOARD_TECHNEXION_TIM8690
config MAX_PHYSICAL_CPUS
int
default 1
depends on BOARD_TECHNEXION_TIM8690
config HW_MEM_HOLE_SIZE_AUTO_INC
bool
default n
depends on BOARD_TECHNEXION_TIM8690
config SB_HT_CHAIN_ON_BUS0
int
default 2
depends on BOARD_TECHNEXION_TIM8690
config HT_CHAIN_END_UNITID_BASE
hex
default 0x6
depends on BOARD_TECHNEXION_TIM8690
config HT_CHAIN_UNITID_BASE
hex
default 0xa
depends on BOARD_TECHNEXION_TIM8690
config USE_INIT
bool
default n
depends on BOARD_TECHNEXION_TIM8690
config IRQ_SLOT_COUNT
int
default 11
depends on BOARD_TECHNEXION_TIM8690