blob: 3440cad64e83091bf67dcbd56f2a729189a53afa [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_MSI_MS9652_FAM10
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +00005 select CPU_AMD_SOCKET_F_1207
Myles Watson6ea21152010-09-10 18:33:24 +00006 select DIMM_DDR2
7 select DIMM_REGISTERED
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +00008 select NORTHBRIDGE_AMD_AMDFAM10
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +00009 select SOUTHBRIDGE_NVIDIA_MCP55
Patrick Georgiabc0c772010-10-05 17:59:12 +000010 select MCP55_USE_NIC
11 select MCP55_USE_AZA
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000012 select SUPERIO_WINBOND_W83627EHG
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000013 select HAVE_PIRQ_TABLE
14 select HAVE_MP_TABLE
Uwe Hermannd51122d2010-11-05 16:17:46 +000015 select HAVE_ACPI_TABLES
Myles Watsona58c2602010-07-06 21:37:39 +000016 select HAVE_OPTION_TABLE
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000017 select BOARD_ROMSIZE_KB_512
18 select ENABLE_APIC_EXT_ID
Stefan Reinauerf8b19232010-04-07 00:38:09 +000019 select SB_HT_CHAIN_UNITID_OFFSET_ONLY
Stefan Reinauerc1928e22012-11-13 17:36:17 -080020 select LIFT_BSP_APIC_ID
Patrick Georgiaece3c92014-04-18 10:02:04 +020021 select IOAPIC
22 select SMP
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000023
24config MAINBOARD_DIR
25 string
26 default msi/ms9652_fam10
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000027
28config DCACHE_RAM_BASE
29 hex
30 default 0xc4000
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000031
32config DCACHE_RAM_SIZE
33 hex
34 default 0x0c000
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000035
Stefan Reinauer9b70cb62010-03-30 08:20:37 +000036# Define to 0 because the IRQ slot count is
37# determined dynamically for this board.
38config IRQ_SLOT_COUNT
39 int
40 default 0
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000041
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000042config MAX_CPUS
43 int
44 default 8
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000045
46config MAX_PHYSICAL_CPUS
47 int
48 default 2
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000049
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000050config USE_OPTION_TABLE
51 bool
52 default n
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000053
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000054config MAINBOARD_PART_NUMBER
55 string
Uwe Hermann5fa76e22010-03-01 20:16:38 +000056 default "MS-9652"
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000057
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000058config DEFAULT_CONSOLE_LOGLEVEL
59 int
60 default 9
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000061
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000062config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
63 bool
64 default y
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000065
Stefan Reinauer7e00a442010-05-25 17:09:05 +000066config USBDEBUG
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000067 bool
68 default n
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000069
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000070config HT_CHAIN_UNITID_BASE
71 hex
72 default 0x20
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000073
74config HT_CHAIN_END_UNITID_BASE
75 hex
76 default 0x00
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000077
Sven Schnellea2701c62012-07-29 17:42:52 +020078config VAR_MTRR_HOLE
79 bool
80 default n
81
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000082config APIC_ID_OFFSET
83 hex
84 default 0x00
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000085
Patrick Georgid8a789f2010-11-21 14:38:24 +000086config MCP55_PCI_E_X_0
87 int
88 default 1
89
Jens Rottmann9a684fc2010-08-30 16:36:51 +000090endif # BOARD_MSI_MS9652_FAM10