diff options
author | Aaron Pop <aaronpop@microsoft.com> | 2025-06-30 20:32:09 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-07-09 07:39:31 +0000 |
commit | 5f2e0c8c4371a92c02dfdb69c3d4a10db16fcd38 (patch) | |
tree | 794503e77969138bb59571c1556a5a04c24426d8 /MdeModulePkg | |
parent | 2d69507a4dde02f1abf20c7eb3a43d1d3ef6b98f (diff) | |
download | edk2-5f2e0c8c4371a92c02dfdb69c3d4a10db16fcd38.zip edk2-5f2e0c8c4371a92c02dfdb69c3d4a10db16fcd38.tar.gz edk2-5f2e0c8c4371a92c02dfdb69c3d4a10db16fcd38.tar.bz2 |
MdeModulePkg: MdeModulePkg.dec update PcdDxeNxMemoryProtectionPolicy.
Update the comments for PcdDxeNxMemoryProtectionPolicy
which contained old information.
Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 88b5a9d..6ccca34 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -1508,8 +1508,7 @@ # OEM Reserved 0x4000000000000000<BR>
# OS Reserved 0x8000000000000000<BR>
#
- # NOTE: User must NOT set NX protection for EfiLoaderCode / EfiBootServicesCode / EfiRuntimeServicesCode. <BR>
- # User MUST set the same NX protection for EfiBootServicesData and EfiConventionalMemory. <BR>
+ # NOTE: User MUST set the same NX protection for EfiBootServicesData and EfiConventionalMemory. <BR>
#
# e.g. 0x7FD5 can be used for all memory except Code. <BR>
# e.g. 0x7BD4 can be used for all memory except Code and ACPINVS/Reserved. <BR>
|