Re: [PATCH] lib: PLDM supports parsing the `DeviceUpdateOptionFlags` parameter
From: Jacob Keller
Date: Tue Sep 10 2024 - 17:09:25 EST
On 9/9/2024 8:03 PM, Shawn.Shao wrote:
> From: Shawn Shao <shawn.shao@xxxxxxxxxxxxxxx>
>
> The current PLDM library does not support parsing the
> DeviceUpdateOptionFlags parameter, which is defined in
> the PLDM specification to facilitate the transfer of
> control information between the UA (Update Agent) and
> the firmware.Please refer to:
> https://www.dmtf.org/sites/default/files/standards/
> documents/DSP0267_1.3.0.pdf P37.
Just to confirm this is also spelled out in the 1.0.0 standard on page
26, available at:
https://www.dmtf.org/sites/default/files/standards/documents/DSP0267_1.0.0.pdf
That's important since we currently only support the initial 1.0.0
standard format.
Thanks for fixing this oversight.
Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>