Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dpackage_parser.cpp151 pldm_component_image_information compImageInfo{}; in parseCompImageInfoArea() local
155 pkgHdr.data() + offset, pkgHdrRemainingSize, &compImageInfo, in parseCompImageInfoArea()
166 compImageInfo.comp_classification; in parseCompImageInfoArea()
167 CompIdentifier compIdentifier = compImageInfo.comp_identifier; in parseCompImageInfoArea()
169 compImageInfo.comp_comparison_stamp; in parseCompImageInfoArea()
170 CompOptions compOptions = compImageInfo.comp_options.value; in parseCompImageInfoArea()
172 compImageInfo.requested_comp_activation_method.value; in parseCompImageInfoArea()
174 compImageInfo.comp_location_offset; in parseCompImageInfoArea()
175 CompSize compSize = compImageInfo.comp_size; in parseCompImageInfoArea()
182 compImageInfo.comp_version_string_length; in parseCompImageInfoArea()
[all …]
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpackage_parser.cpp171 pldm_component_image_information compImageInfo{}; in parseCompImageInfoArea() local
175 pkgHdr.data() + offset, pkgHdrRemainingSize, &compImageInfo, in parseCompImageInfoArea()
186 compImageInfo.comp_classification; in parseCompImageInfoArea()
187 CompIdentifier compIdentifier = compImageInfo.comp_identifier; in parseCompImageInfoArea()
189 compImageInfo.comp_comparison_stamp; in parseCompImageInfoArea()
190 CompOptions compOptions = compImageInfo.comp_options.value; in parseCompImageInfoArea()
192 compImageInfo.requested_comp_activation_method.value; in parseCompImageInfoArea()
194 compImageInfo.comp_location_offset; in parseCompImageInfoArea()
195 CompSize compSize = compImageInfo.comp_size; in parseCompImageInfoArea()
202 compImageInfo.comp_version_string_length; in parseCompImageInfoArea()
[all …]
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp713 constexpr std::array<uint8_t, compImageInfoSize> compImageInfo{ in TEST() local
721 decode_pldm_comp_image_info(compImageInfo.data(), compImageInfo.size(), in TEST()