blob: fdf2ba6c16a5237323ef7564d1d0378212be0a13 [file] [log] [blame]
QingPei Wangcc66d972011-09-13 17:54:12 +08001if BOARD_ASUS_M5A88_V
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
5 select ARCH_X86
6 select CPU_AMD_SOCKET_AM3
7 select DIMM_DDR3
8 select DIMM_REGISTERED
9 select QRANK_DIMM_SUPPORT
10 select NORTHBRIDGE_AMD_AMDFAM10
11 select SOUTHBRIDGE_AMD_RS780
12 select SOUTHBRIDGE_AMD_CIMX_SB800
13 select SUPERIO_ITE_IT8721F
14 select HAVE_BUS_CONFIG
15 select HAVE_OPTION_TABLE
16 select HAVE_PIRQ_TABLE
17 select HAVE_MAINBOARD_RESOURCES
18 select HAVE_HARD_RESET
19 select SB_HT_CHAIN_UNITID_OFFSET_ONLY
20 select LIFT_BSP_APIC_ID
21 select SERIAL_CPU_INIT
22 select AMDMCT
23 select HAVE_MP_TABLE
24 select HAVE_ACPI_TABLES
25 select BOARD_HAS_FADT
26 select GENERATE_ACPI_TABLES
27 select BOARD_ROMSIZE_KB_2048
28 select RAMINIT_SYSINFO
29 select ENABLE_APIC_EXT_ID
30 select TINY_BOOTBLOCK
31 select GFXUMA
32 select HAVE_DEBUG_CAR
33 select SET_FIDVID
34
35config MAINBOARD_DIR
36 string
37 default asus/m5a88-v
38
39config APIC_ID_OFFSET
40 hex
41 default 0x0
42
43config MAINBOARD_PART_NUMBER
44 string
45 default "M5A88PM-V"
46
47config HW_MEM_HOLE_SIZEK
48 hex
49 default 0x100000
50
51config MAX_CPUS
52 int
53 default 8
54
55config MAX_PHYSICAL_CPUS
56 int
57 default 1
58
59config HW_MEM_HOLE_SIZE_AUTO_INC
60 bool
61 default n
62
63config MEM_TRAIN_SEQ
64 int
65 default 2
66
67config SB_HT_CHAIN_ON_BUS0
68 int
69 default 1
70
71config HT_CHAIN_END_UNITID_BASE
72 hex
73 default 0x1
74
75config HT_CHAIN_UNITID_BASE
76 hex
77 default 0x0
78
79config IRQ_SLOT_COUNT
80 int
81 default 11
82
83config AMD_UCODE_PATCH_FILE
84 string
85 default "mc_patch_010000bf.h"
86
87config RAMTOP
88 hex
89 default 0x2000000
90
91config HEAP_SIZE
92 hex
93 default 0xc0000
94
95config RAMBASE
96 hex
97 default 0x200000
98
99config VGA_BIOS_ID
100 string
101 default "1002,9715"
102
103endif #BOARD_ASUS_M5A88_V