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