blob: 67aaca5f871e1dcb6f553b7389168cdfcdbbb91d [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
Patrick Georgib890a122015-03-26 15:17:45 +010017## Foundation, Inc.
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080018##
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
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080026 select COMMON_CBFS_SPI_WRAPPER
27 select HAVE_HARD_RESET
Patrick Georgia1e514d2015-04-22 11:39:51 +020028 select MAINBOARD_HAS_CHROMEOS
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080029 select SOC_BROADCOM_CYGNUS
30 select SPI_FLASH
31 select SPI_FLASH_SPANSION
Corneliu Dobanb0484322015-02-18 17:25:20 -080032 select SPI_FLASH_STMICRO # required for the reference board BCM958305K
33 select SPI_ATOMIC_SEQUENCING
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080034
Martin Roth967cd9a2015-08-18 14:22:58 -060035config CHROMEOS
36 select CHROMEOS_VBNV_FLASH
37
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080038config MAINBOARD_DIR
39 string
40 default google/purin
41
42config MAINBOARD_PART_NUMBER
43 string
44 default "Purin"
45
46config MAINBOARD_VENDOR
47 string
48 default "Google"
49
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080050config BOOT_MEDIA_SPI_BUS
51 int
Corneliu Dobanb0484322015-02-18 17:25:20 -080052 default 0
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080053
54config DRAM_SIZE_MB
55 int
Daisuke Nojiri99d39562015-03-02 14:38:37 -080056 default 256
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080057
58endif # BOARD_GOOGLE_PURIN