We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb49fe6 commit d7aeaa0Copy full SHA for d7aeaa0
ArmVirtPkg/Library/KvmtoolRtcFdtClientLib/KvmtoolRtcFdtClientLib.c
@@ -44,7 +44,7 @@ KvmtoolRtcMapMemory (
44
EfiGcdMemoryTypeMemoryMappedIo,
45
RtcPageBase,
46
EFI_PAGE_SIZE,
47
- EFI_MEMORY_UC | EFI_MEMORY_RUNTIME
+ EFI_MEMORY_UC | EFI_MEMORY_RUNTIME | EFI_MEMORY_XP // MU_CHANGE: Set RTC memory XP by default
48
);
49
if (EFI_ERROR (Status)) {
50
DEBUG ((
@@ -80,7 +80,7 @@ KvmtoolRtcMapMemory (
80
Status = gDS->SetMemorySpaceAttributes (
81
82
83
84
85
86
0 commit comments