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

Data Fields

struct fw_version fw_ver
 
uint32_t status
 
uint32_t start_offset
 
uint32_t end_offset
 
uint8_t reserved [12]
 

Detailed Description

Definition at line 93 of file cse_lite.c.

Field Documentation

◆ end_offset

uint32_t cse_bp_entry::end_offset

Definition at line 104 of file cse_lite.c.

Referenced by cse_get_bp_entry_range(), and cse_print_boot_partition_info().

◆ fw_ver

struct fw_version cse_bp_entry::fw_ver

Definition at line 1042 of file cse_lite.c.

Referenced by cse_get_bp_entry_version(), and cse_print_boot_partition_info().

◆ reserved

uint8_t cse_bp_entry::reserved[12]

Definition at line 105 of file cse_lite.c.

◆ start_offset

uint32_t cse_bp_entry::start_offset

Definition at line 101 of file cse_lite.c.

Referenced by cse_get_bp_entry_range(), and cse_print_boot_partition_info().

◆ status

uint32_t cse_bp_entry::status

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