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

#include <spd.h>

Collaboration diagram for spd_info:
Collaboration graph

Data Structures

union  spd_data_by
 

Data Fields

uint16_t type_detail
 
uint8_t form_factor
 
uint8_t addresses [4]
 
unsigned int spd_index
 
enum mem_info_read_type read_type
 
union spd_info::spd_data_by spd_spec
 

Detailed Description

Definition at line 11 of file spd.h.

Field Documentation

◆ addresses

uint8_t spd_info::addresses[4]

Definition at line 11 of file raminit.h.

Referenced by copy_spd(), mb_get_spd_map(), and perform_raminit().

◆ form_factor

uint8_t spd_info::form_factor

Definition at line 13 of file spd.h.

◆ read_type

◆ spd_index

unsigned int spd_info::spd_index

Definition at line 12 of file raminit.h.

Referenced by copy_spd(), and mb_get_spd_map().

◆ spd_spec

◆ type_detail

uint16_t spd_info::type_detail

Definition at line 12 of file spd.h.


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