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

Data Fields

uint8_t total_number_of_bp
 
uint8_t current_bp
 
uint8_t next_bp
 
uint8_t flags
 
struct cse_bp_entry bp_entries [CSE_MAX_BOOT_PARTITIONS]
 

Detailed Description

Definition at line 109 of file cse_lite.c.

Field Documentation

◆ bp_entries

struct cse_bp_entry cse_bp_info::bp_entries[CSE_MAX_BOOT_PARTITIONS]

Definition at line 120 of file cse_lite.c.

Referenced by cse_get_bp_entry().

◆ current_bp

uint8_t cse_bp_info::current_bp

Definition at line 114 of file cse_lite.c.

Referenced by cse_get_current_bp(), and cse_print_boot_partition_info().

◆ flags

uint8_t cse_bp_info::flags

Definition at line 120 of file cse_lite.c.

Referenced by cse_print_boot_partition_info().

◆ next_bp

uint8_t cse_bp_info::next_bp

Definition at line 117 of file cse_lite.c.

Referenced by cse_print_boot_partition_info().

◆ total_number_of_bp

uint8_t cse_bp_info::total_number_of_bp

Definition at line 111 of file cse_lite.c.

Referenced by cse_print_boot_partition_info().


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