cbd31195443eb82b03aad548a4a23d8b6f37e4b2
[coreboot.git] / src / mainboard / supermicro / h8scm_fam10 / Kconfig
1 if BOARD_SUPERMICRO_H8SCM_FAM10
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_C32
7         select DIMM_DDR3
8         select DIMM_REGISTERED
9         select NORTHBRIDGE_AMD_AMDFAM10
10         select SOUTHBRIDGE_AMD_SR5650
11         select SOUTHBRIDGE_AMD_SP5100
12         select SUPERIO_WINBOND_W83627HF
13         select SUPERIO_NUVOTON_WPCM450
14         select HAVE_BUS_CONFIG
15         select HAVE_OPTION_TABLE
16         select GENERATE_PIRQ_TABLE
17         select GENERATE_MP_TABLE
18         select HAVE_HARD_RESET
19         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
20         select LIFT_BSP_APIC_ID
21         select SERIAL_CPU_INIT
22         select AMDMCT
23         select GENERATE_ACPI_TABLES
24         select BOARD_ROMSIZE_KB_2048
25         select RAMINIT_SYSINFO
26         select ENABLE_APIC_EXT_ID
27
28 config MAINBOARD_DIR
29         string
30         default supermicro/h8scm_fam10
31
32 config APIC_ID_OFFSET
33         hex
34         default 0x0
35
36 config MAINBOARD_PART_NUMBER
37         string
38         default "H8SCM (Fam10)"
39
40 config MAX_CPUS
41         int
42         default 16
43
44 config MAX_PHYSICAL_CPUS
45         int
46         default 1
47
48 config MEM_TRAIN_SEQ
49         int
50         default 2
51
52 config SB_HT_CHAIN_ON_BUS0
53         int
54         default 1
55
56 config HT_CHAIN_END_UNITID_BASE
57         hex
58         default 0x1
59
60 config HT_CHAIN_UNITID_BASE
61         hex
62         default 0x0
63
64 config IRQ_SLOT_COUNT
65         int
66         default 11
67
68 config AMD_UCODE_PATCH_FILE
69         string
70         default "mc_patch_010000c4.h"
71
72 config RAMTOP
73         hex
74         default 0x2000000
75
76 config HEAP_SIZE
77         hex
78         default 0xc0000
79
80 config ACPI_SSDTX_NUM
81         int
82         default 0
83
84 config RAMBASE
85         hex
86         default 0x200000
87
88 endif # BOARD_AMD_H8SCM_FAM10