5b6acf782a180e4dbcda00c9d0dbf60a4681399d
[coreboot.git] / src / mainboard / supermicro / h8dmr_fam10 / Kconfig
1 if BOARD_SUPERMICRO_H8DMR_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 MCP55_USE_NIC
12         select MCP55_USE_AZA
13         select SUPERIO_WINBOND_W83627HF
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 AMDMCT
22         select BOARD_ROMSIZE_KB_1024
23         select RAMINIT_SYSINFO
24         select TINY_BOOTBLOCK
25         select ENABLE_APIC_EXT_ID
26         select QRANK_DIMM_SUPPORT
27
28 config MAINBOARD_DIR
29         string
30         default supermicro/h8dmr_fam10
31
32 config DCACHE_RAM_BASE
33         hex
34         default 0xc4000
35
36 config DCACHE_RAM_SIZE
37         hex
38         default 0x0c000
39
40 config DCACHE_RAM_GLOBAL_VAR_SIZE
41         hex
42         default 0x04000
43
44 config RAMBASE
45         hex
46         default 0x200000
47
48 config RAMTOP
49         hex
50         default 0x1000000
51
52 config HEAP_SIZE
53         hex
54         default 0xc0000
55
56 config APIC_ID_OFFSET
57         hex
58         default 0x0
59
60 config MEM_TRAIN_SEQ
61         int
62         default 2
63
64 config SB_HT_CHAIN_ON_BUS0
65         int
66         default 2
67
68 config MAINBOARD_PART_NUMBER
69         string
70         default "H8DMR-i2 (Fam10)"
71
72 config MAX_CPUS
73         int
74         default 8
75
76 config MAX_PHYSICAL_CPUS
77         int
78         default 2
79
80 config HT_CHAIN_END_UNITID_BASE
81         hex
82         default 0x20
83
84 config HT_CHAIN_UNITID_BASE
85         hex
86         default 0x1
87
88 config SB_HT_CHAIN_ON_BUS0
89         int
90         default 2
91
92 config IRQ_SLOT_COUNT
93         int
94         default 11
95
96 config AMD_UCODE_PATCH_FILE
97         string
98         default "mc_patch_0100009f.h"
99
100 config SERIAL_CPU_INIT
101         bool
102         default n
103
104 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
105         hex
106         default 0x1511
107
108 endif # BOARD_SUPERMICRO_H8DMR_FAM10