Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp133 enum class BootProgressTypes{ enum
326 NLOHMANN_JSON_SERIALIZE_ENUM(BootProgressTypes, {
327 {BootProgressTypes::Invalid, "Invalid"},
328 {BootProgressTypes::None, "None"},
330 {BootProgressTypes::BusInitializationStarted, "BusInitializationStarted"},
331 {BootProgressTypes::MemoryInitializationStarted, "MemoryInitializationStarted"},
333 {BootProgressTypes::PCIResourceConfigStarted, "PCIResourceConfigStarted"},
335 {BootProgressTypes::SetupEntered, "SetupEntered"},
336 {BootProgressTypes::OSBootStarted, "OSBootStarted"},
337 {BootProgressTypes::OSRunning, "OSRunning"},
[all …]