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-or-later */
2 
3 #include <soc/ramstage.h>
4 
5 void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
6 {
7  params->PcdTurboMode = 1;
8 }
static struct sdram_info params
Definition: sdram_configs.c:83
__weak void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
Definition: ramstage.c:162