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

#include <me.h>

Collaboration diagram for mbp_fw_version_name:
Collaboration graph

Data Fields

u32 major_version: 16
 
u32 minor_version: 16
 
u32 hotfix_version: 16
 
u32 build_version: 16
 

Detailed Description

Definition at line 393 of file me.h.

Field Documentation

◆ build_version

u32 mbp_fw_version_name::build_version

Definition at line 397 of file me.h.

Referenced by me_print_fw_version().

◆ hotfix_version

u32 mbp_fw_version_name::hotfix_version

Definition at line 396 of file me.h.

Referenced by me_print_fw_version().

◆ major_version

u32 mbp_fw_version_name::major_version

Definition at line 394 of file me.h.

Referenced by me_print_fw_version().

◆ minor_version

u32 mbp_fw_version_name::minor_version

Definition at line 395 of file me.h.

Referenced by me_print_fw_version().


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