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

#include <spd_bin.h>

Collaboration diagram for spd_block:
Collaboration graph

Data Fields

spd_block_type type
 
uint16_t start
 
uint16_t len
 
uint16_t crc_start
 
u8 addr_map [CONFIG_DIMM_MAX]
 
u8spd_array [CONFIG_DIMM_MAX]
 
u16 len
 

Detailed Description

Definition at line 86 of file ddr4.c.

Field Documentation

◆ addr_map

u8 spd_block::addr_map[CONFIG_DIMM_MAX]

◆ crc_start

uint16_t spd_block::crc_start

Definition at line 90 of file ddr4.c.

Referenced by verify_block().

◆ len [1/2]

◆ len [2/2]

u16 spd_block::len

Definition at line 42 of file spd_bin.h.

◆ spd_array

u8* spd_block::spd_array[CONFIG_DIMM_MAX]

◆ start

uint16_t spd_block::start

Definition at line 88 of file ddr4.c.

Referenced by verify_block().

◆ type

spd_block_type spd_block::type

Definition at line 87 of file ddr4.c.


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