coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mem_channel_data Struct Reference

#include <meminit.h>

Collaboration diagram for mem_channel_data:
Collaboration graph

Data Fields

uintptr_t spd [MRC_CHANNELS][CONFIG_DIMMS_PER_CHANNEL]
 
size_t spd_len
 
enum channel_population ch_population_flags
 

Detailed Description

Definition at line 122 of file meminit.h.

Field Documentation

◆ ch_population_flags

enum channel_population mem_channel_data::ch_population_flags

◆ spd

uintptr_t mem_channel_data::spd[MRC_CHANNELS][CONFIG_DIMMS_PER_CHANNEL]

Definition at line 124 of file meminit.h.

Referenced by mem_init_spd_upds(), read_spd_dimm(), and read_spd_md().

◆ spd_len

size_t mem_channel_data::spd_len

Definition at line 126 of file meminit.h.

Referenced by mem_init_spd_upds(), and mem_populate_channel_data().


The documentation for this struct was generated from the following file: