-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add IPMI Serial definitions #6454
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes looks good.
35e9111
to
7d3a65a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gtossk2, I will merge this change on next Mon as we are now in the code freeze period.
@gtossk2 The quiet period has now ended, however, we still need another approval. |
7d3a65a
to
300337a
Compare
Are those PCDs really required to be configured? I want to confirm whether there is the real usage model to configure those PCDs. If no, PCDs are not required to be introduced. |
Hi @lgao4, Those PCDs based on IPMI spec should be configured per platform requirement. They are using in this PR - tianocore/edk2-platforms#240 |
Do you see the real usage case to configure those PCDs on the platform? |
For our virtual platform, we need to configure those PCDs, such as |
Add IPMI Serial definitions Specification reference: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-rev1-1.html Signed-off-by: John Chung <john.chung@arm.com>
This change adds new PCDs for IPMI Serial. Specification reference: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-rev1-1.html Signed-off-by: John Chung <john.chung@arm.com>
300337a
to
b7956a6
Compare
Description
Add definitions for IPMI Serial and it can be used in ManageabilityPkg.
How This Was Tested
Tested in tianocore/edk2-platforms#240
Integration Instructions
N/A