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.
|
|
|
|
#
|
|
|
|
|
|
|
|
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-11-11 14:39:18 +01:00
|
|
|
select SPI_FLASH_WINBOND
|
2014-09-29 21:43:40 +02:00
|
|
|
select CPU_IMGTEC_PISTACHIO
|
2015-04-27 02:53:26 +02:00
|
|
|
select COMMON_CBFS_SPI_WRAPPER
|
2014-08-21 23:19:31 +02:00
|
|
|
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
|
|
|
|
|
2015-01-26 16:15:01 +01:00
|
|
|
config CONSOLE_SERIAL_UART_ADDRESS
|
|
|
|
hex
|
|
|
|
depends on DRIVERS_UART
|
|
|
|
default 0xB8101500
|
|
|
|
|
2016-08-11 21:40:09 +02:00
|
|
|
config BOOT_DEVICE_SPI_FLASH_BUS
|
2014-11-11 14:39:18 +01:00
|
|
|
int
|
|
|
|
default 1
|
|
|
|
|
2016-02-05 11:30:19 +01:00
|
|
|
config GBB_HWID
|
|
|
|
string
|
|
|
|
depends on CHROMEOS
|
|
|
|
default "Urara TEST 1"
|
2014-08-21 23:19:31 +02:00
|
|
|
endif
|