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

#include <cse_layout.h>

Collaboration diagram for subpart_entry:
Collaboration graph

Data Fields

uint8_t name [12]
 
uint32_t offset_bytes
 
uint32_t length
 
uint32_t rsvd2
 

Detailed Description

Definition at line 90 of file cse_layout.h.

Field Documentation

◆ length

uint32_t subpart_entry::length

Definition at line 93 of file cse_layout.h.

◆ name

uint8_t subpart_entry::name[12]

Definition at line 91 of file cse_layout.h.

◆ offset_bytes

uint32_t subpart_entry::offset_bytes

Definition at line 92 of file cse_layout.h.

Referenced by cse_get_sub_part_fw_version(), and cse_sub_part_get_source_fw_version().

◆ rsvd2

uint32_t subpart_entry::rsvd2

Definition at line 94 of file cse_layout.h.


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