2014-08-21 23:19:31 +02:00
|
|
|
#
|
|
|
|
# This file is part of the coreboot project.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2014 Imagination Technologies
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License as
|
|
|
|
# published by the Free Software Foundation; version 2 of
|
|
|
|
# the License.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
|
|
|
# MA 02110-1301 USA
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_GOOGLE_URARA
|
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
|
|
def_bool y
|
2014-11-30 00:28:23 +01:00
|
|
|
select BOARD_ROMSIZE_KB_512
|
2014-08-21 23:19:31 +02:00
|
|
|
select BOOTBLOCK_CONSOLE
|
2014-10-29 02:23:28 +01:00
|
|
|
select MAINBOARD_HAS_CHROMEOS
|
2014-08-21 23:19:31 +02:00
|
|
|
select CONFIG_SPI_FLASH_WINBOND
|
2014-09-29 21:43:40 +02:00
|
|
|
select CPU_IMGTEC_PISTACHIO
|
2014-08-21 23:19:31 +02:00
|
|
|
select COMMON_CBFS_SPI_WRAPPER
|
|
|
|
select MAINBOARD_HAS_BOOTBLOCK_INIT
|
|
|
|
select SPI_FLASH
|
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
|
|
|
string
|
|
|
|
default "google/urara"
|
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
|
|
string
|
2014-09-29 21:43:40 +02:00
|
|
|
default "ImgTec Pistachio Virtual Platform"
|
2014-08-21 23:19:31 +02:00
|
|
|
|
2015-01-18 23:37:11 +01:00
|
|
|
config BOOTBLOCK_MAINBOARD_INIT
|
|
|
|
string
|
|
|
|
default "mainboard/google/urara/bootblock.c"
|
|
|
|
|
2014-08-21 23:19:31 +02:00
|
|
|
config DRAM_SIZE_MB
|
|
|
|
int
|
|
|
|
default 256
|
|
|
|
|
2014-10-30 15:49:53 +01:00
|
|
|
config TTYS0_LCS
|
|
|
|
int
|
|
|
|
default 3
|
|
|
|
|
2014-08-21 23:19:31 +02:00
|
|
|
endif
|