blob: fa6bf3cdc720b81b729a95ff1696a5a3ba8bd67e [file] [log] [blame]
Kyösti Mälkkie75deb62014-06-26 09:12:54 +03001#
2# This file is part of the coreboot project.
3#
Dave Frodin83405a12014-06-05 11:49:04 -06004# Copyright (C) 2012-2014 Advanced Micro Devices, Inc.
5# Copyright (C) 2014 Sage Electronic Engineering, LLC
Kyösti Mälkkie75deb62014-06-26 09:12:54 +03006#
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#
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030016
Dave Frodin83405a12014-06-05 11:49:04 -060017if BOARD_HP_ABM
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030018
19config BOARD_SPECIFIC_OPTIONS # dummy
20 def_bool y
21 select CPU_AMD_AGESA_FAMILY16_KB
22 select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
23 select SOUTHBRIDGE_AMD_AGESA_YANGTZE
Dave Frodin83405a12014-06-05 11:49:04 -060024 select SUPERIO_NUVOTON_NCT5104D
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030025 select HAVE_OPTION_TABLE
26 select HAVE_PIRQ_TABLE
27 select HAVE_MP_TABLE
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030028 select HAVE_ACPI_TABLES
Dave Frodin83405a12014-06-05 11:49:04 -060029 select BOARD_ROMSIZE_KB_8192
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030030
31config MAINBOARD_DIR
32 string
Dave Frodin83405a12014-06-05 11:49:04 -060033 default hp/abm
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030034
35config MAINBOARD_PART_NUMBER
36 string
Dave Frodin83405a12014-06-05 11:49:04 -060037 default "ABM"
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030038
39config HW_MEM_HOLE_SIZEK
40 hex
41 default 0x200000
42
43config MAX_CPUS
44 int
45 default 4
46
47config HW_MEM_HOLE_SIZE_AUTO_INC
48 bool
49 default n
50
51config IRQ_SLOT_COUNT
52 int
53 default 11
54
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030055config HUDSON_LEGACY_FREE
56 bool
Dave Frodin83405a12014-06-05 11:49:04 -060057 default n
Kyösti Mälkkie75deb62014-06-26 09:12:54 +030058
Dave Frodin83405a12014-06-05 11:49:04 -060059endif # BOARD_HP_ABM