blob: 2c70c29d7019131c66d065f9ff5983054d8f2834 [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
Patrick Georgia1e514d2015-04-22 11:39:51 +020030 select MAINBOARD_HAS_CHROMEOS
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080031 select SOC_BROADCOM_CYGNUS
32 select SPI_FLASH
33 select SPI_FLASH_SPANSION
Corneliu Dobanb0484322015-02-18 17:25:20 -080034 select SPI_FLASH_STMICRO # required for the reference board BCM958305K
35 select SPI_ATOMIC_SEQUENCING
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080036
37config MAINBOARD_DIR
38 string
39 default google/purin
40
41config MAINBOARD_PART_NUMBER
42 string
43 default "Purin"
44
45config MAINBOARD_VENDOR
46 string
47 default "Google"
48
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080049config BOOT_MEDIA_SPI_BUS
50 int
Corneliu Dobanb0484322015-02-18 17:25:20 -080051 default 0
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080052
53config DRAM_SIZE_MB
54 int
Daisuke Nojiri99d39562015-03-02 14:38:37 -080055 default 256
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080056
57endif # BOARD_GOOGLE_PURIN