blob: 687b1e5a1b2c79594d9e2c149138df23c7628625 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_SUPERMICRO_H8QME_FAM10
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Knut Kujat081c8972010-02-03 16:04:40 +00005 select CPU_AMD_SOCKET_F_1207
Myles Watson6ea21152010-09-10 18:33:24 +00006 select DIMM_DDR2
7 select DIMM_REGISTERED
Knut Kujat081c8972010-02-03 16:04:40 +00008 select NORTHBRIDGE_AMD_AMDFAM10
Knut Kujat4801e322010-02-24 08:48:35 +00009 select SOUTHBRIDGE_AMD_AMD8132
Knut Kujat081c8972010-02-03 16:04:40 +000010 select SOUTHBRIDGE_NVIDIA_MCP55
Kyösti Mälkki7748ee52015-02-05 15:48:38 +020011 select HT_CHAIN_DISTRIBUTE
Knut Kujat081c8972010-02-03 16:04:40 +000012 select SUPERIO_WINBOND_W83627HF
Edwin Beasanteb50c7d2010-07-06 21:05:04 +000013 select HAVE_OPTION_TABLE
Knut Kujat081c8972010-02-03 16:04:40 +000014 select HAVE_PIRQ_TABLE
15 select HAVE_MP_TABLE
Knut Kujat081c8972010-02-03 16:04:40 +000016 select LIFT_BSP_APIC_ID
Knut Kujat081c8972010-02-03 16:04:40 +000017 select BOARD_ROMSIZE_KB_1024
Knut Kujat081c8972010-02-03 16:04:40 +000018 select ENABLE_APIC_EXT_ID
19
20config MAINBOARD_DIR
21 string
22 default supermicro/h8qme_fam10
Knut Kujat081c8972010-02-03 16:04:40 +000023
24config DCACHE_RAM_BASE
25 hex
26 default 0xc4000
Knut Kujat081c8972010-02-03 16:04:40 +000027
28config DCACHE_RAM_SIZE
29 hex
30 default 0x0c000
Knut Kujat081c8972010-02-03 16:04:40 +000031
Knut Kujat081c8972010-02-03 16:04:40 +000032config APIC_ID_OFFSET
33 hex
34 default 0x0
Knut Kujat081c8972010-02-03 16:04:40 +000035
Knut Kujat081c8972010-02-03 16:04:40 +000036config MAINBOARD_PART_NUMBER
37 string
38 default "H8QME-2+ (Fam10)"
Knut Kujat081c8972010-02-03 16:04:40 +000039
Knut Kujat081c8972010-02-03 16:04:40 +000040config MAX_CPUS
41 int
42 default 16
Knut Kujat081c8972010-02-03 16:04:40 +000043
44config MAX_PHYSICAL_CPUS
45 int
46 default 4
Knut Kujat081c8972010-02-03 16:04:40 +000047
48config HT_CHAIN_END_UNITID_BASE
49 hex
50 default 0x20
Knut Kujat081c8972010-02-03 16:04:40 +000051
52config HT_CHAIN_UNITID_BASE
53 hex
54 default 0x1
Knut Kujat081c8972010-02-03 16:04:40 +000055
Knut Kujat081c8972010-02-03 16:04:40 +000056config IRQ_SLOT_COUNT
57 int
58 default 11
Knut Kujat081c8972010-02-03 16:04:40 +000059
Jens Rottmann9a684fc2010-08-30 16:36:51 +000060endif # BOARD_SUPERMICRO_H8QME_FAM10