- run ACPI code through preprocessor so we get the same values as the C code - fix PCIe x16 slot - fix ICH7 Azalia/HDA driver - SMI/GNVS update security fix (only allow struct pointer update once) - ACPI updates - IDE driver fixes - add cmos options for disabling onboard ethernet and controlling system fan Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4861 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
config BOARD_KONTRON_986LCD_M
|
|
bool "986LCD-M/mITX"
|
|
select ARCH_X86
|
|
select CPU_INTEL_CORE
|
|
select CPU_INTEL_SOCKET_MFCPGA478
|
|
select NORTHBRIDGE_INTEL_I945
|
|
select SOUTHBRIDGE_INTEL_I82801GX
|
|
select SUPERIO_WINBOND_W83627THG
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select MMCONF_SUPPORT
|
|
select USE_PRINTK_IN_CAR
|
|
select AP_IN_SIPI_WAIT
|
|
select UDELAY_LAPIC
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_SMI_HANDLER
|
|
select BOARD_ROMSIZE_KB_1024
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default kontron/986lcd-m
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xffdf8000
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x8000
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config LB_CKS_RANGE_END
|
|
int
|
|
default 122
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config LB_CKS_LOC
|
|
int
|
|
default 123
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "986LCD-M"
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config MMCONF_BASE_ADDRESS
|
|
hex
|
|
default 0xf0000000
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
depends on BOARD_KONTRON_986LCD_M
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
depends on BOARD_KONTRON_986LCD_M
|