blob: ca0909b25e63fb17296c6446db85436ac240d5b5 [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##
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080015
16if BOARD_GOOGLE_PURIN
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
Stefan Reinauer82c706e2015-03-30 12:20:55 -070020 select BOARD_ID_AUTO
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080021 select BOARD_ROMSIZE_KB_2048
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080022 select COMMON_CBFS_SPI_WRAPPER
23 select HAVE_HARD_RESET
Patrick Georgia1e514d2015-04-22 11:39:51 +020024 select MAINBOARD_HAS_CHROMEOS
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080025 select SOC_BROADCOM_CYGNUS
26 select SPI_FLASH
27 select SPI_FLASH_SPANSION
Corneliu Dobanb0484322015-02-18 17:25:20 -080028 select SPI_FLASH_STMICRO # required for the reference board BCM958305K
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080029
Martin Roth967cd9a2015-08-18 14:22:58 -060030config CHROMEOS
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070031 select VBOOT_VBNV_FLASH
Martin Roth967cd9a2015-08-18 14:22:58 -060032
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080033config MAINBOARD_DIR
34 string
35 default google/purin
36
37config MAINBOARD_PART_NUMBER
38 string
39 default "Purin"
40
41config MAINBOARD_VENDOR
42 string
43 default "Google"
44
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080045config DRAM_SIZE_MB
46 int
Daisuke Nojiri99d39562015-03-02 14:38:37 -080047 default 256
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080048
Patrick Georgia0f6abc2016-02-05 11:30:19 +010049config GBB_HWID
50 string
51 depends on CHROMEOS
52 default "Purin TEST 1"
Daisuke Nojiri710e0a22015-01-23 10:05:52 -080053endif # BOARD_GOOGLE_PURIN