coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dram_info Struct Reference
Collaboration diagram for dram_info:
Collaboration graph

Data Fields

const char * str
 
uint16_t type_code
 
uint16_t len
 
uint16_t org_off
 
uint16_t busw_off
 
uint16_t part_off
 

Detailed Description

Definition at line 47 of file romstage.c.

Field Documentation

◆ busw_off

uint16_t dram_info::busw_off

Definition at line 52 of file romstage.c.

◆ len

uint16_t dram_info::len

Definition at line 50 of file romstage.c.

◆ org_off

uint16_t dram_info::org_off

Definition at line 51 of file romstage.c.

◆ part_off

uint16_t dram_info::part_off

Definition at line 53 of file romstage.c.

◆ str

const char* dram_info::str

Definition at line 48 of file romstage.c.

◆ type_code

uint16_t dram_info::type_code

Definition at line 49 of file romstage.c.


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