blob: b9d73f03310519a893a2e69cfeb72f8ab2cb5e13 [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
24 select BOARD_ID_SUPPORT
25 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
48config VBOOT_RAMSTAGE_INDEX
49 hex
50 default 0x3
51
52config BOOT_MEDIA_SPI_BUS
53 int
Corneliu Dobanb0484322015-02-18 17:25:20 -080054 default 0
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080055
56config DRAM_SIZE_MB
57 int
58 default 1024
59
60endif # BOARD_GOOGLE_PURIN