diff options
author | Taylor Beebe <31827475+TaylorBeebe@users.noreply.github.com> | 2022-11-08 11:56:07 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-24 21:13:52 +0000 |
commit | a96d2a8f2dd3eb7e32b383821fe30cfd7cdb2248 (patch) | |
tree | 0e457dd09c48344d7442c3549b0e2d23d4620b7f /BaseTools | |
parent | a7abb77c599f4243d7dbab552ec74ed4d0d0d152 (diff) | |
download | edk2-a96d2a8f2dd3eb7e32b383821fe30cfd7cdb2248.tar.gz edk2-a96d2a8f2dd3eb7e32b383821fe30cfd7cdb2248.tar.bz2 edk2-a96d2a8f2dd3eb7e32b383821fe30cfd7cdb2248.zip |
PrmPkg: Don't Set Access Attributes of Runtime MMIO Ranges
Passing in access attributes to SetMemorySpaceAttributes() will cause
the existing attributes to be overwritten. The MMIO region should have
the appropriate attributes applied during memory protection
initialization and the attributes of the memory space descriptor are
inaccurate. Don't pass in any CPU arch attributes so
SetMemorySpaceAttributes() doesn't subsequently call
gCpu->SetMemoryAttributes().
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to 'BaseTools')
0 files changed, 0 insertions, 0 deletions