Add constants for fast path resume copying
[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 LIFT_BSP_APIC_ID
20         select BOARD_ROMSIZE_KB_1024
21         select RAMINIT_SYSINFO
22         select QRANK_DIMM_SUPPORT
23         select K8_ALLOCATE_IO_RANGE
24         select SET_FIDVID
25
26 config MAINBOARD_DIR
27         string
28         default supermicro/h8dmr
29
30 config DCACHE_RAM_BASE
31         hex
32         default 0xc8000
33
34 config DCACHE_RAM_SIZE
35         hex
36         default 0x08000
37
38 config DCACHE_RAM_GLOBAL_VAR_SIZE
39         hex
40         default 0x01000
41
42 config APIC_ID_OFFSET
43         hex
44         default 0x10
45
46 config MEM_TRAIN_SEQ
47         int
48         default 1
49
50 config SB_HT_CHAIN_ON_BUS0
51         int
52         default 2
53
54 config MAINBOARD_PART_NUMBER
55         string
56         default "H8DMR-i2"
57
58 config MAX_CPUS
59         int
60         default 4
61
62 config MAX_PHYSICAL_CPUS
63         int
64         default 2
65
66 config HT_CHAIN_END_UNITID_BASE
67         hex
68         default 0x20
69
70 config HT_CHAIN_UNITID_BASE
71         hex
72         default 0x0
73
74 config SB_HT_CHAIN_ON_BUS0
75         int
76         default 2
77
78 config IRQ_SLOT_COUNT
79         int
80         default 11
81
82 endif # BOARD_SUPERMICRO_H8DMR