blob: 1b131dd25f4d3b25f7338a1b7594fedb9a13d658 [file] [log] [blame]
Sergej Ivanovd777c782015-04-03 18:10:27 +03001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2012 Advanced Micro Devices, Inc.
5# Copyright (C) 2015 Sergej Ivanov <getinaks@gmail.com>
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; version 2 of the License.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
Sergej Ivanovd777c782015-04-03 18:10:27 +030016
17if BOARD_BIOSTAR_AM1ML
18
19config BOARD_SPECIFIC_OPTIONS
20 def_bool y
21 select BOARD_ROMSIZE_KB_4096
22 select CPU_AMD_AGESA_FAMILY16_KB
23 select FORCE_AM1_SOCKET_SUPPORT
24 select GFXUMA
25 select HAVE_OPTION_TABLE
26 select HAVE_PIRQ_TABLE
27 select HAVE_MP_TABLE
Sergej Ivanovd777c782015-04-03 18:10:27 +030028 select HAVE_ACPI_TABLES
29 select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
30 select SOUTHBRIDGE_AMD_AGESA_YANGTZE
31 select SUPERIO_ITE_IT8728F
32
33config MAINBOARD_DIR
34 string
35 default biostar/am1ml
36
37config MAINBOARD_PART_NUMBER
38 string
39 default "AM1ML"
40
41config HW_MEM_HOLE_SIZEK
42 hex
43 default 0x200000
44
45config MAX_CPUS
46 int
47 default 4
48
49config HW_MEM_HOLE_SIZE_AUTO_INC
50 bool
51 default n
52
53config IRQ_SLOT_COUNT
54 int
55 default 10
56
57config ONBOARD_VGA_IS_PRIMARY
58 bool
59 default y
60
61config HUDSON_LEGACY_FREE
62 bool
63 default n
64
65endif # BOARD_BIOSTAR_AM1ML