77103300b4a8bfd4cbc0c5b827d3aecdd95541bb
[coreboot.git] / src / mainboard / supermicro / h8dmr / Kconfig
1 if BOARD_SUPERMICRO_H8DMR
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_F
7         select DIMM_DDR2
8         select DIMM_REGISTERED
9         select NORTHBRIDGE_AMD_AMDK8
10         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
11         select SOUTHBRIDGE_NVIDIA_MCP55
12         select MCP55_USE_NIC
13         select MCP55_USE_AZA
14         select SUPERIO_WINBOND_W83627HF
15         select HAVE_OPTION_TABLE
16         select HAVE_BUS_CONFIG
17         select HAVE_PIRQ_TABLE
18         select HAVE_MP_TABLE
19         select CACHE_AS_RAM
20         select HAVE_HARD_RESET
21         select LIFT_BSP_APIC_ID
22         select BOARD_ROMSIZE_KB_1024
23         select RAMINIT_SYSINFO
24         select QRANK_DIMM_SUPPORT
25         select K8_ALLOCATE_IO_RANGE
26         select SET_FIDVID
27
28 config MAINBOARD_DIR
29         string
30         default supermicro/h8dmr
31
32 config DCACHE_RAM_BASE
33         hex
34         default 0xc8000
35
36 config DCACHE_RAM_SIZE
37         hex
38         default 0x08000
39
40 config DCACHE_RAM_GLOBAL_VAR_SIZE
41         hex
42         default 0x01000
43
44 config APIC_ID_OFFSET
45         hex
46         default 0x10
47
48 config MEM_TRAIN_SEQ
49         int
50         default 1
51
52 config SB_HT_CHAIN_ON_BUS0
53         int
54         default 2
55
56 config MAINBOARD_PART_NUMBER
57         string
58         default "H8DMR-i2"
59
60 config MAX_CPUS
61         int
62         default 4
63
64 config MAX_PHYSICAL_CPUS
65         int
66         default 2
67
68 config HT_CHAIN_END_UNITID_BASE
69         hex
70         default 0x20
71
72 config HT_CHAIN_UNITID_BASE
73         hex
74         default 0x0
75
76 config SB_HT_CHAIN_ON_BUS0
77         int
78         default 2
79
80 config IRQ_SLOT_COUNT
81         int
82         default 11
83
84 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
85         hex
86         default 0x15d9
87
88 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
89         hex
90         default 0x1511
91
92 endif # BOARD_SUPERMICRO_H8DMR