-
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
StandaloneMmPkg/MmIpl: Correct unblocked memory regions attribute #6131
Merged
mergify
merged 1 commit into
tianocore:master
from
hongbin123:collect_unblockmemoryregions
Sep 11, 2024
Merged
StandaloneMmPkg/MmIpl: Correct unblocked memory regions attribute #6131
mergify
merged 1 commit into
tianocore:master
from
hongbin123:collect_unblockmemoryregions
Sep 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tianocore-assign-reviewers
bot
requested review from
ardbiesheuvel,
jiaxinwu,
niruiyu and
samimujawar
August 29, 2024 02:10
hongbin123
force-pushed
the
collect_unblockmemoryregions
branch
3 times, most recently
from
August 29, 2024 07:30
de19ea8
to
e1b285f
Compare
hongbin123
changed the title
StandaloneMmPkg/MmIpl: Collect unblocked memory regions
StandaloneMmPkg/MmIpl: Correct unblocked memory regions attribute
Aug 29, 2024
jiaxinwu
approved these changes
Aug 29, 2024
niruiyu
reviewed
Sep 2, 2024
hongbin123
force-pushed
the
collect_unblockmemoryregions
branch
2 times, most recently
from
September 2, 2024 08:43
59cf9c2
to
378ece1
Compare
jiaxinwu
reviewed
Sep 5, 2024
jiaxinwu
reviewed
Sep 5, 2024
niruiyu
reviewed
Sep 6, 2024
niruiyu
reviewed
Sep 6, 2024
niruiyu
reviewed
Sep 6, 2024
hongbin123
force-pushed
the
collect_unblockmemoryregions
branch
4 times, most recently
from
September 9, 2024 11:16
99faca1
to
8035052
Compare
niruiyu
approved these changes
Sep 10, 2024
jiaxinwu
approved these changes
Sep 10, 2024
hongbin123
force-pushed
the
collect_unblockmemoryregions
branch
from
September 10, 2024 11:18
8035052
to
b915036
Compare
niruiyu
approved these changes
Sep 11, 2024
hongbin123
force-pushed
the
collect_unblockmemoryregions
branch
from
September 11, 2024 05:30
b915036
to
4526182
Compare
When CPU smm profile feature was enabled, unblocked memory should not set logging attribute when building resource HOB. Signed-off-by: Hongbin1 Zhang <[email protected]> Cc: Jiewen Yao <[email protected]> Cc: Ray Ni <[email protected]> Cc: Star Zeng <[email protected]> Cc: Jiaxin Wu <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Sami Mujawar <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Supreeth Venkatesh <[email protected]>
hongbin123
force-pushed
the
collect_unblockmemoryregions
branch
from
September 11, 2024 06:21
4526182
to
0b06fba
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When PcdCpuSmmRestrictedMemoryAccess is FALSE, resource HOB should exclude unblocked memory regions.