-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
UefiCpuPkg/DxeMpInitLib: Add a PCD to allow the AP wakeup buffer to be reserved #6107
base: master
Are you sure you want to change the base?
UefiCpuPkg/DxeMpInitLib: Add a PCD to allow the AP wakeup buffer to be reserved #6107
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.
There is an existing path for reserved memory allocation.
Why do you need a new path?
The other path for the AP wakeup buffer to be reserved requires specific confidential computing attributes to be set. This allows you to just have the AP wakeup buffer be reserved through a PCD if you need it. |
Can you unify the two paths into one? |
Sure. Would this be acceptable?
|
12b9222
to
e84bc65
Compare
This PR has been automatically marked as stale because it has not had activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
…erved Creates a new PCD which when set will cause the AP wakeup buffer to be allocated as a reserved type. Signed-off-by: Kenneth Lautner <[email protected]>
e84bc65
to
70e9388
Compare
@niruiyu bumping the original comment. |
Description
Creates a new PCD which when set will cause the AP wakeup buffer to be allocated as a reserved type.
<For each item, place an "x" in between
[
and]
if true. Example:[x]
(you can also check items in GitHub UI)><Create the PR as a Draft PR if it is only created to run CI checks.>
<Delete lines in <> tags before creating the PR.>
How This Was Tested
Tested on custom Q35 image
Integration Instructions
N/A