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 <intelblocks/mp_init.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

size_t __weak variant_memory_sku (void)
 
const struct mb_cfg *__weak variant_memory_params (void)
 

Variables

static const struct mb_cfg mem_config
 

Function Documentation

◆ variant_memory_params()

const struct mb_cfg* __weak variant_memory_params ( void  )

Definition at line 65 of file memory.c.

References mem_config.

◆ variant_memory_sku()

size_t __weak variant_memory_sku ( void  )

Definition at line 6 of file memory.c.

Variable Documentation

◆ mem_config

const struct mb_cfg mem_config
static

Definition at line 6 of file memory.c.

Referenced by mainboard_memory_init_params(), and variant_memory_params().