blob: 7131b3ad135a33736e7463adc11bfd25244b7719 [file] [log] [blame]
Damien Zammit74d165b2015-05-04 10:41:21 +10001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
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#
15
16if BOARD_INTEL_D510MO
17
18config BOARD_SPECIFIC_OPTIONS
19 def_bool y
20 select CPU_INTEL_SOCKET_FCBGA559
21 select NORTHBRIDGE_INTEL_PINEVIEW
22 select SOUTHBRIDGE_INTEL_I82801GX
23 select SUPERIO_WINBOND_W83627THG
24 select HAVE_ACPI_TABLES
25 select BOARD_ROMSIZE_KB_1024
Damien Zammit761c2942016-01-26 13:55:43 +110026 select MAINBOARD_HAS_NATIVE_VGA_INIT
27 select INTEL_INT15
Arthur Heymansdcad2892017-01-14 17:40:18 +010028 select HAVE_OPTION_TABLE
29 select HAVE_CMOS_DEFAULT
Damien Zammit74d165b2015-05-04 10:41:21 +100030
31config MAX_CPUS
32 int
33 default 4
34
35config MMCONF_BASE_ADDRESS
36 hex
37 default 0xe0000000
38
39config CBFS_SIZE
40 hex "Size of CBFS filesystem in ROM"
41 default 0x100000
42
43config MAINBOARD_DIR
44 string
45 default intel/d510mo
46
47config MAINBOARD_PART_NUMBER
48 string
49 default "D510MO"
50
51endif # BOARD_INTEL_D510MO