blob: 5d725135ad02904f5bee9d29fda4a88dd848835d [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
33
34config MAINBOARD_DIR
35 string
36 default google/purin
37
38config MAINBOARD_PART_NUMBER
39 string
40 default "Purin"
41
42config MAINBOARD_VENDOR
43 string
44 default "Google"
45
46config VBOOT_RAMSTAGE_INDEX
47 hex
48 default 0x3
49
50config BOOT_MEDIA_SPI_BUS
51 int
52 default 2
53
54config DRAM_SIZE_MB
55 int
56 default 1024
57
58endif # BOARD_GOOGLE_PURIN