blob: 7c05c6b77d7658a24283855e223d0a0ba5cde171 [file] [log] [blame]
Angel Pons60ec3652020-04-03 01:22:13 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Lee Leahyc4210412015-06-29 11:37:56 -07002
Lee Leahyc4210412015-06-29 11:37:56 -07003#include <soc/ramstage.h>
robbie zhangc9d97292015-08-21 09:47:34 -07004#include "gpio.h"
Lee Leahyc4210412015-06-29 11:37:56 -07005
Rizwan Qureshi06868f82016-08-23 13:38:19 +05306void mainboard_silicon_init_params(FSP_SIL_UPD *params)
Lee Leahyc4210412015-06-29 11:37:56 -07007{
robbie zhangc9d97292015-08-21 09:47:34 -07008 /* Configure pads prior to SiliconInit() in case there's any
9 * dependencies during hardware initialization. */
10 gpio_configure_pads(gpio_table, ARRAY_SIZE(gpio_table));
Lee Leahyc4210412015-06-29 11:37:56 -070011}