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

ManageabilityPkg/IpmiSmbiosTransferDxe: add support of sending SMBIOS table to BMC #187

Merged
merged 5 commits into from
Oct 24, 2024

Commits on Sep 4, 2024

  1. ManageabilityPkg/PldmSmbiosTransferDxe: fix GCC5 build error

    Add missing "EFIAPI" to fix GCC5 build failure.
    
    Signed-off-by: Nickle Wang <[email protected]>
    nicklela committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7223f4c View commit details
    Browse the repository at this point in the history
  2. ManageabilityPkg/IpmiProtocolSmm: fix build error

    Add missing PCD: PcdIpmiSsifSmbusSlaveAddr.
    
    Signed-off-by: Nickle Wang <[email protected]>
    nicklela committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6caea43 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. ManageabilityPkg/IpmiSmbiosTransferDxe: Add SMBIOS transfer support

    Adding support to transfer SMBIOS binary blob to the BMC by using
    the IpmiBlobTransfer protocol.
    
    Signed-off-by: Nick Ramirez <[email protected]>
    Co-authored-by: Nickle Wang <[email protected]>
    nicklela committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a2b112e View commit details
    Browse the repository at this point in the history
  2. ManageabilityPkg: add IpmiSmbiosTransferDxe

    Add IpmiSmbiosTransferDxe to ManageabilityPkg.
    
    Signed-off-by: Nickle Wang <[email protected]>
    nicklela committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f423d1c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. ManageabilityPkg/IpmiBlobTransferDxe: response data is optional

    While calling IpmiBlobTransferSendIpmi(), it is expected that
    there is no response data for certain command. Enhance this function
    to accept NULL response data parameter.
    
    Signed-off-by: Nickle Wang <[email protected]>
    nicklela committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b639285 View commit details
    Browse the repository at this point in the history