From 64337521b6a33aaf1319b2eb7ab3b0f1039480ae Mon Sep 17 00:00:00 2001 From: Kamalkumar <108823339+Patel-Kamalkumar@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:48:43 +0530 Subject: [PATCH] Adding support for new bootprogress state (#8) 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 --- include/libpldm/state_set.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libpldm/state_set.h b/include/libpldm/state_set.h index a16e7aa81..1e7fee773 100644 --- a/include/libpldm/state_set.h +++ b/include/libpldm/state_set.h @@ -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).