coreboot-kgpe-d16/src/mainboard/technexion/tim8690/Kconfig
Patrick Georgi 9ea7bff22e - Add config flag for boards that have their own fadt.c
This should eventually go, as fadt seems to be better
  put into the southbridge
- Add config flag for boards that have get_bus_conf.c
  Might be cleaned out as well, no idea
- Use flags where appropriate.
- Move the following rules to src/arch/i386/Makefile.inc:
  - fadt.o
  - dsdt.o
  - acpi_tables.o
  - get_bus_conf.o
- Rename objs_dsl_template in toplevel Makefile to the more
  appropriate objs_asl_template
- Remove all Makefiles that are empty now, which includes
  src/mainboard/Makefile.k8_CAR.inc and
  src/mainboard/Makefile.k8_ck804.inc
  and the include statements that used these files.
- Add workaround to intel/xe7501devkit:
  It uses ACPI in an unusual way: It adds a MADT, but no
  DSDT. As this is highly unusual, I didn't want to add
  explicit support for that scenario (and encourage such
  uses that way), and added a dummy dsdt.asl instead. It
  will be linked to dsdt.o, but not linked into the final
  binary.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5171 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-02-28 18:23:00 +00:00

115 lines
2.1 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 BOARD_HAS_FADT
select HAVE_BUS_CONFIG
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
select HAVE_HARD_RESET
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 0x0
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 1
depends on BOARD_TECHNEXION_TIM8690
config HT_CHAIN_END_UNITID_BASE
hex
default 0x1
depends on BOARD_TECHNEXION_TIM8690
config HT_CHAIN_UNITID_BASE
hex
default 0x0
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
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex
default 0x1022
depends on BOARD_TECHNEXION_TIM8690
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
hex
default 0x3050
depends on BOARD_TECHNEXION_TIM8690