1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/lib/pldmfw
Konrad Knitter d4679b79ff pldmfw: enable selected component update
This patch enables to update a selected component from PLDM image
containing multiple components.

Example usage:

struct pldmfw;
data.mode = PLDMFW_UPDATE_MODE_SINGLE_COMPONENT;
data.compontent_identifier = DRIVER_FW_MGMT_COMPONENT_ID;

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Marcin Szycik <marcin.szycik@linux.intel.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Konrad Knitter <konrad.knitter@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2025-01-16 13:04:41 -08:00
..
Makefile Add pldmfw library for PLDM firmware update 2020-07-28 17:07:06 -07:00
pldmfw.c pldmfw: enable selected component update 2025-01-16 13:04:41 -08:00
pldmfw_private.h Add pldmfw library for PLDM firmware update 2020-07-28 17:07:06 -07:00