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

#include <memory_info.h>

Collaboration diagram for memory_info:
Collaboration graph

Data Fields

uint8_t ecc_type
 
uint32_t max_capacity_mib
 
uint16_t number_of_devices
 
uint8_t dimm_cnt
 
struct dimm_info dimm [DIMM_INFO_TOTAL]
 

Detailed Description

Definition at line 97 of file memory_info.h.

Field Documentation

◆ dimm

◆ dimm_cnt

◆ ecc_type

uint8_t memory_info::ecc_type

Definition at line 102 of file memory_info.h.

Referenced by save_dimm_info(), setup_sdram_meminfo(), and smbios_write_type16().

◆ max_capacity_mib

uint32_t memory_info::max_capacity_mib

Definition at line 104 of file memory_info.h.

Referenced by save_dimm_info(), setup_sdram_meminfo(), and smbios_write_type16().

◆ number_of_devices

uint16_t memory_info::number_of_devices

Definition at line 106 of file memory_info.h.

Referenced by save_dimm_info(), setup_sdram_meminfo(), and smbios_write_type16().


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