Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to libpldm APIs #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jul 18, 2024

  1. Move to libpldm APIs for Allocating Instance IDs and change Transport…

    … APIs
    
    Replace the current APIs with libpldm APIs for allocating instance IDs
    directly.  This eliminates the need for remote D-Bus calls to the pldm
    daemon.
    
    Replace pldm transport APIs with libpldm pldm_transport APIs. This
    change migrates the application off the deprecated "requester" APIs in
    libpldm. Since we currently lack the infrastructure to obtain the
    correct TIDs, use the EID as the TID in the EID-to-TID mapping to
    maintain the current functionality.
    
    Change-Id: I348d54d9b5db47ef706cf7935e01ab8e7a55a594
    Signed-off-by: Lakshmi Yadlapati <[email protected]>
    Lakshmi-y committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b116fb3 View commit details
    Browse the repository at this point in the history