Re: [edk2-devel] [PATCH v3 0/5] Target to enable paging from temporary RAM Done

2023-05-17 Thread Ni, Ray
Reviewed-by: Ruiyu Ni for all patches. > -Original Message- > From: devel@edk2.groups.io On Behalf Of Wu, Jiaxin > Sent: Monday, May 15, 2023 10:16 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v3 0/5] Target to enable paging from temporary > RAM Done

[edk2-devel] [PATCH v3 0/5] Target to enable paging from temporary RAM Done

2023-05-14 Thread Wu, Jiaxin
For arch X64, system will enable the page table in SPI to cover 0-512G range via CR4.PAE & MSR.LME & CR0.PG & CR3 setting. Existing code doesn't cover the higher address access above 512G before memory-discovered callback. This series patches provide the solution to enable paging from temporary RAM