coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spd.h File Reference
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_ch0 (void *dq_map_ptr)
 
void mainboard_fill_dq_map_ch1 (void *dq_map_ptr)
 
void mainboard_fill_dqs_map_ch0 (void *dqs_map_ptr)
 
void mainboard_fill_dqs_map_ch1 (void *dqs_map_ptr)
 
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_ch0()

void mainboard_fill_dq_map_ch0 ( void dq_map_ptr)

Definition at line 18 of file spd_util.c.

References dq_map, and memcpy().

Here is the call graph for this function:

◆ mainboard_fill_dq_map_ch1()

void mainboard_fill_dq_map_ch1 ( void dq_map_ptr)

Definition at line 28 of file spd_util.c.

References dq_map, and memcpy().

Here is the call graph for this function:

◆ mainboard_fill_dqs_map_ch0()

void mainboard_fill_dqs_map_ch0 ( void dqs_map_ptr)

Definition at line 44 of file spd_util.c.

References get_spd_index(), icl_u_ddr4, icl_u_lpddr4, icl_u_lpddr4_type_3, icl_y_lpddr4, and memcpy().

Here is the call graph for this function:

◆ mainboard_fill_dqs_map_ch1()

void mainboard_fill_dqs_map_ch1 ( void dqs_map_ptr)

Definition at line 71 of file spd_util.c.

References get_spd_index(), icl_u_ddr4, icl_u_lpddr4, icl_u_lpddr4_type_3, icl_y_lpddr4, 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.