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

Data Fields

struct {
   uint32_t   type: 15
 
   uint32_t   __pad0__: 15
 
   uint32_t   external: 1
 
   uint32_t   valid: 1
 
microcode
 
struct {
   uint32_t   ac_type: 4
 
   uint32_t   major: 5
 
   uint32_t   minor_invalid: 1
 
   uint32_t   minor: 9
 
   uint32_t   __pad0__: 5
 
   uint32_t   external: 1
 
   uint32_t   valid: 1
 
sinit
 
uint32_t raw
 

Detailed Description

Definition at line 56 of file logging.c.

Field Documentation

◆ __pad0__

uint32_t cbnt_errorcode::__pad0__

Definition at line 59 of file logging.c.

◆ ac_type

uint32_t cbnt_errorcode::ac_type

Definition at line 64 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ external

uint32_t cbnt_errorcode::external

Definition at line 60 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ major

uint32_t cbnt_errorcode::major

Definition at line 66 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ 

struct { ... } cbnt_errorcode::microcode

◆ minor

uint32_t cbnt_errorcode::minor

Definition at line 68 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ minor_invalid

uint32_t cbnt_errorcode::minor_invalid

Definition at line 67 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ raw

uint32_t cbnt_errorcode::raw

Definition at line 73 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ 

struct { ... } cbnt_errorcode::sinit

◆ type

uint32_t cbnt_errorcode::type

Definition at line 58 of file logging.c.

Referenced by intel_cbnt_log_registers().

◆ valid

uint32_t cbnt_errorcode::valid

Definition at line 61 of file logging.c.

Referenced by intel_cbnt_log_registers().


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