| commit | 0f3867fa6ef0553e26c42f7d71ff6bdb98429742 | [log] [tgz] |
|---|---|---|
| author | Ning Feng <ning.feng@intel.com> | Tue Nov 12 03:59:38 2024 -0500 |
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | Sun Nov 17 20:52:10 2024 +0000 |
| tree | ee57094a15a2c106490cc7aa7d7651695c95acf2 | |
| parent | c28721484dc1352748693baa3487ab5554bb1b50 [diff] |
UefiPayloadPkg/UefiPayloadEntry: Fix PT protection in 5 level paging REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4873 Currently the function does not cover the 5 level paging case. it will casued pagetable protection region set incorrectly. This patch do the enhancemant and with the patch protection region has been set correctly. Signed-off-by: Ning Feng <ning.feng@intel.com> Cc: Ray Ni <ray.ni@intel.com>