coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <soc/romstage.h>
#include <baseboard/variants.h>
#include "spd/spd_util.h"
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void mainboard_memory_init_params (struct romstage_params *params, MEMORY_INIT_UPD *memory_params)
 
__weak void variant_memory_init_params (MEMORY_INIT_UPD *memory_params)
 

Function Documentation

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( struct romstage_params params,
MEMORY_INIT_UPD *  memory_params 
)

Definition at line 8 of file romstage.c.

References spd_memory_init_params(), and variant_memory_init_params().

Here is the call graph for this function:

◆ variant_memory_init_params()

__weak void variant_memory_init_params ( MEMORY_INIT_UPD *  memory_params)

Definition at line 18 of file romstage.c.

Referenced by mainboard_memory_init_params().

Here is the caller graph for this function: