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

Go to the source code of this file.

Functions

void __weak variant_updm_update (FSP_M_CONFIG *mcfg)
 
void mainboard_updm_update (FSP_M_CONFIG *mcfg)
 

Function Documentation

◆ mainboard_updm_update()

void mainboard_updm_update ( FSP_M_CONFIG mcfg)

Definition at line 8 of file romstage.c.

References variant_updm_update().

Here is the call graph for this function:

◆ variant_updm_update()

void __weak variant_updm_update ( FSP_M_CONFIG mcfg)

Definition at line 6 of file romstage.c.

Referenced by mainboard_updm_update().

Here is the caller graph for this function: