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

#include <cse_layout.h>

Collaboration diagram for bpdt_header:
Collaboration graph

Data Fields

uint32_t signature
 
uint16_t descriptor_count
 
uint8_t version
 
uint8_t flags
 
uint32_t checksum
 
uint32_t ifwi_version
 
struct {
   uint16_t   major
 
   uint16_t   minor
 
   uint16_t   build
 
   uint16_t   hotfix
 
fit_tool_version
 

Detailed Description

Definition at line 35 of file cse_layout.h.

Field Documentation

◆ build

uint16_t bpdt_header::build

Definition at line 45 of file cse_layout.h.

◆ checksum

uint32_t bpdt_header::checksum

Definition at line 40 of file cse_layout.h.

◆ descriptor_count

uint16_t bpdt_header::descriptor_count

Definition at line 37 of file cse_layout.h.

Referenced by cse_sub_part_get_target_rdev().

◆ 

struct { ... } bpdt_header::fit_tool_version

◆ flags

uint8_t bpdt_header::flags

Definition at line 39 of file cse_layout.h.

◆ hotfix

uint16_t bpdt_header::hotfix

Definition at line 46 of file cse_layout.h.

◆ ifwi_version

uint32_t bpdt_header::ifwi_version

Definition at line 41 of file cse_layout.h.

◆ major

uint16_t bpdt_header::major

Definition at line 43 of file cse_layout.h.

◆ minor

uint16_t bpdt_header::minor

Definition at line 44 of file cse_layout.h.

◆ signature

uint32_t bpdt_header::signature

Definition at line 36 of file cse_layout.h.

◆ version

uint8_t bpdt_header::version

Definition at line 38 of file cse_layout.h.


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