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

#include <cbfs_serialized.h>

Collaboration diagram for cbfs_file_attr_stageheader:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t len
 
uint64_t loadaddr
 
uint32_t entry_offset
 
uint32_t memlen
 

Detailed Description

Definition at line 165 of file cbfs_serialized.h.

Field Documentation

◆ entry_offset

uint32_t cbfs_file_attr_stageheader::entry_offset

Definition at line 169 of file cbfs_serialized.h.

◆ len

uint32_t cbfs_file_attr_stageheader::len

Definition at line 167 of file cbfs_serialized.h.

◆ loadaddr

uint64_t cbfs_file_attr_stageheader::loadaddr

Definition at line 168 of file cbfs_serialized.h.

◆ memlen

uint32_t cbfs_file_attr_stageheader::memlen

Definition at line 170 of file cbfs_serialized.h.

Referenced by rmodule_cbfs_allocator().

◆ tag

uint32_t cbfs_file_attr_stageheader::tag

Definition at line 166 of file cbfs_serialized.h.


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