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: Add TransportLib instance for IPMI Serial #240

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2024

  1. ManageabilityPkg: Add serial transport interface

    ManageabilityTransportSerialLib instance following the manageability
    transport framework to support IPMI Serial protocol. Data structure
    refer to Figure 14, IPMI 2.0.
    
    Signed-off-by: John Chung <john.chung@arm.com>
    gtossk2 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f90ba29 View commit details
    Browse the repository at this point in the history
  2. ManageabilityPkg: Add serial protocol in manageability help library

    This introduces ManageabilityTransportSerial in manageability help
    library.
    
    Signed-off-by: John Chung <john.chung@arm.com>
    gtossk2 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    462aaec View commit details
    Browse the repository at this point in the history
  3. ManageabilityPkg: Add serial protocol in IPMI driver

    This introduces serial protocol in IPMI driver.
    
    Signed-off-by: John Chung <john.chung@arm.com>
    gtossk2 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4c443b1 View commit details
    Browse the repository at this point in the history