blob: 5318977cb60fce03311aea00e9aadd7885d2d4db [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
QingPei Wangcc66d972011-09-13 17:54:12 +080014 select HAVE_OPTION_TABLE
15 select HAVE_PIRQ_TABLE
QingPei Wangcc66d972011-09-13 17:54:12 +080016 select HAVE_HARD_RESET
17 select SB_HT_CHAIN_UNITID_OFFSET_ONLY
18 select LIFT_BSP_APIC_ID
Sven Schnellea2701c62012-07-29 17:42:52 +020019 select SERIAL_CPU_INIT
QingPei Wangcc66d972011-09-13 17:54:12 +080020 select AMDMCT
21 select HAVE_MP_TABLE
22 select HAVE_ACPI_TABLES
QingPei Wangcc66d972011-09-13 17:54:12 +080023 select BOARD_ROMSIZE_KB_2048
24 select RAMINIT_SYSINFO
25 select ENABLE_APIC_EXT_ID
QingPei Wangcc66d972011-09-13 17:54:12 +080026 select GFXUMA
27 select HAVE_DEBUG_CAR
28 select SET_FIDVID
29
30config MAINBOARD_DIR
31 string
32 default asus/m5a88-v
33
34config APIC_ID_OFFSET
35 hex
36 default 0x0
37
38config MAINBOARD_PART_NUMBER
39 string
Paul Menzelce8410e2013-03-08 12:10:16 +010040 default "M5A88-V"
QingPei Wangcc66d972011-09-13 17:54:12 +080041
42config HW_MEM_HOLE_SIZEK
43 hex
44 default 0x100000
45
46config MAX_CPUS
47 int
48 default 8
49
50config MAX_PHYSICAL_CPUS
51 int
52 default 1
53
54config HW_MEM_HOLE_SIZE_AUTO_INC
55 bool
56 default n
57
58config MEM_TRAIN_SEQ
59 int
60 default 2
61
62config SB_HT_CHAIN_ON_BUS0
63 int
64 default 1
65
66config HT_CHAIN_END_UNITID_BASE
67 hex
68 default 0x1
69
70config HT_CHAIN_UNITID_BASE
71 hex
72 default 0x0
73
74config IRQ_SLOT_COUNT
75 int
76 default 11
77
78config AMD_UCODE_PATCH_FILE
79 string
80 default "mc_patch_010000bf.h"
81
82config RAMTOP
83 hex
84 default 0x2000000
85
86config HEAP_SIZE
87 hex
88 default 0xc0000
89
90config RAMBASE
91 hex
92 default 0x200000
93
94config VGA_BIOS_ID
95 string
96 default "1002,9715"
97
98endif #BOARD_ASUS_M5A88_V