| /openbmc/phosphor-state-manager/ |
| H A D | hypervisor_state_manager.cpp | 66 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 D | host_reset_recovery.cpp | 27 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 D | hypervisor_state_manager.hpp | 20 using BootProgress = typedef 52 BootProgress::interface), in Hypervisor()
|
| H A D | obmcutil | 457 PROPERTY=BootProgress
|
| /openbmc/docs/designs/ |
| H A D | boot-progress.md | 50 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 D | bmc-reset-with-host-up.md | 131 - And restored BootProgress is not None
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_utils.hpp | 25 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 D | utils.cpp | 25 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 D | platform_oem_ibm.cpp | 25 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 D | dbus.cpp | 265 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 D | test_timed_power_on.robot | 64 # 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 D | phosphor-reset-sensor-states@.service | 11 …openbmc_project/state/host%i xyz.openbmc_project.State.Boot.Progress BootProgress s xyz.openbmc_p…
|
| /openbmc/openbmc-test-automation/pldm/ |
| H A D | test_firmware_boot_side.robot | 97 [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 D | ampere_boot_progress.sh | 47 BootProgress s \
|
| /openbmc/openbmc-test-automation/openpower/mpipl/ |
| H A D | test_mpipl_basic.robot | 108 [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 D | dbus_to_terminus_effecters.cpp | 190 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 D | utils.robot | 220 ${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 D | state_manager.robot | 129 # "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 D | test_ipmi_sdr.robot | 68 # BootProgress | 03h | ok | 34.2 |
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sdr.robot | 257 # BootProgress | 03h | ok | 34.2 | 314 # BootProgress | 03h | ok | 34.2 |
|
| H A D | test_ipmi_inband_sdr.robot | 345 # BootProgress | 03h | ok | 34.2 |
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | README.md | 116 the OS or the hypervisor boot, while the [BootProgress][4] property is used
|
| /openbmc/docs/ |
| H A D | rest-api.md | 190 "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 820 - BootProgress
|