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 <baseboard/variants.h>
4 #include <soc/ramstage.h>
5 
7 {
9 }
10 
12 {
13  /* Override dev tree settings per board */
14 }
static struct sdram_info params
Definition: sdram_configs.c:83
__weak void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
Definition: ramstage.c:162
void variant_devtree_update(void)
Definition: ramstage.c:63
const struct smm_save_state_ops *legacy_ops __weak
Definition: save_state.c:8
#define FSP_SIL_UPD
Definition: ramstage.h:12