blob: 158d9d54e63abebbba76bfaf860224ff3d72d9ee [file] [log] [blame]
Daisuke Nojiri710e0a22015-01-23 10:05:52 -08001##
2## This file is part of the coreboot project.
3##
4## Copyright 2015 Google 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##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
19
20if BOARD_GOOGLE_PURIN
21
22config BOARD_SPECIFIC_OPTIONS # dummy
23 def_bool y
Stefan Reinauer82c706e2015-03-30 12:20:55 -070024 select BOARD_ID_AUTO
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080025 select BOARD_ROMSIZE_KB_2048
26 select CHROMEOS_VBNV_FLASH
27 select COMMON_CBFS_SPI_WRAPPER
28 select HAVE_HARD_RESET
29 select MAINBOARD_HAS_BOOTBLOCK_INIT
30 select SOC_BROADCOM_CYGNUS
31 select SPI_FLASH
32 select SPI_FLASH_SPANSION
Corneliu Dobanb0484322015-02-18 17:25:20 -080033 select SPI_FLASH_STMICRO # required for the reference board BCM958305K
34 select SPI_ATOMIC_SEQUENCING
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080035
36config MAINBOARD_DIR
37 string
38 default google/purin
39
40config MAINBOARD_PART_NUMBER
41 string
42 default "Purin"
43
44config MAINBOARD_VENDOR
45 string
46 default "Google"
47
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080048config BOOT_MEDIA_SPI_BUS
49 int
Corneliu Dobanb0484322015-02-18 17:25:20 -080050 default 0
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080051
52config DRAM_SIZE_MB
53 int
Daisuke Nojiri99d39562015-03-02 14:38:37 -080054 default 256
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080055
56endif # BOARD_GOOGLE_PURIN