coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/romstage.h>
4 #include <baseboard/variants.h>
5 
6 #include "spd/spd_util.h"
7 
9  MEMORY_INIT_UPD *memory_params)
10 {
12 
13  /* Variant-specific memory params */
15 }
16 
17 __weak
19 {
20 }
static struct sdram_info params
Definition: sdram_configs.c:83
void mainboard_memory_init_params(FSPM_UPD *mupd)
Definition: romstage.c:22
__weak void variant_memory_init_params(MEMORY_INIT_UPD *memory_params)
Definition: romstage.c:18
void spd_memory_init_params(MEMORY_INIT_UPD *memory_params)
Definition: spd.c:59
const struct smm_save_state_ops *legacy_ops __weak
Definition: save_state.c:8