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 <gpio.h>
#include <soc/romstage.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

const struct mb_cfgvariant_memory_params (void)
 
int variant_memory_sku (void)
 

Variables

static const struct mb_cfg lp5_mem_config
 

Function Documentation

◆ variant_memory_params()

const struct mb_cfg* variant_memory_params ( void  )

Definition at line 67 of file memory.c.

References lp5_mem_config.

◆ variant_memory_sku()

int variant_memory_sku ( void  )

Definition at line 72 of file memory.c.

References ARRAY_SIZE, gpio_base2_value(), GPP_A19, GPP_A20, and GPP_A7.

Here is the call graph for this function:

Variable Documentation

◆ lp5_mem_config

const struct mb_cfg lp5_mem_config
static

Definition at line 1 of file memory.c.

Referenced by variant_memory_params().