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

#include <meminit.h>

Collaboration diagram for mem_spd:
Collaboration graph

Data Fields

enum mem_topology topo
 
size_t cbfs_index
 
struct {
   uint8_t   addr_dimm [CONFIG_DIMMS_PER_CHANNEL]
 
smbus [MRC_CHANNELS]
 

Detailed Description

Definition at line 37 of file meminit.h.

Field Documentation

◆ addr_dimm

uint8_t mem_spd::addr_dimm[CONFIG_DIMMS_PER_CHANNEL]

Definition at line 58 of file meminit.h.

◆ cbfs_index

size_t mem_spd::cbfs_index

Definition at line 44 of file meminit.h.

◆ 

struct { ... } mem_spd::smbus[MRC_CHANNELS]

◆ topo

enum mem_topology mem_spd::topo

Definition at line 150 of file meminit.h.

Referenced by mainboard_memory_init_params().


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