Move memory type information out of some AMD sockets.
[coreboot.git] / src / mainboard / tyan / s2912_fam10 / Kconfig
1 if BOARD_TYAN_S2912_FAM10
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_F_1207
7         select DIMM_DDR2
8         select DIMM_REGISTERED
9         select NORTHBRIDGE_AMD_AMDFAM10
10         select SOUTHBRIDGE_NVIDIA_MCP55
11         select SUPERIO_WINBOND_W83627HF
12         select HAVE_BUS_CONFIG
13         select HAVE_OPTION_TABLE
14         select HAVE_PIRQ_TABLE
15         select HAVE_MP_TABLE
16         select CACHE_AS_RAM
17         select HAVE_HARD_RESET
18         select LIFT_BSP_APIC_ID
19         select BOARD_ROMSIZE_KB_1024
20         select ENABLE_APIC_EXT_ID
21         select AMDMCT
22         select TINY_BOOTBLOCK
23         select MMCONF_SUPPORT_DEFAULT
24
25 config MAINBOARD_DIR
26         string
27         default tyan/s2912_fam10
28
29 config DCACHE_RAM_BASE
30         hex
31         default 0xc4000
32
33 config DCACHE_RAM_SIZE
34         hex
35         default 0x0c000
36
37 config DCACHE_RAM_GLOBAL_VAR_SIZE
38         hex
39         default 0x04000
40
41 config APIC_ID_OFFSET
42         hex
43         default 0
44
45 config MEM_TRAIN_SEQ
46         int
47         default 2
48
49 config SB_HT_CHAIN_ON_BUS0
50         int
51         default 2
52
53 config MAINBOARD_PART_NUMBER
54         string
55         default "S2912 (Fam10)"
56
57 config PCI_64BIT_PREF_MEM
58         bool
59         default n
60
61 config HW_MEM_HOLE_SIZEK
62         hex
63         default 0x100000
64
65 config MAX_CPUS
66         int
67         default 12
68
69 config MAX_PHYSICAL_CPUS
70         int
71         default 2
72
73 config HW_MEM_HOLE_SIZE_AUTO_INC
74         bool
75         default n
76
77 config HT_CHAIN_UNITID_BASE
78         hex
79         default 0x1
80
81 config HT_CHAIN_END_UNITID_BASE
82         hex
83         default 0x20
84
85 config SERIAL_CPU_INIT
86         bool
87         default n
88
89 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
90         hex
91         default 0x2912
92
93 config IRQ_SLOT_COUNT
94         int
95         default 11
96
97 config AMD_UCODE_PATCH_FILE
98         string
99         default "mc_patch_01000095.h"
100
101 config RAMBASE
102         hex
103         default 0x200000
104
105 config RAMTOP
106         hex
107         default 0x1000000
108
109 config HEAP_SIZE
110         hex
111         default 0xc0000
112
113 endif # BOARD_TYAN_S2912_FAM10