Re: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl

2023-04-03 Thread duntan
t: Re: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl On 4/3/23 09:24, Tom Lendacky wrote: > On 3/31/23 09:35, Tom Lendacky wrote: >> On 3/31/23 04:41, Tan, Dun wrote: >>> Hi Tom, >>> >>> Reccentlly I sent this patch set to change DxeIpl c

Re: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl

2023-04-03 Thread Lendacky, Thomas via groups.io
: Friday, March 31, 2023 5:34 PM To: devel@edk2.groups.io Subject: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl In this V2 patch set: 1.Remove the unneeded patch for ArmVirtPkg 2.In this patch 'Create page table by CpuPageTableLib', change the input param

Re: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl

2023-04-03 Thread Lendacky, Thomas via groups.io
as is. Thanks, Tom Thanks, Tom Thanks, Dun -Original Message- From: devel@edk2.groups.io On Behalf Of duntan Sent: Friday, March 31, 2023 5:34 PM To: devel@edk2.groups.io Subject: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl In this V2 patch se

Re: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl

2023-03-31 Thread Lendacky, Thomas via groups.io
2 0/8] Create page table by CpuPageTableLib in DxeIpl In this V2 patch set: 1.Remove the unneeded patch for ArmVirtPkg 2.In this patch 'Create page table by CpuPageTableLib', change the input parameter name from Is32BitPageTable to Is64BitPageTable and add a line of "MapAttrib

Re: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl

2023-03-31 Thread duntan
e SEV feature still works good with this pacth set? Thanks, Dun -Original Message- From: devel@edk2.groups.io On Behalf Of duntan Sent: Friday, March 31, 2023 5:34 PM To: devel@edk2.groups.io Subject: [edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl In this V2 patc

[edk2-devel] [Patch V2 0/8] Create page table by CpuPageTableLib in DxeIpl

2023-03-31 Thread duntan
In this V2 patch set: 1.Remove the unneeded patch for ArmVirtPkg 2.In this patch 'Create page table by CpuPageTableLib', change the input parameter name from Is32BitPageTable to Is64BitPageTable and add a line of "MapAttribute.Bits.Present = 0" before set a range to non-present. 3.In this patch '