blob: 5e455e07a83441ce321df448442184c6b8b33768 [file] [log] [blame]
Timothy Pearson80572852015-01-23 20:35:48 -06001if BOARD_ASUS_KFSN4_DRE
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
5 select CPU_AMD_SOCKET_F_1207
6 select DIMM_DDR2
7 select DIMM_REGISTERED
8 select NORTHBRIDGE_AMD_AMDFAM10
9 select SOUTHBRIDGE_NVIDIA_CK804
10 select SUPERIO_WINBOND_W83627THG
11 select PARALLEL_CPU_INIT
12 select HAVE_HARD_RESET
13 select HAVE_OPTION_TABLE
Timothy Pearson5fc1ad12015-02-14 17:01:49 -060014 select HAVE_CMOS_DEFAULT
Timothy Pearson80572852015-01-23 20:35:48 -060015 select HAVE_PIRQ_TABLE
16 select HAVE_MP_TABLE
17 select HAVE_ACPI_TABLES
18 select LIFT_BSP_APIC_ID
19 select BOARD_ROMSIZE_KB_1024
20 select ENABLE_APIC_EXT_ID
Timothy Pearson80572852015-01-23 20:35:48 -060021 select MMCONF_SUPPORT_DEFAULT
Timothy Pearsonc684d052015-02-21 01:46:20 -060022 select DRIVERS_I2C_W83793
Timothy Pearson67085e02015-02-03 00:19:01 -060023 select DRIVERS_XGI_Z9S
Timothy Pearson039edeb2015-06-26 14:56:51 -050024 select VGA
Timothy Pearson67085e02015-02-03 00:19:01 -060025 select MAINBOARD_HAS_NATIVE_VGA_INIT
Timothy Pearsonda8fcf02015-02-05 11:03:36 -060026 select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
Timothy Pearson80572852015-01-23 20:35:48 -060027
28config MAINBOARD_DIR
29 string
30 default asus/kfsn4-dre
31
Timothy Pearsonfef50942015-03-28 18:25:05 -050032config BOOTBLOCK_MAINBOARD_INIT
33 string
34 default "mainboard/asus/kfsn4-dre/bootblock.c"
35
Timothy Pearson80572852015-01-23 20:35:48 -060036config DCACHE_RAM_BASE
37 hex
38 default 0xc4000
39
40config DCACHE_RAM_SIZE
41 hex
42 default 0x0c000
43
44config APIC_ID_OFFSET
45 hex
46 default 0
47
Timothy Pearson80572852015-01-23 20:35:48 -060048config MAINBOARD_PART_NUMBER
49 string
50 default "KFSN4-DRE"
51
52config HW_MEM_HOLE_SIZEK
53 hex
54 default 0x100000
55
Timothy Pearson80572852015-01-23 20:35:48 -060056config MAX_CPUS
57 int
Timothy Pearson4e6f0c22015-01-30 23:48:52 -060058 default 12
Timothy Pearson80572852015-01-23 20:35:48 -060059
60config MAX_PHYSICAL_CPUS
61 int
62 default 2
63
64config HT_CHAIN_UNITID_BASE
65 hex
66 default 0x0
67
68config HT_CHAIN_END_UNITID_BASE
69 hex
70 default 0x20
71
72config IRQ_SLOT_COUNT
73 int
74 default 13
75
Timothy Pearson80572852015-01-23 20:35:48 -060076config CK804_PCI_E_X
77 int
78 default 1
79
80config CK804_PCIE_PME_WAKE
81 bool
82 default y
83
Timothy Pearson80572852015-01-23 20:35:48 -060084config ONBOARD_VGA_IS_PRIMARY
85 bool
86 default y
87
Timothy Pearson67085e02015-02-03 00:19:01 -060088config MAINBOARD_DO_NATIVE_VGA_INIT
Timothy Pearson80572852015-01-23 20:35:48 -060089 bool
Timothy Pearson67085e02015-02-03 00:19:01 -060090 default y
Timothy Pearson80572852015-01-23 20:35:48 -060091
Timothy Pearson20c2c4b2015-01-28 15:34:29 -060092config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
93 bool
94 default y
95
Timothy Pearsonbc39b482015-11-03 22:11:51 -060096config MAX_REBOOT_CNT
97 int
98 default 10
99
Timothy Pearson80572852015-01-23 20:35:48 -0600100endif # BOARD_ASUS_KFSN4_DRE