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

Go to the source code of this file.

Functions

void mainboard_memory_init_params (FSPM_UPD *memupd)
 
__weak void variant_romstage_params (FSPM_UPD *const mupd)
 

Function Documentation

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  memupd)

Definition at line 10 of file romstage.c.

References BOARD_TYPE_MOBILE, cannonlake_memcfg_init(), get_uint_option(), READ_SMBUS, cnl_mb_cfg::spd, variant_configure_gpios(), and variant_romstage_params().

Here is the call graph for this function:

◆ variant_romstage_params()

__weak void variant_romstage_params ( FSPM_UPD *const  mupd)

Definition at line 37 of file romstage.c.

Referenced by mainboard_memory_init_params().

Here is the caller graph for this function: