Centos-kernel-stream-9/lib/pldmfw
Petr Oros d01f5be893 pldmfw: enable selected component update
JIRA: https://issues.redhat.com/browse/RHEL-75600

Upstream commit(s):
commit d4679b79ffae994fea08bc7751ff6550ad057f05
Author: Konrad Knitter <konrad.knitter@intel.com>
Date:   Wed Nov 6 10:36:41 2024 +0100

    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>

Signed-off-by: Petr Oros <poros@redhat.com>
2025-05-30 09:42:18 +02:00
..
Makefile
pldmfw.c pldmfw: enable selected component update 2025-05-30 09:42:18 +02:00
pldmfw_private.h