blob: 1386bc8f25e7b7da867b69c6142c6e10adc8e417 [file] [log] [blame]
Vadim Bendeburyab0f7102014-08-21 14:19:31 -07001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2014 Imagination Technologies
5#
6# This program is free software; you can redistribute it and/or
7# modify it under the terms of the GNU General Public License as
8# published by the Free Software Foundation; version 2 of
9# the License.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
19# MA 02110-1301 USA
20#
21
22if BOARD_GOOGLE_URARA
23
24config BOARD_SPECIFIC_OPTIONS
25 def_bool y
Vadim Bendeburycbc44f72014-11-29 15:28:23 -080026 select BOARD_ROMSIZE_KB_512
Vadim Bendeburyab0f7102014-08-21 14:19:31 -070027 select BOOTBLOCK_CONSOLE
Vadim Bendeburyd0daeba2014-10-28 18:23:28 -070028 select MAINBOARD_HAS_CHROMEOS
Vadim Bendeburyab0f7102014-08-21 14:19:31 -070029 select CONFIG_SPI_FLASH_WINBOND
Vadim Bendebury2d510d02014-09-29 12:43:40 -070030 select CPU_IMGTEC_PISTACHIO
Vadim Bendeburyab0f7102014-08-21 14:19:31 -070031 select COMMON_CBFS_SPI_WRAPPER
32 select MAINBOARD_HAS_BOOTBLOCK_INIT
33 select SPI_FLASH
34
35config MAINBOARD_DIR
36 string
37 default "google/urara"
38
39config MAINBOARD_PART_NUMBER
40 string
Vadim Bendebury2d510d02014-09-29 12:43:40 -070041 default "ImgTec Pistachio Virtual Platform"
Vadim Bendeburyab0f7102014-08-21 14:19:31 -070042
Vadim Bendeburyab0f7102014-08-21 14:19:31 -070043config DRAM_SIZE_MB
44 int
45 default 256
46
Ionela Voinescu33c10f82014-10-30 14:49:53 +000047config TTYS0_LCS
48 int
49 default 3
50
Vadim Bendeburyab0f7102014-08-21 14:19:31 -070051endif