mbox series

[edk2,0/2] ArmVirtPkg/HighMemDxe: fix issues reported by Michael

Message ID 1490088209-8564-1-git-send-email-ard.biesheuvel@linaro.org
Headers show
Series ArmVirtPkg/HighMemDxe: fix issues reported by Michael | expand

Message

Ard Biesheuvel March 21, 2017, 9:23 a.m. UTC
This fixes two separate issues reported by Michael:
- setting EFI_MEMORY_XP via the GCD memory space map always fails,
- patchable PCD updates do not propagate to other modules.

Ard Biesheuvel (2):
  ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply memprotect
    policy
  ArmVirtPkg/HighMemDxe: check new regions against GCD memory space map

 ArmVirtPkg/HighMemDxe/HighMemDxe.c   | 59 ++++++++++++++------
 ArmVirtPkg/HighMemDxe/HighMemDxe.inf |  2 +-
 2 files changed, 43 insertions(+), 18 deletions(-)

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Ard Biesheuvel March 21, 2017, 10:42 a.m. UTC | #1
On 21 March 2017 at 09:23, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> This fixes two separate issues reported by Michael:

> - setting EFI_MEMORY_XP via the GCD memory space map always fails,

> - patchable PCD updates do not propagate to other modules.

>

> Ard Biesheuvel (2):

>   ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply memprotect

>     policy

>   ArmVirtPkg/HighMemDxe: check new regions against GCD memory space map

>

>  ArmVirtPkg/HighMemDxe/HighMemDxe.c   | 59 ++++++++++++++------

>  ArmVirtPkg/HighMemDxe/HighMemDxe.inf |  2 +-

>  2 files changed, 43 insertions(+), 18 deletions(-)

>


Pushed as

60bd1e1269ff ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply
memprotect policy
5d5a19028a55 ArmVirtPkg/HighMemDxe: check new regions against GCD
memory space map

Thanks,
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel