-
Notifications
You must be signed in to change notification settings - Fork 2.9k
MdeModulePkg/AcpiTableDxe:Fixed exception when enable SpecialPool #11736
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
MdeModulePkg/AcpiTableDxe:Fixed exception when enable SpecialPool #11736
Conversation
Pull Request Formatting Issues
Address these issues and the validation will automatically re-run when you update your pull request. |
b3d5b38 to
11029f6
Compare
11029f6 to
e44fec6
Compare
e44fec6 to
462d9a3
Compare
b67e237 to
129e6e5
Compare
|
⚠ WARNING: Cannot add some reviewers: A user specified as a reviewer for this PR is not a collaborator of the repository. Please add them as a collaborator to the repository so they can be requested in the future. Non-collaborators requested: Attn Admins: Admin Instructions:
|
2d93ff7 to
129e6e5
Compare
In some corner cases the NeedToInstallTable not been initialized well in the InstallAcpiTableFromAcpiSiliconHob, which caused exception when enable special pool function. This patch fixed exception by initialize NeedToInstallTable well. Signed-off-by: George Liao <[email protected]>
129e6e5 to
b39fb99
Compare
Description
In some corner cases the NeedToInstallTable not been initialized
in the InstallAcpiTableFromAcpiSiliconHob (), which caused memory
exception by enable special pool function.
This patch initialized NeedToInstallTable in any conidiation during
InstallAcpiTableFromAcpiSiliconHob ().
How This Was Tested
SUT boots to operation system with below conidiations
Integration Instructions
None