2012-12-11 01:13:43 +01:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
2013-03-01 19:18:14 +01:00
|
|
|
## Copyright 2013 Google Inc.
|
2012-12-11 01:13:43 +01:00
|
|
|
##
|
|
|
|
## 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_SNOW
|
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
|
|
def_bool y
|
|
|
|
select ARCH_ARMV7
|
2013-05-16 14:45:57 +02:00
|
|
|
select CPU_SAMSUNG_EXYNOS5250
|
2013-04-15 12:27:24 +02:00
|
|
|
select EC_GOOGLE_CHROMEEC
|
|
|
|
select EC_GOOGLE_CHROMEEC_I2C
|
2012-12-11 01:13:43 +01:00
|
|
|
select BOARD_ROMSIZE_KB_4096
|
2012-12-27 22:33:36 +01:00
|
|
|
select DRIVER_MAXIM_MAX77686
|
2013-10-17 15:38:25 +02:00
|
|
|
select MAINBOARD_HAS_CHROMEOS
|
2013-04-09 23:39:34 +02:00
|
|
|
select DRIVER_TI_TPS65090
|
2013-04-19 03:09:24 +02:00
|
|
|
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
|
|
|
select MAINBOARD_DO_NATIVE_VGA_INIT
|
2012-12-11 01:13:43 +01:00
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
|
|
|
string
|
|
|
|
default google/snow
|
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
|
|
string
|
2013-05-11 01:21:58 +02:00
|
|
|
default "Snow"
|
2012-12-11 01:13:43 +01:00
|
|
|
|
|
|
|
config MAX_CPUS
|
|
|
|
int
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config DRAM_SIZE_MB
|
|
|
|
int
|
|
|
|
default 2048
|
|
|
|
|
2013-04-15 12:27:24 +02:00
|
|
|
config EC_GOOGLE_CHROMEEC_I2C_BUS
|
|
|
|
hex
|
|
|
|
default 4
|
|
|
|
|
2012-12-11 01:13:43 +01:00
|
|
|
endif # BOARD_GOOGLE_SNOW
|