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 dependency graph for memory.c:

Go to the source code of this file.

Functions

const struct mb_cfg *__weak variant_memory_params (void)
 

Variables

static const struct mb_cfg baseboard_memcfg
 

Function Documentation

◆ variant_memory_params()

const struct mb_cfg* __weak variant_memory_params ( void  )

Definition at line 67 of file memory.c.

References baseboard_memcfg.

Referenced by mainboard_memory_init_params(), and variant_memory_init().

Here is the caller graph for this function:

Variable Documentation

◆ baseboard_memcfg

const struct mb_cfg baseboard_memcfg
static

Definition at line 1 of file memory.c.

Referenced by get_variant_memory_cfg(), and variant_memory_params().