blob: 9518b1d721d8ea671cb09036f7ce98058d69425a [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <soc/ramstage.h>
#include "gpio.h"
void mainboard_silicon_init_params(FSP_SIL_UPD *params)
{
/*
* Configure pads prior to SiliconInit() in case there's any
* dependencies during hardware initialization.
*/
gpio_configure_pads(gpio_table, ARRAY_SIZE(gpio_table));
params->TurboMode = 1;
params->PchPort61hEnable = 1;
params->CdClock = 3;
}