Move "select CACHE_AS_RAM" lines from boards into CPU socket.
[coreboot.git] / src / mainboard / hp / dl165_g6_fam10 / Kconfig
1 if BOARD_HP_DL165_G6_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 NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
9         select SOUTHBRIDGE_BROADCOM_BCM21000
10         select SOUTHBRIDGE_BROADCOM_BCM5785
11         select SUPERIO_NSC_PC87417
12         select DIMM_DDR2
13         select DIMM_REGISTERED
14         select HAVE_OPTION_TABLE
15         select HAVE_BUS_CONFIG
16         select HAVE_PIRQ_TABLE
17         select HAVE_MP_TABLE
18         select HAVE_HARD_RESET
19         select LIFT_BSP_APIC_ID
20         select BOARD_ROMSIZE_KB_1024
21         select RAMINIT_SYSINFO
22         select ENABLE_APIC_EXT_ID
23         select AMDMCT
24         select TINY_BOOTBLOCK
25         select QRANK_DIMM_SUPPORT
26
27 config MAINBOARD_DIR
28         string
29         default hp/dl165_g6_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 APIC_ID_OFFSET
44         hex
45         default 0
46
47 config SB_HT_CHAIN_ON_BUS0
48         int
49         default 2
50
51 config MAINBOARD_PART_NUMBER
52         string
53         default "ProLiant DL165 G6 (Fam10)"
54
55 config MAX_CPUS
56         int
57         default 12
58
59 config MAX_PHYSICAL_CPUS
60         int
61         default 2
62
63 config HT_CHAIN_END_UNITID_BASE
64         hex
65         default 0x1
66
67 config HT_CHAIN_UNITID_BASE
68         hex
69         default 0x6
70
71 config SB_HT_CHAIN_ON_BUS0
72         int
73         default 2
74
75 config IRQ_SLOT_COUNT
76         int
77         default 15
78
79 config AMD_UCODE_PATCH_FILE
80         string
81         default "mc_patch_01000095.h"
82
83 config RAMBASE
84         hex
85         default 0x200000
86
87 config RAMTOP
88         hex
89         default 0x1000000
90
91 config HEAP_SIZE
92         hex
93         default 0xc0000
94
95 config BOOTBLOCK_SOUTHBRIDGE_INIT
96         string
97         default "mainboard/hp/dl165_g6_fam10/bootblock.c"
98
99 config MMCONF_SUPPORT_DEFAULT
100         bool
101         default y
102
103 endif # BOARD_HP_DL165_G6_FAM10