Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DType.interface.yaml5 - name: BootType
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/
H A Dboot_type.override.yml12 BootType:
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/
H A Dhost-template.yaml24 BootType:
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp170 using BootType = typedef
184 std::map<IpmiValue, BootType> typeIpmiToDbus = {{0x00, BootType::Legacy},
185 {0x01, BootType::EFI}};
197 std::map<std::optional<BootType>, IpmiValue> typeDbusToIpmi = {
198 {BootType::Legacy, 0x00}, {BootType::EFI, 0x01}};
259 sdbusplus::message::convert_to_string<boot::BootType>(bootTypeVal); in setBootOrder()
336 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>( in getBootOrder()
/openbmc/docs/
H A Dhost-management.md188 [`BootType`](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_proje…
205 …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…