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

this is the sub-header for payload components. More...

#include <cbfs_serialized.h>

Collaboration diagram for cbfs_payload_segment:
Collaboration graph

Data Fields

uint32_t type
 
uint32_t compression
 
uint32_t offset
 
uint64_t load_addr
 
uint32_t len
 
uint32_t mem_len
 

Detailed Description

this is the sub-header for payload components.

Payloads are loaded by coreboot at the end of the boot process

Definition at line 182 of file cbfs_serialized.h.

Field Documentation

◆ compression

uint32_t cbfs_payload_segment::compression

◆ len

uint32_t cbfs_payload_segment::len

◆ load_addr

uint64_t cbfs_payload_segment::load_addr

◆ mem_len

uint32_t cbfs_payload_segment::mem_len

◆ offset

uint32_t cbfs_payload_segment::offset

Definition at line 185 of file cbfs_serialized.h.

Referenced by cbfs_decode_payload_segment(), and load_payload_segments().

◆ type

uint32_t cbfs_payload_segment::type

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