1cc800be09a85780728614009febd90f371ba31a
[coreboot.git] / src / mainboard / msi / ms9282 / Kconfig
1 config BOARD_MSI_MS9282
2         bool "MS-9282 (K9SD Master)"
3         select ARCH_X86
4         select CPU_AMD_SOCKET_F
5         select NORTHBRIDGE_AMD_AMDK8
6         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
7         select SOUTHBRIDGE_NVIDIA_MCP55
8         select SUPERIO_WINBOND_W83627EHG
9         select HAVE_BUS_CONFIG
10         select HAVE_PIRQ_TABLE
11         select HAVE_MP_TABLE
12         select USE_PRINTK_IN_CAR
13         select USE_DCACHE_RAM
14         select HAVE_HARD_RESET
15         select K8_REV_F_SUPPORT
16         select BOARD_ROMSIZE_KB_512
17  
18 config MAINBOARD_DIR
19         string
20         default msi/ms9282
21         depends on BOARD_MSI_MS9282
22
23 config DCACHE_RAM_BASE
24         hex
25         default 0xcc000
26         depends on BOARD_MSI_MS9282
27         
28 config DCACHE_RAM_SIZE
29         hex
30         default 0x04000
31         depends on BOARD_MSI_MS9282
32
33 config DCACHE_RAM_GLOBAL_VAR_SIZE
34         hex
35         default 0x01000
36         depends on BOARD_MSI_MS9282
37
38 config APIC_ID_OFFSET
39         hex     
40         default 0x10
41         depends on BOARD_MSI_MS9282
42
43 config SB_HT_CHAIN_ON_BUS0
44         int
45         default 1
46         depends on BOARD_MSI_MS9282
47
48 config LB_CKS_RANGE_START
49         int
50         default 49
51         depends on BOARD_MSI_MS9282
52
53 config LB_CKS_RANGE_END
54         int
55         default 122
56         depends on BOARD_MSI_MS9282
57
58 config LB_CKS_LOC
59         int
60         default 123
61         depends on BOARD_MSI_MS9282
62
63 config MAINBOARD_PART_NUMBER
64         string
65         default "MS-9282"
66         depends on BOARD_MSI_MS9282
67
68 config PCI_64BIT_PREF_MEM
69         bool
70         default n
71         depends on BOARD_MSI_MS9282
72
73 config HW_MEM_HOLE_SIZEK
74         hex
75         default 0x100000
76         depends on BOARD_MSI_MS9282
77
78 config MAX_CPUS
79         int
80         default 4
81         depends on BOARD_MSI_MS9282
82
83 config MAX_PHYSICAL_CPUS
84         int
85         default 2
86         depends on BOARD_MSI_MS9282
87
88 config HW_MEM_HOLE_SIZE_AUTO_INC
89         bool    
90         default n
91         depends on BOARD_MSI_MS9282
92
93 config HT_CHAIN_UNITID_BASE
94         hex
95         default 0x0
96         depends on BOARD_MSI_MS9282
97
98 config HT_CHAIN_END_UNITID_BASE
99         hex     
100         default 0x20
101         depends on BOARD_MSI_MS9282
102
103 config USE_INIT
104         bool
105         default n
106         depends on BOARD_MSI_MS9282
107
108 config SERIAL_CPU_INIT
109         bool    
110         default n
111         depends on BOARD_MSI_MS9282
112
113 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
114         hex
115         default 0x1462
116         depends on BOARD_MSI_MS9282
117
118 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
119         hex
120         default 0x9282
121         depends on BOARD_MSI_MS9282
122
123 config IRQ_SLOT_COUNT
124         int
125         default 11
126         depends on BOARD_MSI_MS9282