Re: [edk2-devel] [PATCH 0/7] Use CpuPageTableLib to create and update smm page table

2023-04-11 Thread Gerd Hoffmann
On Tue, Apr 11, 2023 at 02:49:05PM +0800, duntan wrote: > This patch set is to use CpuPageTableLib to create and update smm page table. > With the CpuPageTableLib, we can create or update page table by calling > PageTableMap() in CpuPageTableLib multiple times. Then the original page table >

[edk2-devel] [PATCH 0/7] Use CpuPageTableLib to create and update smm page table

2023-04-11 Thread duntan
This patch set is to use CpuPageTableLib to create and update smm page table. With the CpuPageTableLib, we can create or update page table by calling PageTableMap() in CpuPageTableLib multiple times. Then the original page table manipulating code can be removed. Dun Tan (7): UefiCpuPkg: Use