Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp172 using BootType = typedef
186 std::map<IpmiValue, BootType> typeIpmiToDbus = {{0x00, BootType::Legacy},
187 {0x01, BootType::EFI}};
199 std::map<std::optional<BootType>, IpmiValue> typeDbusToIpmi = {
200 {BootType::Legacy, 0x00}, {BootType::EFI, 0x01}};
261 sdbusplus::message::convert_to_string<boot::BootType>(bootTypeVal); in setBootOrder()
338 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>( in getBootOrder()
/openbmc/docs/
H A Dhost-management.md206 [`BootType`](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_proje…
223 …json" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/attr/BootType -d '{"data": "xyz…
H A DREST-cheatsheet.md172 …json" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/attr/BootType -d '{"data": "xyz…