blob: 5492d474182198e5e21e239a90882632e84b1887 [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
efdesign9895b66112011-07-20 13:23:04 -060034config MAINBOARD_DIR
35 string
36 default supermicro/h8qgi
37
38config MAINBOARD_PART_NUMBER
39 string
40 default "H8QGI"
41
42config HW_MEM_HOLE_SIZEK
43 hex
44 default 0x200000
45
46config MAX_CPUS
47 int
48 default 64
49
efdesign9895b66112011-07-20 13:23:04 -060050config HW_MEM_HOLE_SIZE_AUTO_INC
51 bool
52 default n
53
efdesign9895b66112011-07-20 13:23:04 -060054config IRQ_SLOT_COUNT
55 int
56 default 11
57
efdesign9895b66112011-07-20 13:23:04 -060058config ONBOARD_VGA_IS_PRIMARY
59 bool
60 default y
61
62config VGA_BIOS
63 bool
64 default n
65
66config VGA_BIOS_ID
67 string
68 depends on VGA_BIOS
69 default "102b,0532"
70
71endif # BOARD_SUPERMICRO_H8QGI