blob: 967b62dbac359bede1dfb62be34d9de53b88718b [file] [log] [blame]
Kyösti Mälkki3722f3c2014-06-19 22:34:02 +03001if BOARD_SUPERMICRO_H8SCM_FAM10
Zheng Bao910f4ca2011-03-28 04:38:14 +00002
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Siyuan Wang1fb49df2012-09-07 18:35:17 +08005 select CPU_AMD_SOCKET_C32_NON_AGESA
Zheng Bao910f4ca2011-03-28 04:38:14 +00006 select DIMM_DDR3
7 select DIMM_REGISTERED
8 select NORTHBRIDGE_AMD_AMDFAM10
9 select SOUTHBRIDGE_AMD_SR5650
Kyösti Mälkki399fcdd2012-02-23 18:42:55 +020010 select SOUTHBRIDGE_AMD_SB700
11 select SOUTHBRIDGE_AMD_SUBTYPE_SP5100
Zheng Bao910f4ca2011-03-28 04:38:14 +000012 select SUPERIO_WINBOND_W83627HF
Alexandru Gagniuc1a2b3182011-08-03 09:14:59 -050013 select SUPERIO_NUVOTON_WPCM450
Zheng Bao910f4ca2011-03-28 04:38:14 +000014 select HAVE_OPTION_TABLE
Stefan Reinauer56cd70b2012-11-13 17:33:08 -080015 select HAVE_PIRQ_TABLE
16 select HAVE_MP_TABLE
17 select HAVE_ACPI_TABLES
Zheng Bao910f4ca2011-03-28 04:38:14 +000018 select SB_HT_CHAIN_UNITID_OFFSET_ONLY
19 select LIFT_BSP_APIC_ID
Zheng Bao910f4ca2011-03-28 04:38:14 +000020 select AMDMCT
Zheng Bao910f4ca2011-03-28 04:38:14 +000021 select BOARD_ROMSIZE_KB_2048
Zheng Bao910f4ca2011-03-28 04:38:14 +000022 select ENABLE_APIC_EXT_ID
Zheng Bao910f4ca2011-03-28 04:38:14 +000023
24config MAINBOARD_DIR
25 string
26 default supermicro/h8scm_fam10
27
28config APIC_ID_OFFSET
29 hex
30 default 0x0
31
32config MAINBOARD_PART_NUMBER
33 string
34 default "H8SCM (Fam10)"
35
36config MAX_CPUS
37 int
38 default 16
39
40config MAX_PHYSICAL_CPUS
41 int
42 default 1
43
Zheng Bao910f4ca2011-03-28 04:38:14 +000044config SB_HT_CHAIN_ON_BUS0
45 int
46 default 1
47
48config HT_CHAIN_END_UNITID_BASE
49 hex
50 default 0x1
51
52config HT_CHAIN_UNITID_BASE
53 hex
54 default 0x0
55
56config IRQ_SLOT_COUNT
57 int
58 default 11
59
60config AMD_UCODE_PATCH_FILE
61 string
62 default "mc_patch_010000c4.h"
63
64config RAMTOP
65 hex
66 default 0x2000000
67
68config HEAP_SIZE
69 hex
70 default 0xc0000
71
Zheng Bao910f4ca2011-03-28 04:38:14 +000072config RAMBASE
73 hex
74 default 0x200000
75
76endif # BOARD_AMD_H8SCM_FAM10