summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorAaron Pop <aaronpop@microsoft.com>2025-06-30 20:32:09 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-07-09 07:39:31 +0000
commit5f2e0c8c4371a92c02dfdb69c3d4a10db16fcd38 (patch)
tree794503e77969138bb59571c1556a5a04c24426d8 /MdeModulePkg
parent2d69507a4dde02f1abf20c7eb3a43d1d3ef6b98f (diff)
downloadedk2-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.dec3
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>