be45cf87f0ba308e3a08b406503b8b72048ec203
[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 CACHE_AS_RAM
19         select HAVE_HARD_RESET
20         select LIFT_BSP_APIC_ID
21         select BOARD_ROMSIZE_KB_1024
22         select RAMINIT_SYSINFO
23         select ENABLE_APIC_EXT_ID
24         select AMDMCT
25         select TINY_BOOTBLOCK
26         select QRANK_DIMM_SUPPORT
27
28 config MAINBOARD_DIR
29         string
30         default hp/dl165_g6_fam10
31
32 config DCACHE_RAM_BASE
33         hex
34         default 0xc4000
35
36 config DCACHE_RAM_SIZE
37         hex
38         default 0x0c000
39
40 config DCACHE_RAM_GLOBAL_VAR_SIZE
41         hex
42         default 0x04000
43
44 config APIC_ID_OFFSET
45         hex
46         default 0
47
48 config SB_HT_CHAIN_ON_BUS0
49         int
50         default 2
51
52 config MAINBOARD_PART_NUMBER
53         string
54         default "ProLiant DL165 G6 (Fam10)"
55
56 config MAX_CPUS
57         int
58         default 12
59
60 config MAX_PHYSICAL_CPUS
61         int
62         default 2
63
64 config HT_CHAIN_END_UNITID_BASE
65         hex
66         default 0x1
67
68 config HT_CHAIN_UNITID_BASE
69         hex
70         default 0x6
71
72 config SB_HT_CHAIN_ON_BUS0
73         int
74         default 2
75
76 config IRQ_SLOT_COUNT
77         int
78         default 15
79
80 config AMD_UCODE_PATCH_FILE
81         string
82         default "mc_patch_01000095.h"
83
84 config RAMBASE
85         hex
86         default 0x200000
87
88 config RAMTOP
89         hex
90         default 0x1000000
91
92 config HEAP_SIZE
93         hex
94         default 0xc0000
95
96 config BOOTBLOCK_SOUTHBRIDGE_INIT
97         string
98         default "mainboard/hp/dl165_g6_fam10/bootblock.c"
99
100 config MMCONF_SUPPORT_DEFAULT
101         bool
102         default y
103
104 endif # BOARD_HP_DL165_G6_FAM10