coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/ramstage.h>
4 #include "onboard.h"
5 
6 void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
7 {
8  params->ChvSvidConfig = SVID_PMIC_CONFIG;
9  params->PMIC_I2CBus = BCRD2_PMIC_I2C_BUS;
10 }
static struct sdram_info params
Definition: sdram_configs.c:83
__weak void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
Definition: ramstage.c:162
#define BCRD2_PMIC_I2C_BUS
Definition: onboard.h:47
#define SVID_PMIC_CONFIG
Definition: chip.h:19