Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: a96d2a8f2dd3eb7e32b383821fe30cfd7cdb2248
      
https://github.com/tianocore/edk2/commit/a96d2a8f2dd3eb7e32b383821fe30cfd7cdb2248
  Author: Taylor Beebe <[email protected]>
  Date:   2024-07-24 (Wed, 24 Jul 2024)

  Changed paths:
    M PrmPkg/PrmConfigDxe/PrmConfigDxe.c

  Log Message:
  -----------
  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 <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to