08151a0ec44ad15f06cce660b1de4462e9988298
[coreboot.git] / src / mainboard / supermicro / h8dme / Kconfig
1 if BOARD_SUPERMICRO_H8DME
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 AP_CODE_IN_CAR
22         select LIFT_BSP_APIC_ID
23         select BOARD_ROMSIZE_KB_1024
24         select RAMINIT_SYSINFO
25         select QRANK_DIMM_SUPPORT
26         select K8_ALLOCATE_IO_RANGE
27         select SET_FIDVID
28
29 config MAINBOARD_DIR
30         string
31         default supermicro/h8dme
32
33 config DCACHE_RAM_BASE
34         hex
35         default 0xc8000
36
37 config DCACHE_RAM_SIZE
38         hex
39         default 0x08000
40
41 config DCACHE_RAM_GLOBAL_VAR_SIZE
42         hex
43         default 0x01000
44
45 config APIC_ID_OFFSET
46         hex
47         default 0x10
48
49 config MEM_TRAIN_SEQ
50         int
51         default 1
52
53 config SB_HT_CHAIN_ON_BUS0
54         int
55         default 2
56
57 config MAINBOARD_PART_NUMBER
58         string
59         default "H8DME-2"
60
61 config MAX_CPUS
62         int
63         default 4
64
65 config MAX_PHYSICAL_CPUS
66         int
67         default 2
68
69 config HT_CHAIN_END_UNITID_BASE
70         hex
71         default 0x20
72
73 config HT_CHAIN_UNITID_BASE
74         hex
75         default 0x0
76
77 config SB_HT_CHAIN_ON_BUS0
78         int
79         default 2
80
81 config IRQ_SLOT_COUNT
82         int
83         default 11
84
85 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
86         hex
87         default 0x15d9
88
89 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
90         hex
91         default 0x1511
92
93 endif # BOARD_SUPERMICRO_H8DME