blob: cdff24f868b01fd26374dc7631b15bfc3443f03c [file] [log] [blame]
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +00001if BOARD_HP_DL165_G6_FAM10
2
3config 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
Patrick Georgi8a6163e2010-09-24 18:12:46 +000012 select DIMM_DDR2
13 select DIMM_REGISTERED
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000014 select HAVE_OPTION_TABLE
15 select HAVE_BUS_CONFIG
16 select HAVE_PIRQ_TABLE
17 select HAVE_MP_TABLE
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000018 select LIFT_BSP_APIC_ID
19 select BOARD_ROMSIZE_KB_1024
Jonathan Kollasche5b75072010-10-07 23:02:06 +000020 select RAMINIT_SYSINFO
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000021 select ENABLE_APIC_EXT_ID
22 select AMDMCT
Patrick Georgi00e14602010-11-05 22:59:49 +000023 select QRANK_DIMM_SUPPORT
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000024
25config MAINBOARD_DIR
26 string
27 default hp/dl165_g6_fam10
28
29config DCACHE_RAM_BASE
30 hex
31 default 0xc4000
32
33config DCACHE_RAM_SIZE
34 hex
35 default 0x0c000
36
37config DCACHE_RAM_GLOBAL_VAR_SIZE
38 hex
39 default 0x04000
40
41config APIC_ID_OFFSET
42 hex
43 default 0
44
45config SB_HT_CHAIN_ON_BUS0
46 int
47 default 2
48
49config MAINBOARD_PART_NUMBER
50 string
51 default "ProLiant DL165 G6 (Fam10)"
52
Arne Georg Gleditsch9139e7b2010-09-24 17:35:32 +000053config MAX_CPUS
54 int
55 default 12
56
57config MAX_PHYSICAL_CPUS
58 int
59 default 2
60
61config HT_CHAIN_END_UNITID_BASE
62 hex
63 default 0x1
64
65config HT_CHAIN_UNITID_BASE
66 hex
67 default 0x6
68
69config SB_HT_CHAIN_ON_BUS0
70 int
71 default 2
72
73config IRQ_SLOT_COUNT
74 int
75 default 15
76
77config AMD_UCODE_PATCH_FILE
78 string
79 default "mc_patch_01000095.h"
80
81config RAMBASE
82 hex
83 default 0x200000
84
85config RAMTOP
86 hex
87 default 0x1000000
88
89config HEAP_SIZE
90 hex
91 default 0xc0000
92
93config BOOTBLOCK_SOUTHBRIDGE_INIT
94 string
95 default "mainboard/hp/dl165_g6_fam10/bootblock.c"
96
97config MMCONF_SUPPORT_DEFAULT
98 bool
99 default y
100
101endif # BOARD_HP_DL165_G6_FAM10