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

Go to the source code of this file.

Functions

void variant_memory_init_params (FSPM_UPD *mupd, const int spd_index)
 
int is_dual_channel (const int spd_index)
 

Function Documentation

◆ is_dual_channel()

int is_dual_channel ( const int  spd_index)

Definition at line 39 of file variant.c.

References spd_index.

◆ variant_memory_init_params()

void variant_memory_init_params ( FSPM_UPD *  mupd,
const int  spd_index 
)

Definition at line 9 of file variant.c.

References dq_map, dqs_map, FSP_M_CONFIG, and memcpy().

Here is the call graph for this function: