blob: 9c6e7eca7db836d09021cd6e33deb3cce957473d [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_TYAN_S2892
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Myles Watsona74ae632009-09-22 18:53:50 +00005 select ARCH_X86
Myles Watsona74ae632009-09-22 18:53:50 +00006 select CPU_AMD_SOCKET_940
7 select NORTHBRIDGE_AMD_AMDK8
8 select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
9 select SOUTHBRIDGE_NVIDIA_CK804
10 select SOUTHBRIDGE_AMD_AMD8131
11 select SUPERIO_WINBOND_W83627HF
Patrick Georgi9ea7bff2010-02-28 18:23:00 +000012 select HAVE_BUS_CONFIG
Edwin Beasanteb50c7d2010-07-06 21:05:04 +000013 select HAVE_OPTION_TABLE
Myles Watsonb8e20272009-10-15 13:35:47 +000014 select HAVE_PIRQ_TABLE
15 select HAVE_MP_TABLE
Uwe Hermann869bbc42009-10-07 16:29:12 +000016 select SERIAL_CPU_INIT
Uwe Hermannc0528d62009-10-11 17:40:44 +000017 select HAVE_ACPI_TABLES
Uwe Hermannd65509d2009-10-16 17:37:20 +000018 select BOARD_ROMSIZE_KB_1024
Patrick Georgi00e14602010-11-05 22:59:49 +000019 select QRANK_DIMM_SUPPORT
Kyösti Mälkki7f782a82012-02-07 14:59:07 +020020 select DRIVERS_I2C_ADM1027
Myles Watsona74ae632009-09-22 18:53:50 +000021
22config MAINBOARD_DIR
23 string
24 default tyan/s2892
Myles Watsona74ae632009-09-22 18:53:50 +000025
26config APIC_ID_OFFSET
27 hex
Patrick Georgi2b962a3c2010-01-25 10:50:21 +000028 default 0x0
Myles Watsona74ae632009-09-22 18:53:50 +000029
30config SB_HT_CHAIN_ON_BUS0
31 int
32 default 2
Myles Watsona74ae632009-09-22 18:53:50 +000033
Myles Watsona74ae632009-09-22 18:53:50 +000034config MAINBOARD_PART_NUMBER
35 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000036 default "S2892"
Myles Watsona74ae632009-09-22 18:53:50 +000037
Myles Watsona74ae632009-09-22 18:53:50 +000038config MAX_CPUS
39 int
40 default 4
Myles Watsona74ae632009-09-22 18:53:50 +000041
42config MAX_PHYSICAL_CPUS
43 int
44 default 2
Myles Watsona74ae632009-09-22 18:53:50 +000045
Myles Watsona74ae632009-09-22 18:53:50 +000046config HT_CHAIN_UNITID_BASE
47 hex
48 default 0
Myles Watsona74ae632009-09-22 18:53:50 +000049
50config HT_CHAIN_END_UNITID_BASE
51 hex
52 default 0x20
Myles Watsona74ae632009-09-22 18:53:50 +000053
Myles Watsona74ae632009-09-22 18:53:50 +000054config SB_HT_CHAIN_ON_BUS0
55 int
56 default 2
Myles Watsona74ae632009-09-22 18:53:50 +000057
Patrick Georgi0e9a9252009-10-06 20:48:07 +000058config IRQ_SLOT_COUNT
59 int
60 default 11
Jens Rottmann9a684fc2010-08-30 16:36:51 +000061
62endif # BOARD_TYAN_S2892