We call this cache as ram everywhere, so let's call it the same in Kconfig
[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 NORTHBRIDGE_AMD_AMDFAM10
8         select SOUTHBRIDGE_NVIDIA_MCP55
9         select SUPERIO_WINBOND_W83627HF
10         select HAVE_BUS_CONFIG
11         select HAVE_OPTION_TABLE
12         select HAVE_PIRQ_TABLE
13         select HAVE_MP_TABLE
14         select CACHE_AS_RAM
15         select HAVE_HARD_RESET
16         select LIFT_BSP_APIC_ID
17         select AMDMCT
18         select BOARD_ROMSIZE_KB_1024
19         select TINY_BOOTBLOCK
20         select ENABLE_APIC_EXT_ID
21
22 config MAINBOARD_DIR
23         string
24         default supermicro/h8dmr_fam10
25
26 config DCACHE_RAM_BASE
27         hex
28         default 0xc4000
29
30 config DCACHE_RAM_SIZE
31         hex
32         default 0x0c000
33
34 config DCACHE_RAM_GLOBAL_VAR_SIZE
35         hex
36         default 0x04000
37
38 config RAMBASE
39         hex
40         default 0x200000
41
42 config RAMTOP
43         hex
44         default 0x1000000
45
46 config HEAP_SIZE
47         hex
48         default 0xc0000
49
50 config APIC_ID_OFFSET
51         hex
52         default 0x0
53
54 config MEM_TRAIN_SEQ
55         int
56         default 2
57
58 config SB_HT_CHAIN_ON_BUS0
59         int
60         default 2
61
62 config MAINBOARD_PART_NUMBER
63         string
64         default "H8DMR-i2 (Fam10)"
65
66 config HW_MEM_HOLE_SIZEK
67         hex
68         default 0x100000
69
70 config MAX_CPUS
71         int
72         default 8
73
74 config MAX_PHYSICAL_CPUS
75         int
76         default 2
77
78 config HT_CHAIN_END_UNITID_BASE
79         hex
80         default 0x20
81
82 config HT_CHAIN_UNITID_BASE
83         hex
84         default 0x1
85
86 config SB_HT_CHAIN_ON_BUS0
87         int
88         default 2
89
90 config IRQ_SLOT_COUNT
91         int
92         default 11
93
94 config AMD_UCODE_PATCH_FILE
95         string
96         default "mc_patch_0100009f.h"
97
98 config SERIAL_CPU_INIT
99         bool
100         default n
101
102 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
103         hex
104         default 0x1511
105
106 endif # BOARD_SUPERMICRO_H8DMR_FAM10