coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spd.h File Reference
#include <gpio.h>
#include <variant/gpio.h>
Include dependency graph for spd.h:
This graph shows which files directly or indirectly include this file:

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 9 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 21 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 28 of file spd_util.c.

◆ mainboard_fill_rcomp_strength_data()

void mainboard_fill_rcomp_strength_data ( void rcomp_strength_ptr)

Definition at line 36 of file spd_util.c.