coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spd_util.c File Reference
#include <stdint.h>
#include <string.h>
#include "spd.h"
Include dependency graph for spd_util.c:

Go to the source code of this file.

Functions

void mainboard_fill_dq_map_data (void *dq_map_ch0, void *dq_map_ch1)
 
void mainboard_fill_dqs_map_data (void *dqs_map_ch0, void *dqs_map_ch1)
 
void mainboard_fill_rcomp_res_data (void *rcomp_ptr)
 
void mainboard_fill_rcomp_strength_data (void *rcomp_strength_ptr)
 

Function Documentation

◆ mainboard_fill_dq_map_data()

void mainboard_fill_dq_map_data ( void dq_map_ch0,
void dq_map_ch1 
)

Definition at line 7 of file spd_util.c.

References dq_map, and memcpy().

Here is the call graph for this function:

◆ mainboard_fill_dqs_map_data()

void mainboard_fill_dqs_map_data ( void dqs_map_ch0,
void dqs_map_ch1 
)

Definition at line 19 of file spd_util.c.

References dqs_map, and memcpy().

Here is the call graph for this function:

◆ mainboard_fill_rcomp_res_data()

void mainboard_fill_rcomp_res_data ( void rcomp_ptr)

Definition at line 29 of file spd_util.c.

References memcpy().

Here is the call graph for this function:

◆ mainboard_fill_rcomp_strength_data()

void mainboard_fill_rcomp_strength_data ( void rcomp_strength_ptr)

Definition at line 36 of file spd_util.c.

References memcpy().

Here is the call graph for this function: