blob: 90f940c23c31d9c40cac3adf186420ee057fc9cf [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_IWILL_DK8_HTX
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Patrick Georgi91ff0df2009-10-09 12:32:52 +00005 select ARCH_X86
Patrick Georgi91ff0df2009-10-09 12:32:52 +00006 select CPU_AMD_SOCKET_940
7 select NORTHBRIDGE_AMD_AMDK8
8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
9 select SOUTHBRIDGE_AMD_AMD8111
10 select SOUTHBRIDGE_AMD_AMD8131
11 select SUPERIO_WINBOND_W83627HF
Patrick Georgi9ea7bff2010-02-28 18:23:00 +000012 select BOARD_HAS_FADT
13 select HAVE_BUS_CONFIG
Edwin Beasanteb50c7d2010-07-06 21:05:04 +000014 select HAVE_OPTION_TABLE
Patrick Georgi91ff0df2009-10-09 12:32:52 +000015 select HAVE_PIRQ_TABLE
Myles Watsonb8e20272009-10-15 13:35:47 +000016 select HAVE_MP_TABLE
Patrick Georgi91ff0df2009-10-09 12:32:52 +000017 select HAVE_HARD_RESET
Myles Watson8f74c582009-10-20 16:10:04 +000018 select LIFT_BSP_APIC_ID
Patrick Georgi91ff0df2009-10-09 12:32:52 +000019 select SB_HT_CHAIN_UNITID_OFFSET_ONLY
20 select WAIT_BEFORE_CPUS_INIT
21 select HAVE_ACPI_TABLES
Uwe Hermannd65509d2009-10-16 17:37:20 +000022 select BOARD_ROMSIZE_KB_512
Jonathan Kollasche5b75072010-10-07 23:02:06 +000023 select RAMINIT_SYSINFO
Patrick Georgi91ff0df2009-10-09 12:32:52 +000024
25config MAINBOARD_DIR
26 string
27 default iwill/dk8_htx
Patrick Georgi91ff0df2009-10-09 12:32:52 +000028
Patrick Georgi91ff0df2009-10-09 12:32:52 +000029config APIC_ID_OFFSET
30 hex
Patrick Georgi2b962a3c2010-01-25 10:50:21 +000031 default 0x10
Patrick Georgi91ff0df2009-10-09 12:32:52 +000032
Patrick Georgi91ff0df2009-10-09 12:32:52 +000033config MAINBOARD_PART_NUMBER
34 string
35 default "DK8-HTX"
Patrick Georgi91ff0df2009-10-09 12:32:52 +000036
Patrick Georgi91ff0df2009-10-09 12:32:52 +000037config MAX_CPUS
38 int
39 default 4
Patrick Georgi91ff0df2009-10-09 12:32:52 +000040
41config MAX_PHYSICAL_CPUS
42 int
43 default 2
Patrick Georgi91ff0df2009-10-09 12:32:52 +000044
Patrick Georgi91ff0df2009-10-09 12:32:52 +000045config SB_HT_CHAIN_ON_BUS0
46 int
47 default 2
Patrick Georgi91ff0df2009-10-09 12:32:52 +000048
49config HT_CHAIN_END_UNITID_BASE
50 hex
51 default 0x6
Patrick Georgi91ff0df2009-10-09 12:32:52 +000052
53config HT_CHAIN_UNITID_BASE
54 hex
55 default 0xa
Patrick Georgi91ff0df2009-10-09 12:32:52 +000056
Patrick Georgi91ff0df2009-10-09 12:32:52 +000057config SERIAL_CPU_INIT
58 bool
59 default n
Patrick Georgi91ff0df2009-10-09 12:32:52 +000060
61config IRQ_SLOT_COUNT
62 int
63 default 11
Patrick Georgi4638c922009-11-27 11:03:20 +000064
65config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
66 hex
67 default 0x1022
Patrick Georgi4638c922009-11-27 11:03:20 +000068
69config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
70 hex
71 default 0x2b80
Patrick Georgi4638c922009-11-27 11:03:20 +000072
Patrick Georgi2b962a3c2010-01-25 10:50:21 +000073config ACPI_SSDTX_NUM
74 int
Patrick Georgi75bf0532010-03-01 07:42:02 +000075 default 5
Jens Rottmann9a684fc2010-08-30 16:36:51 +000076
77endif # BOARD_IWILL_DK8_HTX