blob: 5e28aeade03adbd18b49f8b1b0336a749375a1f7 [file] [log] [blame]
Stefan Reinauer56cd70b2012-11-13 17:33:08 -08001if BOARD_SUPERMICRO_H9SCM_FAM10
Zheng Bao910f4ca2011-03-28 04:38:14 +00002
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
5 select ARCH_X86
Siyuan Wang1fb49df2012-09-07 18:35:17 +08006 select CPU_AMD_SOCKET_C32_NON_AGESA
Zheng Bao910f4ca2011-03-28 04:38:14 +00007 select DIMM_DDR3
8 select DIMM_REGISTERED
9 select NORTHBRIDGE_AMD_AMDFAM10
10 select SOUTHBRIDGE_AMD_SR5650
Kyösti Mälkki399fcdd2012-02-23 18:42:55 +020011 select SOUTHBRIDGE_AMD_SB700
12 select SOUTHBRIDGE_AMD_SUBTYPE_SP5100
Zheng Bao910f4ca2011-03-28 04:38:14 +000013 select SUPERIO_WINBOND_W83627HF
Alexandru Gagniuc1a2b3182011-08-03 09:14:59 -050014 select SUPERIO_NUVOTON_WPCM450
Zheng Bao910f4ca2011-03-28 04:38:14 +000015 select HAVE_OPTION_TABLE
Stefan Reinauer56cd70b2012-11-13 17:33:08 -080016 select HAVE_PIRQ_TABLE
17 select HAVE_MP_TABLE
18 select HAVE_ACPI_TABLES
Zheng Bao910f4ca2011-03-28 04:38:14 +000019 select SB_HT_CHAIN_UNITID_OFFSET_ONLY
20 select LIFT_BSP_APIC_ID
Sven Schnellea2701c62012-07-29 17:42:52 +020021 select SERIAL_CPU_INIT
Zheng Bao910f4ca2011-03-28 04:38:14 +000022 select AMDMCT
Zheng Bao910f4ca2011-03-28 04:38:14 +000023 select BOARD_ROMSIZE_KB_2048
24 select RAMINIT_SYSINFO
25 select ENABLE_APIC_EXT_ID
Zheng Bao910f4ca2011-03-28 04:38:14 +000026
27config MAINBOARD_DIR
28 string
29 default supermicro/h8scm_fam10
30
31config APIC_ID_OFFSET
32 hex
33 default 0x0
34
35config MAINBOARD_PART_NUMBER
36 string
37 default "H8SCM (Fam10)"
38
39config MAX_CPUS
40 int
41 default 16
42
43config MAX_PHYSICAL_CPUS
44 int
45 default 1
46
47config MEM_TRAIN_SEQ
48 int
49 default 2
50
51config SB_HT_CHAIN_ON_BUS0
52 int
53 default 1
54
55config HT_CHAIN_END_UNITID_BASE
56 hex
57 default 0x1
58
59config HT_CHAIN_UNITID_BASE
60 hex
61 default 0x0
62
63config IRQ_SLOT_COUNT
64 int
65 default 11
66
67config AMD_UCODE_PATCH_FILE
68 string
69 default "mc_patch_010000c4.h"
70
71config RAMTOP
72 hex
73 default 0x2000000
74
75config HEAP_SIZE
76 hex
77 default 0xc0000
78
Zheng Bao910f4ca2011-03-28 04:38:14 +000079config RAMBASE
80 hex
81 default 0x200000
82
83endif # BOARD_AMD_H8SCM_FAM10