52a3651c262f756d0334c5ab8674592d2021a547
[coreboot.git] / src / mainboard / msi / ms7260 / Kconfig
1 config BOARD_MSI_MS7260
2         bool "MS-7260 (K9N Neo)"
3         select ARCH_X86
4         select CPU_AMD_SOCKET_AM2
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 LIFT_BSP_APIC_ID
16         select K8_REV_F_SUPPORT
17         select BOARD_ROMSIZE_KB_512
18  
19 config MAINBOARD_DIR
20         string
21         default msi/ms7260
22         depends on BOARD_MSI_MS7260
23
24 config DCACHE_RAM_BASE
25         hex
26         default 0xc8000
27         depends on BOARD_MSI_MS7260
28         
29 config DCACHE_RAM_SIZE
30         hex
31         default 0x08000
32         depends on BOARD_MSI_MS7260
33
34 config DCACHE_RAM_GLOBAL_VAR_SIZE
35         hex
36         default 0x01000
37         depends on BOARD_MSI_MS7260
38
39 config APIC_ID_OFFSET
40         hex     
41         default 0x10
42         depends on BOARD_MSI_MS7260
43
44 config MEM_TRAIN_SEQ
45         int
46         default 2
47         depends on BOARD_MSI_MS7260
48
49 config SB_HT_CHAIN_ON_BUS0
50         int
51         default 2
52         depends on BOARD_MSI_MS7260
53
54 config LB_CKS_RANGE_START
55         int
56         default 49
57         depends on BOARD_MSI_MS7260
58
59 config LB_CKS_RANGE_END
60         int
61         default 122
62         depends on BOARD_MSI_MS7260
63
64 config LB_CKS_LOC
65         int
66         default 123
67         depends on BOARD_MSI_MS7260
68
69 config MAINBOARD_PART_NUMBER
70         string
71         default "MS-7260"
72         depends on BOARD_MSI_MS7260
73
74 config PCI_64BIT_PREF_MEM
75         bool
76         default n
77         depends on BOARD_MSI_MS7260
78
79 config HW_MEM_HOLE_SIZEK
80         hex
81         default 0x100000
82         depends on BOARD_MSI_MS7260
83
84 config MAX_CPUS
85         int
86         default 2
87         depends on BOARD_MSI_MS7260
88
89 config MAX_PHYSICAL_CPUS
90         int
91         default 1
92         depends on BOARD_MSI_MS7260
93
94 config HW_MEM_HOLE_SIZE_AUTO_INC
95         bool    
96         default n
97         depends on BOARD_MSI_MS7260
98
99 config HT_CHAIN_UNITID_BASE
100         hex
101         default 0x0
102         depends on BOARD_MSI_MS7260
103
104 config HT_CHAIN_END_UNITID_BASE
105         hex     
106         default 0x20
107         depends on BOARD_MSI_MS7260
108
109 config USE_INIT
110         bool
111         default n
112         depends on BOARD_MSI_MS7260
113
114 config SERIAL_CPU_INIT
115         bool    
116         default n
117         depends on BOARD_MSI_MS7260
118
119 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
120         hex
121         default 0x1462
122         depends on BOARD_MSI_MS7260
123
124 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
125         hex
126         default 0x7260
127         depends on BOARD_MSI_MS7260
128
129 config IRQ_SLOT_COUNT
130         int
131         default 11
132         depends on BOARD_MSI_MS7260