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

Data Fields

enum fsp_notify_phase notify_phase
 
bool skip
 
uint8_t post_code_before
 
uint8_t post_code_after
 
enum timestamp_id timestamp_before
 
enum timestamp_id timestamp_after
 

Detailed Description

Definition at line 11 of file notify.c.

Field Documentation

◆ notify_phase

enum fsp_notify_phase fsp_notify_phase_data::notify_phase

Definition at line 112 of file notify.c.

Referenced by get_notify_phase_data().

◆ post_code_after

uint8_t fsp_notify_phase_data::post_code_after

Definition at line 15 of file notify.c.

Referenced by fsp_notify().

◆ post_code_before

uint8_t fsp_notify_phase_data::post_code_before

Definition at line 14 of file notify.c.

Referenced by fsp_notify().

◆ skip

bool fsp_notify_phase_data::skip

Definition at line 13 of file notify.c.

Referenced by fsp_notify().

◆ timestamp_after

enum timestamp_id fsp_notify_phase_data::timestamp_after

Definition at line 15 of file notify.c.

Referenced by fsp_notify().

◆ timestamp_before

enum timestamp_id fsp_notify_phase_data::timestamp_before

Definition at line 15 of file notify.c.

Referenced by fsp_notify().


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