cyan/strago: disable Ambient Light Sensor device
[coreboot.git] / src / mainboard / google / glados / ramstage.c
blobf31511e8bccc550d1ed79ee9098bd6ceb1294a62
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2015 Intel Corporation
5 * Copyright (C) 2015 Google Inc.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
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.
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.
21 #include <soc/ramstage.h>
22 #include "gpio.h"
24 void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
26 params->GpioTablePtr = (UINT32 *)mainboard_gpio_table;