blob: b259e3b45d3171dc70f2e9507dd94a387318c1b5 [file] [log] [blame]
efdesign9895b66112011-07-20 13:23:04 -06001#
2# This file is part of the coreboot project.
3#
Kerry Sheha3f06072012-02-07 20:32:38 +08004# Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc.
efdesign9895b66112011-07-20 13:23:04 -06005#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
efdesign9895b66112011-07-20 13:23:04 -060015
16if BOARD_SUPERMICRO_H8QGI
17
18config BOARD_SPECIFIC_OPTIONS
19 def_bool y
Kerry Sheha3f06072012-02-07 20:32:38 +080020 select CPU_AMD_AGESA_FAMILY15
21 select CPU_AMD_SOCKET_G34
Kerry Sheha3f06072012-02-07 20:32:38 +080022 select NORTHBRIDGE_AMD_AGESA_FAMILY15
23 select NORTHBRIDGE_AMD_CIMX_RD890
24 select SOUTHBRIDGE_AMD_CIMX_SB700
efdesign9895b66112011-07-20 13:23:04 -060025 select SUPERIO_WINBOND_W83627DHG
Alexandru Gagniuc1a2b3182011-08-03 09:14:59 -050026 select SUPERIO_NUVOTON_WPCM450
Kerry Sheh134d8a92012-02-07 20:33:21 +080027 select DRIVERS_I2C_W83795
efdesign9895b66112011-07-20 13:23:04 -060028 select HAVE_OPTION_TABLE
29 select HAVE_PIRQ_TABLE
30 select HAVE_MP_TABLE
efdesign9895b66112011-07-20 13:23:04 -060031 select HAVE_ACPI_TABLES
32 select BOARD_ROMSIZE_KB_2048
efdesign9895b66112011-07-20 13:23:04 -060033 #select MMCONF_SUPPORT_DEFAULT #TODO enable it to resolve Multicore IO conflict
34
efdesign9895b66112011-07-20 13:23:04 -060035config MAINBOARD_DIR
36 string
37 default supermicro/h8qgi
38
39config MAINBOARD_PART_NUMBER
40 string
41 default "H8QGI"
42
43config HW_MEM_HOLE_SIZEK
44 hex
45 default 0x200000
46
47config MAX_CPUS
48 int
49 default 64
50
efdesign9895b66112011-07-20 13:23:04 -060051config HW_MEM_HOLE_SIZE_AUTO_INC
52 bool
53 default n
54
efdesign9895b66112011-07-20 13:23:04 -060055config IRQ_SLOT_COUNT
56 int
57 default 11
58
efdesign9895b66112011-07-20 13:23:04 -060059config ONBOARD_VGA_IS_PRIMARY
60 bool
61 default y
62
63config VGA_BIOS
64 bool
65 default n
66
67config VGA_BIOS_ID
68 string
69 depends on VGA_BIOS
70 default "102b,0532"
71
72endif # BOARD_SUPERMICRO_H8QGI