Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.
[coreboot.git] / src / mainboard / msi / ms9282 / Kconfig
1 config BOARD_MSI_MS9282
2         bool "MS9282"
3         select ARCH_X86
4         select CPU_AMD_K8
5         select CPU_AMD_SOCKET_F
6         select NORTHBRIDGE_AMD_AMDK8
7         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
8         select SOUTHBRIDGE_NVIDIA_MCP55
9         select SUPERIO_WINBOND_W83627EHG
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 IOAPIC
16         select MEM_TRAIN_SEQ
17         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
18         select K8_REV_F_SUPPORT
19         select BOARD_ROMSIZE_KB_512
20  
21 config MAINBOARD_DIR
22         string
23         default msi/ms9282
24         depends on BOARD_MSI_MS9282
25
26 config DCACHE_RAM_BASE
27         hex
28         default 0xcc000
29         depends on BOARD_MSI_MS9282
30         
31 config DCACHE_RAM_SIZE
32         hex
33         default 0x04000
34         depends on BOARD_MSI_MS9282
35
36 config DCACHE_RAM_GLOBAL_VAR_SIZE
37         hex
38         default 0x01000
39         depends on BOARD_MSI_MS9282
40
41 config APIC_ID_OFFSET
42         hex     
43         default 16
44         depends on BOARD_MSI_MS9282
45
46 config SB_HT_CHAIN_ON_BUS0
47         int
48         default 2
49         depends on BOARD_MSI_MS9282
50
51 config LB_CKS_RANGE_START
52         int
53         default 49
54         depends on BOARD_MSI_MS9282
55
56 config LB_CKS_RANGE_END
57         int
58         default 122
59         depends on BOARD_MSI_MS9282
60
61 config LB_CKS_LOC
62         int
63         default 123
64         depends on BOARD_MSI_MS9282
65
66 config MAINBOARD_PART_NUMBER
67         string
68         default "ms9282"
69         depends on BOARD_MSI_MS9282
70
71 config PCI_64BIT_PREF_MEM
72         bool
73         default n
74         depends on BOARD_MSI_MS9282
75
76 config HAVE_FALLBACK_BOOT
77         bool
78         default n
79         depends on BOARD_MSI_MS9282
80
81 config USE_FALLBACK_IMAGE
82         bool
83         default n
84         depends on BOARD_MSI_MS9282
85
86 config HW_MEM_HOLE_SIZEK
87         hex
88         default 0x100000
89         depends on BOARD_MSI_MS9282
90
91 config MAX_CPUS
92         int
93         default 2
94         depends on BOARD_MSI_MS9282
95
96 config MAX_PHYSICAL_CPUS
97         int
98         default 1
99         depends on BOARD_MSI_MS9282
100
101 config HW_MEM_HOLE_SIZE_AUTO_INC
102         bool    
103         default n
104         depends on BOARD_MSI_MS9282
105
106 config HT_CHAIN_UNITID_BASE
107         hex
108         default 0x0
109         depends on BOARD_MSI_MS9282
110
111 config HT_CHAIN_END_UNITID_BASE
112         hex     
113         default 0x0
114         depends on BOARD_MSI_MS9282
115
116 config USE_INIT
117         bool
118         default n
119         depends on BOARD_MSI_MS9282
120
121 config SERIAL_CPU_INIT
122         bool    
123         default n
124         depends on BOARD_MSI_MS9282
125
126 config WAIT_BEFORE_CPUS_INIT
127         bool    
128         default n
129         depends on BOARD_MSI_MS9282
130
131 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
132         hex
133         default 0x1462
134         depends on BOARD_MSI_MS9282
135
136 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
137         hex
138         default 0x9282
139         depends on BOARD_MSI_MS9282
140
141 config IRQ_SLOT_COUNT
142         int
143         default 11
144         depends on BOARD_MSI_MS9282