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

#include <mem_chip_info.h>

Collaboration diagram for mem_chip_info:
Collaboration graph

Data Structures

struct  mem_chip_channel
 

Data Fields

uint8_t type
 
uint8_t num_channels
 
uint8_t reserved [6]
 
struct mem_chip_info::mem_chip_channel channel [0]
 

Detailed Description

Definition at line 16 of file mem_chip_info.h.

Field Documentation

◆ channel

struct mem_chip_info::mem_chip_channel mem_chip_info::channel[0]

Referenced by fill_dram_info(), and sdram_size().

◆ num_channels

uint8_t mem_chip_info::num_channels

Definition at line 18 of file mem_chip_info.h.

Referenced by fill_dram_info(), and sdram_size().

◆ reserved

uint8_t mem_chip_info::reserved[6]

Definition at line 19 of file mem_chip_info.h.

◆ type

uint8_t mem_chip_info::type

Definition at line 17 of file mem_chip_info.h.

Referenced by fill_dram_info().


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