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

#include <fw_cfg_if.h>

Collaboration diagram for FwCfgE820Entry:
Collaboration graph

Data Fields

uint64_t address
 
uint64_t length
 
uint32_t type
 

Detailed Description

Definition at line 79 of file fw_cfg_if.h.

Field Documentation

◆ address

uint64_t FwCfgE820Entry::address

Definition at line 80 of file fw_cfg_if.h.

Referenced by fw_cfg_tolud().

◆ length

uint64_t FwCfgE820Entry::length

Definition at line 81 of file fw_cfg_if.h.

Referenced by fw_cfg_tolud().

◆ type

uint32_t FwCfgE820Entry::type

Definition at line 82 of file fw_cfg_if.h.

Referenced by fw_cfg_tolud().


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