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

Go to the source code of this file.

Functions

void variant_memory_init (FSPM_UPD *mupd)
 

Variables

static const struct mb_cfg baseboard_memcfg
 

Function Documentation

◆ variant_memory_init()

void variant_memory_init ( FSPM_UPD *  mupd)

Definition at line 64 of file memory.c.

Variable Documentation

◆ baseboard_memcfg

const struct mb_cfg baseboard_memcfg
static

Definition at line 1 of file memory.c.

Referenced by variant_memory_init().