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

#include <eeprom.h>

Collaboration diagram for eeprom_dimm_layout::__packed:
Collaboration graph

Data Fields

char name [50]
 
char manufacturer [50]
 
uint8_t ranks
 
uint8_t controller_id
 
uint8_t data_width_bits
 
uint8_t bus_width_bits
 
uint32_t capacity_mib
 
uint32_t max_tdp_milliwatts
 

Detailed Description

Definition at line 8 of file eeprom.h.

Field Documentation

◆ bus_width_bits

uint8_t eeprom_dimm_layout::__packed::bus_width_bits

Definition at line 14 of file eeprom.h.

◆ capacity_mib

uint32_t eeprom_dimm_layout::__packed::capacity_mib

Definition at line 15 of file eeprom.h.

◆ controller_id

uint8_t eeprom_dimm_layout::__packed::controller_id

Definition at line 12 of file eeprom.h.

◆ data_width_bits

uint8_t eeprom_dimm_layout::__packed::data_width_bits

Definition at line 13 of file eeprom.h.

◆ manufacturer

char eeprom_dimm_layout::__packed::manufacturer[50]

Definition at line 10 of file eeprom.h.

◆ max_tdp_milliwatts

uint32_t eeprom_dimm_layout::__packed::max_tdp_milliwatts

Definition at line 16 of file eeprom.h.

◆ name

char eeprom_dimm_layout::__packed::name[50]

Definition at line 9 of file eeprom.h.

◆ ranks

uint8_t eeprom_dimm_layout::__packed::ranks

Definition at line 11 of file eeprom.h.


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