Skip to content

Commit

Permalink
Adding support for new bootprogress state (openbmc#8)
Browse files Browse the repository at this point in the history
Adding new bootprogress state which indicate system firmware
or BIOS is starting the operating system at the point of time.

This new bootprogress state is taken from
PLDM stateset(DSP0249) design spec and stateset id is 196.

Signed-off-by: Kamalkumar Patel <[email protected]>
  • Loading branch information
Patel-Kamalkumar authored Feb 14, 2023
1 parent 057f427 commit 6433752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libpldm/state_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ enum pldm_state_set_boot_progress_state_values {
PLDM_STATE_SET_BOOT_PROG_STATE_STARTING_OP_SYS = 21,
PLDM_STATE_SET_BOOT_PROG_STATE_BASE_BOARD_INITIALIZATION = 22,
PLDM_STATE_SET_BOOT_PROG_STATE_PRIMARY_PROC_INITIALIZATION = 26,
PLDM_STATE_SET_BOOT_PROG_STATE_OSSTART = 20,
};

/* @brief List of states for the System Power State set (ID 260).
Expand Down

0 comments on commit 6433752

Please sign in to comment.