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