blob: 72527be3bb7ad96111add148129aaa813087ebeb [file] [log] [blame]
Tobias Diedrich4e6305f2010-11-07 20:08:45 +00001if BOARD_ASUS_M2V
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Tobias Diedrich4e6305f2010-11-07 20:08:45 +00005 select CPU_AMD_SOCKET_AM2
6 select DIMM_DDR2
7 select QRANK_DIMM_SUPPORT
8 select HAVE_OPTION_TABLE
9 select K8_HT_FREQ_1G_SUPPORT
10 select NORTHBRIDGE_AMD_AMDK8
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000011 select SOUTHBRIDGE_VIA_VT8237R
12 select SOUTHBRIDGE_VIA_K8T890
Kyösti Mälkki35e1c862012-02-25 17:14:20 +020013 select SOUTHBRIDGE_VIA_SUBTYPE_K8T890
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000014 select SUPERIO_ITE_IT8712F
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000015 select BOARD_ROMSIZE_KB_512
Tobias Diedrich48ae6082010-11-24 20:03:09 +000016 select HAVE_ACPI_RESUME
Tobias Diedrich6222fe02010-11-09 22:11:00 +000017 select HAVE_PIRQ_TABLE
Tobias Diedrich8a71dcd2010-11-17 10:58:13 +000018 select PIRQ_ROUTE
Tobias Diedrich8b3cac22010-11-09 22:18:28 +000019 select HAVE_ACPI_TABLES
Tobias Diedrichca033312010-11-10 19:08:52 +000020 select HAVE_MP_TABLE
Patrick Georgi76e81522010-11-16 21:25:29 +000021 select SET_FIDVID
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000022
23config MAINBOARD_DIR
24 string
25 default asus/m2v
26
27config DCACHE_RAM_BASE
28 hex
29 default 0xcc000
30
31config DCACHE_RAM_SIZE
32 hex
33 default 0x4000
34
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000035config APIC_ID_OFFSET
36 hex
37 default 0x10
38
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000039config MAINBOARD_PART_NUMBER
40 string
41 default "M2V"
42
43config HW_MEM_HOLE_SIZEK
44 hex
45 default 0
46
47config MAX_CPUS
48 int
49 default 2
50
51config MAX_PHYSICAL_CPUS
52 int
53 default 1
54
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000055config HT_CHAIN_END_UNITID_BASE
56 hex
57 default 0x20
58
59config HT_CHAIN_UNITID_BASE
60 hex
61 default 0x0
62
Tobias Diedrich6222fe02010-11-09 22:11:00 +000063config IRQ_SLOT_COUNT
64 int
65 default 14
66
Tobias Diedrich4e6305f2010-11-07 20:08:45 +000067endif # BOARD_ASUS_M2V