blob: aecf065571b6e94e73d174a85d5c767a8558032a [file] [log] [blame]
zbao323a9232012-07-19 16:39:01 +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#
zbao323a9232012-07-19 16:39:01 +080015
16if BOARD_AMD_PARMER
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
zbao323a9232012-07-19 16:39:01 +080020 select CPU_AMD_AGESA_FAMILY15_TN
zbao323a9232012-07-19 16:39:01 +080021 select NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
22 select SOUTHBRIDGE_AMD_AGESA_HUDSON
zbao323a9232012-07-19 16:39:01 +080023 select HAVE_OPTION_TABLE
24 select HAVE_PIRQ_TABLE
25 select HAVE_MP_TABLE
zbao323a9232012-07-19 16:39:01 +080026 select HAVE_ACPI_TABLES
27 select BOARD_ROMSIZE_KB_4096
zbao323a9232012-07-19 16:39:01 +080028 select GFXUMA
29 select UDELAY_LAPIC
30
31config MAINBOARD_DIR
32 string
33 default amd/parmer
34
zbao323a9232012-07-19 16:39:01 +080035config MAINBOARD_PART_NUMBER
36 string
37 default "Parmer"
38
39config HW_MEM_HOLE_SIZEK
40 hex
41 default 0x200000
42
43config MAX_CPUS
44 int
45 default 4
46
zbao323a9232012-07-19 16:39:01 +080047config HW_MEM_HOLE_SIZE_AUTO_INC
48 bool
49 default n
50
zbao323a9232012-07-19 16:39:01 +080051config IRQ_SLOT_COUNT
52 int
53 default 11
54
zbao323a9232012-07-19 16:39:01 +080055config ONBOARD_VGA_IS_PRIMARY
56 bool
57 default y
58
59config VGA_BIOS_ID
60 string
61 default "1002,9900"
62
Martin Rotheac220f2013-01-16 09:07:30 -070063config HUDSON_LEGACY_FREE
64 bool
65 default y
66
zbao323a9232012-07-19 16:39:01 +080067endif # BOARD_AMD_PARMER