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

Go to the source code of this file.

Functions

const struct mb_cfgvariant_memcfg_config (uint8_t board_id)
 

Variables

static const struct mb_cfg jslrvp_ddr4_memcfg_cfg
 
static const struct mb_cfg jslrvp_lpddr4_memcfg_cfg
 

Function Documentation

◆ variant_memcfg_config()

const struct mb_cfg* variant_memcfg_config ( uint8_t  board_id)

Definition at line 98 of file memory.c.

References board_id(), die(), jsl_ddr4, jsl_lpddr4, jslrvp_ddr4_memcfg_cfg, and jslrvp_lpddr4_memcfg_cfg.

Here is the call graph for this function:

Variable Documentation

◆ jslrvp_ddr4_memcfg_cfg

const struct mb_cfg jslrvp_ddr4_memcfg_cfg
static

Definition at line 1 of file memory.c.

Referenced by variant_memcfg_config().

◆ jslrvp_lpddr4_memcfg_cfg

const struct mb_cfg jslrvp_lpddr4_memcfg_cfg
static

Definition at line 1 of file memory.c.

Referenced by variant_memcfg_config().