Move memory type information out of some AMD sockets.
[coreboot.git] / src / mainboard / msi / ms9185 / Kconfig
1 if BOARD_MSI_MS9185
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_F
7         select DIMM_DDR2
8         select DIMM_REGISTERED
9         select NORTHBRIDGE_AMD_AMDK8
10         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
11         select SOUTHBRIDGE_BROADCOM_BCM5780
12         select SOUTHBRIDGE_BROADCOM_BCM5785
13         select SUPERIO_NSC_PC87417
14         select HAVE_BUS_CONFIG
15         select HAVE_OPTION_TABLE
16         select HAVE_PIRQ_TABLE
17         select HAVE_MP_TABLE
18         select CACHE_AS_RAM
19         select HAVE_HARD_RESET
20         select LIFT_BSP_APIC_ID
21         select BOARD_ROMSIZE_KB_512
22         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
23
24 config MAINBOARD_DIR
25         string
26         default msi/ms9185
27
28 config DCACHE_RAM_BASE
29         hex
30         default 0xcc000
31
32 config DCACHE_RAM_SIZE
33         hex
34         default 0x04000
35
36 config DCACHE_RAM_GLOBAL_VAR_SIZE
37         hex
38         default 0x01000
39
40 config APIC_ID_OFFSET
41         hex
42         default 0x8
43
44 config SB_HT_CHAIN_ON_BUS0
45         int
46         default 2
47
48 config MAINBOARD_PART_NUMBER
49         string
50         default "MS-9185"
51
52 config HW_MEM_HOLE_SIZEK
53         hex
54         default 0x100000
55
56 config MAX_CPUS
57         int
58         default 4
59
60 config MAX_PHYSICAL_CPUS
61         int
62         default 2
63
64 config HT_CHAIN_END_UNITID_BASE
65         hex
66         default 0x1
67
68 config HT_CHAIN_UNITID_BASE
69         hex
70         default 0x6
71
72 config IRQ_SLOT_COUNT
73         int
74         default 11
75
76 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
77         hex
78         default 0x1022
79
80 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
81         hex
82         default 0x2b80
83
84 endif # BOARD_MSI_MS9185