-
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
DynamicTablesPkg: Adds X64 FACS generator library #10577
Conversation
4dc2272
to
f15d738
Compare
Hi @pierregondois , |
Hello Abdul, But it doesn't seem to be the branch you pushed for the PR. Is it possible to check the branch you submitted ? Or maybe I did a mismanipulation |
Sorry @pierregondois, |
Please submit the branch that you would like to be accepted. I cannot make comments on the old versions of the PR |
Sorry for the inconvenience, I have pushed the correct branch with correct patch set. |
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.
Hi Adbul,
Thanks for the modifications !
Hello @abdattar , |
Adds a library to generate the ACPI FACS table for X64 architecture. It gathers the necessary FACS information from the configuration manager. Additionally, it includes an event to update the hardware signature in the FACS table, where the hardware signature is the CRC of all ACPI table's CRC Cc: Sami Mujawar <[email protected]> Cc: Pierre Gondois <[email protected]> Signed-off-by: Abdul Lateef Attar <[email protected]>
Hi @pierregondois , |
Adds a library to generate ACPI FACS table for X64.
Cc: Sami Mujawar [email protected]
Cc: Pierre Gondois [email protected]
Description
Adds X64 generator library for creating ACPI FACS table.
How This Was Tested
Tested on AMD platform.
Integration Instructions
N/A