blob: e118bfbe602154a9ea6eed6a838726b4a9a4dc40 [file] [log] [blame]
WANG Siyuanf77f7342013-08-13 17:09:51 +08001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2012 Advanced Micro Devices, Inc.
5#
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#
WANG Siyuanf77f7342013-08-13 17:09:51 +080015
16if BOARD_ASROCK_IMB_A180
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
WANG Siyuanf77f7342013-08-13 17:09:51 +080020 select CPU_AMD_AGESA_FAMILY16_KB
21 select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
22 select SOUTHBRIDGE_AMD_AGESA_YANGTZE
Dave Frodin812d6242013-12-26 08:24:16 -070023 select SUPERIO_WINBOND_W83627UHG
WANG Siyuanf77f7342013-08-13 17:09:51 +080024 select HAVE_OPTION_TABLE
25 select HAVE_PIRQ_TABLE
26 select HAVE_MP_TABLE
WANG Siyuanf77f7342013-08-13 17:09:51 +080027 select HAVE_ACPI_TABLES
28 select BOARD_ROMSIZE_KB_4096
29 select GFXUMA
30
31config MAINBOARD_DIR
32 string
33 default asrock/imb-a180
34
WANG Siyuanf77f7342013-08-13 17:09:51 +080035config MAINBOARD_PART_NUMBER
36 string
37 default "IMB-A180"
38
39config HW_MEM_HOLE_SIZEK
40 hex
41 default 0x200000
42
43config MAX_CPUS
44 int
45 default 4
46
WANG Siyuanf77f7342013-08-13 17:09:51 +080047config HW_MEM_HOLE_SIZE_AUTO_INC
48 bool
49 default n
50
WANG Siyuanf77f7342013-08-13 17:09:51 +080051config IRQ_SLOT_COUNT
52 int
53 default 11
54
WANG Siyuanf77f7342013-08-13 17:09:51 +080055config ONBOARD_VGA_IS_PRIMARY
56 bool
57 default y
58
59config HUDSON_LEGACY_FREE
60 bool
61 default y
62
63# bit 1,0 - pin 0
64# bit 3,2 - pin 1
65# bit 5,4 - pin 2
66# bit 7,6 - pin 3
67config AZ_PIN
68 hex
69 default 0x2
70
71endif # BOARD_ASROCK_IMB_A180