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

Go to the source code of this file.

Functions

void mainboard_silicon_init_params (FSP_SIL_UPD *params)
 
void __weak variant_devtree_update (void)
 

Function Documentation

◆ mainboard_silicon_init_params()

void mainboard_silicon_init_params ( FSP_SIL_UPD params)

Definition at line 6 of file ramstage.c.

References variant_devtree_update().

Here is the call graph for this function:

◆ variant_devtree_update()

void __weak variant_devtree_update ( void  )

Definition at line 11 of file ramstage.c.