Home
last modified time | relevance | path

Searched refs:BootProgress (Results 1 – 24 of 24) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.cpp66 if (bootProgress == BootProgress::convertProgressStagesToString( in updateCurrentHostState()
67 BootProgress::ProgressStages::SystemInitComplete)) in updateCurrentHostState()
71 else if (bootProgress == BootProgress::convertProgressStagesToString( in updateCurrentHostState()
72 BootProgress::ProgressStages::OSRunning)) in updateCurrentHostState()
76 else if (bootProgress == BootProgress::convertProgressStagesToString( in updateCurrentHostState()
77 BootProgress::ProgressStages::Unspecified)) in updateCurrentHostState()
H A Dhost_reset_recovery.cpp27 using BootProgress = typedef
46 using ProgressStages = BootProgress::ProgressStages; in wasHostBooting()
50 method.append(BootProgress::interface, in wasHostBooting()
51 BootProgress::property_names::boot_progress); in wasHostBooting()
H A Dhypervisor_state_manager.hpp20 using BootProgress = typedef
52 BootProgress::interface), in Hypervisor()
H A Dobmcutil457 PROPERTY=BootProgress
/openbmc/docs/designs/
H A Dboot-progress.md50 As of [ComputerSystem.v1_13_0][7], the `BootProgress` object is officially in
53 To summarize, the `LastState` property under this new `BootProgress` object
67 There is also a `LastStateTime` associated with this new BootProgress object
74 it also does not preclude them. The `BootProgress` D-Bus property is associated
80 - Enhance the existing [BootProgress][3] D-Bus property to cover all supported
83 and time of the last update to `BootProgress`
84 - Ensure the `BootProgress` and `BootProgressLastUpdate` properties are updated
87 `BootProgress` property on D-Bus
89 `BootProgressLastUpdate` property on D-Bus when it sees `BootProgress`
92 appropriate mappings to the `BootProgress` and `BootProgressLastUpdate D-Bus
[all …]
H A Dbmc-reset-with-host-up.md131 - And restored BootProgress is not None
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp25 using BootProgress = sdbusplus::xyz::openbmc_project::State::Boot::server:: typedef
198 inline BootProgress getBootProgress() in getBootProgress()
204 return getStateValue<BootProgress>(bootProgressInterface, hostStateObjPath, in getBootProgress()
219 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning()
220 if ((bootProgressStatus == BootProgress::SystemInitComplete) || in isHostRunning()
221 (bootProgressStatus == BootProgress::SystemSetup) || in isHostRunning()
222 (bootProgressStatus == BootProgress::OSStart) || in isHostRunning()
223 (bootProgressStatus == BootProgress::OSRunning) || in isHostRunning()
224 (bootProgressStatus == BootProgress::PCIInit)) in isHostRunning()
/openbmc/openpower-occ-control/
H A Dutils.cpp25 using BootProgress = sdbusplus::xyz::openbmc_project::State::Boot::server:: typedef
219 BootProgress getBootProgress() in getBootProgress()
221 BootProgress bootProgessStage; in getBootProgress()
233 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning()
234 if ((bootProgressStatus == BootProgress::SystemInitComplete) || in isHostRunning()
235 (bootProgressStatus == BootProgress::SystemSetup) || in isHostRunning()
236 (bootProgressStatus == BootProgress::OSRunning)) in isHostRunning()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dplatform_oem_ibm.cpp25 using BootProgress = in sendBiosAttributeUpdateEvent() typedef
34 hostStatePath, hostStateProperty, BootProgress::interface); in sendBiosAttributeUpdateEvent()
36 using Stages = BootProgress::ProgressStages; in sendBiosAttributeUpdateEvent()
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp265 using BootProgress = sdbusplus::xyz::openbmc_project::State::Boot:: in hostRunningState() typedef
268 BootProgress stage = sdbusplus::xyz::openbmc_project::State::Boot:: in hostRunningState()
271 if ((stage == BootProgress::SystemInitComplete) || in hostRunningState()
272 (stage == BootProgress::OSRunning)) in hostRunningState()
/openbmc/openbmc-test-automation/openpower/
H A Dtest_timed_power_on.robot64 # Check if the system BootProgress state changed. If changed, it implies the
94 # Check if the system BootProgress state changed. If changed, it implies the
95 # system is powering on after user timer set and delta time to update BootProgress
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reset-sensor-states@.service11 …openbmc_project/state/host%i xyz.openbmc_project.State.Boot.Progress BootProgress s xyz.openbmc_p…
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot97 [Documentation] Get BootProgress state and expect boot state mismatch.
99 … # Match any of the BootProgress state SystemHardwareInitializationComplete|OSBootStarted|OSRunning
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh47 BootProgress s \
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot108 [Documentation] Get BootProgress state and expect boot state mismatch.
110 … # Match any of the BootProgress state SystemHardwareInitializationComplete|OSBootStarted|OSRunning
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp190 using BootProgress = in isHostOn() typedef
196 hostStatePath, "BootProgress", BootProgress::interface); in isHostOn()
198 using Stages = BootProgress::ProgressStages; in isHostOn()
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot220 ${state}= Read Attribute ${OPENBMC_BASE_URI}sensors/host/BootProgress
317 ${state}= Read Attribute ${HOST_STATE_URI} BootProgress quiet=${quiet}
913 # "BootProgress": {
923 RETURN ${boot_progress["BootProgress"]["LastState"]} ${boot_progress["Status"]["State"]}
1020 [Documentation] Get BootProgress state and expect boot state mismatch.
1024 # boot_state Value of the BootProgress state to match against.
1032 [Documentation] Get BootProgress state and expect boot state to match.
1036 # boot_state Value of the BootProgress state to match.
1044 [Documentation] Get BootProgress state and expect boot state to match
1049 # boot_states List of the BootProgress states to match.
H A Dstate_manager.robot129 # "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart",
135 ${boot_stage}= Get Host State Attribute BootProgress
/openbmc/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot68 # BootProgress | 03h | ok | 34.2 |
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sdr.robot257 # BootProgress | 03h | ok | 34.2 |
314 # BootProgress | 03h | ok | 34.2 |
H A Dtest_ipmi_inband_sdr.robot345 # BootProgress | 03h | ok | 34.2 |
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DREADME.md116 the OS or the hypervisor boot, while the [BootProgress][4] property is used
/openbmc/docs/
H A Drest-api.md190 "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",
/openbmc/bmcweb/docs/
H A DRedfish.md820 - BootProgress