Home
last modified time | relevance | path

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

/openbmc/pldm/common/
H A Dtypes.hpp104 using DeviceUpdateOptionFlags = std::bitset<32>; typedef
109 std::tuple<DeviceUpdateOptionFlags, ApplicableComponents,
/openbmc/pldm/tools/fw-update/
H A DREADME.md83 - DeviceUpdateOptionFlags: Supported, must be specified in metadata file
84 - add each bit that is to be set to 1 to the list "DeviceUpdateOptionFlags"
/openbmc/pldm/fw-update/
H A Dpackage_parser.cpp111 DeviceUpdateOptionFlags deviceUpdateOptionFlags = in parseFDIdentificationArea()