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 <ec/google/chromeec/ec.h>
#include <fsp/soc_binding.h>
#include <fw_config.h>
#include <gpio.h>
#include <memory_info.h>
#include <soc/gpio.h>
#include <soc/meminit.h>
#include <soc/romstage.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 *mupd)
 
void __weak memcfg_variant_init (FSPM_UPD *mupd)
 

Function Documentation

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  mupd)

Definition at line 14 of file romstage.c.

References board_cfg, gpio_get(), GPIO_MEM_CH_SEL, MEM_TOPO_MEMORY_DOWN, memcfg_init(), memcfg_variant_init(), variant_memory_params(), and variant_memory_sku().

Here is the call graph for this function:

◆ memcfg_variant_init()

void __weak memcfg_variant_init ( FSPM_UPD *  mupd)

Definition at line 27 of file romstage.c.

Referenced by mainboard_memory_init_params().

Here is the caller graph for this function: