Re: [edk2-devel] [PATCH v1 0/2] ArmPkg/CpuDxe: Use upper and lower attributes

2023-11-28 Thread Ard Biesheuvel
On Tue, 28 Nov 2023 at 18:15, Michael Kubacki wrote: > > On 11/28/2023 4:51 AM, Ard Biesheuvel wrote: > > On Tue, 28 Nov 2023 at 01:15, wrote: > >> > >> From: Michael Kubacki > >> > >> This series contains two changes: > >> > >> 1. To fix a compiler warning with the current state of code. > >> 2

Re: [edk2-devel] [PATCH v1 0/2] ArmPkg/CpuDxe: Use upper and lower attributes

2023-11-28 Thread Ard Biesheuvel
On Tue, 28 Nov 2023 at 01:15, wrote: > > From: Michael Kubacki > > This series contains two changes: > > 1. To fix a compiler warning with the current state of code. > 2. To update the code to pass the integer width needed for a >comparison to set EFI_MEMORY_XP in the GCD attribute returned >

[edk2-devel] [PATCH v1 0/2] ArmPkg/CpuDxe: Use upper and lower attributes

2023-11-27 Thread Michael Kubacki
From: Michael Kubacki This series contains two changes: 1. To fix a compiler warning with the current state of code. 2. To update the code to pass the integer width needed for a comparison to set EFI_MEMORY_XP in the GCD attribute returned for a given page attribute. Cc: Leif Lindholm Cc