Add Memory Protection Build Flag to Q35 - #198
Merged
Taylor Beebe (TaylorBeebe) merged 3 commits intoJan 6, 2023
Merged
Conversation
Oliver Smith-Denny (os-d)
approved these changes
Dec 14, 2022
kenlautner
approved these changes
Jan 6, 2023
Taylor Beebe (TaylorBeebe)
enabled auto-merge (squash)
January 6, 2023 19:07
Michael Kubacki (makubacki)
pushed a commit
that referenced
this pull request
Mar 13, 2023
Bumps [Common/MU](https://github.com/microsoft/mu_plus) from `1e0679d` to `a8192ed`. Commits * [`a8192ed`](microsoft/mu_plus@a8192ed) Fix for PR 194. Fix SetCurrentTextString when textbox is not grayed out. ([#195](https://redirect.github.com/microsoft/mu_plus/issues/195)) * [`c298217`](microsoft/mu_plus@c298217) pip: bump edk2-pytool-extensions from 0.22.1 to 0.22.2 ([#198](https://redirect.github.com/microsoft/mu_plus/issues/198)) * [`fa70d23`](microsoft/mu_plus@fa70d23) Separate MemoryProtectionExceptionLib into AArch64 and X64 Implementations (#... * [`1c15581`](microsoft/mu_plus@1c15581) Update the Paging Audit Readme to Reflect Recent Changes ([#196](https://redirect.github.com/microsoft/mu_plus/issues/196)) * [`23b4b02`](microsoft/mu_plus@23b4b02) pip: bump edk2-pytool-extensions from 0.22.0 to 0.22.1 ([#197](https://redirect.github.com/microsoft/mu_plus/issues/197)) * [`6342fca`](microsoft/mu_plus@6342fca) Update the MemoryProtectionTestApp to use the MemoryAttributeProtocol for Arc... * [`cf84445`](microsoft/mu_plus@cf84445) Repo File Sync: Use Git long paths on Windows ([#193](https://redirect.github.com/microsoft/mu_plus/issues/193)) * [`ceed3aa`](microsoft/mu_plus@ceed3aa) Repo File Sync: Add CodeQL GitHub workflow ([#191](https://redirect.github.com/microsoft/mu_plus/issues/191)) * See full diff in [compare view](microsoft/mu_plus@1e0679d...a8192ed) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or 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
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.
Description
Update Q35 to add a build flag which can toggle memory protection. Memory protection is on by default, and adding BLD_*_MEMORY_PROTECTION=FALSE to the platform build command will turn it off.
How This Was Tested
N/A
Integration Instructions
N/A