Lines Matching +full:firmware +full:- +full:specific
1 .. SPDX-License-Identifier: GPL-2.0-only
4 PLDM Firmware Flash Update Library
8 the PLDM for Firmware Update standard
9 <https://www.dmtf.org/documents/pmci/pldm-firmware-update-specification-100>.
14 file-format
15 driver-ops
22 implementing device flash update based on firmware files following the PLDM
23 firmware file format.
26 the underlying device specific functionality.
29 firmware file into data structures, and then uses the provided function
30 operations to determine if the firmware file is a match for the device. If
31 so, it sends the record and component data to the firmware using the device
32 specific implementations provided by device drivers. Once the device
33 firmware indicates that the update may be performed, the firmware data is
39 The PLDM file format uses packed binary data, with most multi-byte fields
49 In order to safely process the firmware file, care is taken to avoid
50 unaligned access of multi-byte fields, and to properly convert from Little
60 1. Parse the firmware file for record and component information
66 the device. For each component, the firmware may respond with an
69 5. For each component, send the binary data to the device firmware for
71 6. After all components are programmed, perform any final device-specific