From: "Min Xu" <min.m.xu@intel.com>
To: Gerd Hoffmann <kraxel@redhat.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Liming Gao <gaoliming@byosoft.com.cn>,
Michael Roth <michael.roth@amd.com>,
Oliver Steffen <osteffen@redhat.com>,
"Aktas, Erdem" <erdemaktas@google.com>,
Tom Lendacky <thomas.lendacky@amd.com>,
Laszlo Ersek <lersek@redhat.com>,
Ard Biesheuvel <ardb+tianocore@kernel.org>,
"Yao, Jiewen" <jiewen.yao@intel.com>,
"Xu, Min M" <min.m.xu@intel.com>,
"Sun, CepingX" <cepingx.sun@intel.com>
Subject: Re: [edk2-devel] [PATCH v3 0/6] OvmfPkg: Add support for 5-level paging
Date: Wed, 21 Feb 2024 06:42:18 +0000 [thread overview]
Message-ID: <PH0PR11MB50642CF400C13B4B501FFBF4C5572@PH0PR11MB5064.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20240220090639.472222-1-kraxel@redhat.com>
On Tuesday, February 20, 2024 5:07 PM, Gerd Hoffmann wrote:
> Subject: [PATCH v3 0/6] OvmfPkg: Add support for 5-level paging
>
> Patch #1 + #2 fix MdeModulePkg/DxeIplPeim to not assert in case a 5-level
> enabled build runs in 4-level paging mode.
>
> Patch #2 - #4 update OvmfPkg ResetVector, adding support for 5-level paging
> (setup 5-level page tables in case both la57 and gigabyte pages are supported
> by the vCPU).
>
> Patch #5 updates PlatformInitLib for 5-level paging support (update PhysBits
> calculation).
>
> Known issues / limitations:
> - BaseMemEncryptSevLib must be updated to also support 5-level
> paging for full 5-level paging support in SEV mode.
>
> The patch series does *not* enable 5-level paging by default.
> Building with 5-level paging support can be done by compiling OVMF with '--
> pcd PcdUse5LevelPageTable=TRUE'.
>
> v3:
> - add resetvector fixes for sev and tdx
> v2 changes:
> - fix sev/tdx handling with 5-level paging.
> - more comments for 5-level page table setup.
> - improve PAGE_* naming (new patch #3).
> - rename Page5LevelSupported to Page5LevelEnabled (new patch #2).
> - pick up some review tags.
>
> Gerd Hoffmann (6):
> MdeModulePkg/DxeIplPeim: fix PcdUse5LevelPageTable assert
> MdeModulePkg/DxeIplPeim: rename variable
> OvmfPkg/ResetVector: improve page table flag names
> OvmfPkg/ResetVector: SEV: keep #vc handler installed longer
> OvmfPkg/ResetVector: add 5-level paging support
> OvmfPkg/PlatformInitLib: add 5-level paging support
>
> OvmfPkg/ResetVector/ResetVector.inf | 1 +
> .../Core/DxeIplPeim/X64/VirtualMemory.c | 24 +--
> OvmfPkg/Library/PlatformInitLib/MemDetect.c | 57 ++++--
> OvmfPkg/ResetVector/Ia32/AmdSev.asm | 7 +-
> OvmfPkg/ResetVector/Ia32/IntelTdx.asm | 17 +-
> OvmfPkg/ResetVector/Ia32/PageTables64.asm | 170 +++++++++++++++---
> OvmfPkg/ResetVector/ResetVector.nasmb | 1 +
> 7 files changed, 224 insertions(+), 53 deletions(-)
>
Test the patch-set in TDX (OvmfPkgX64 and Intel/IntelTdx) and both passed.
Tested-by: Min Xu <min.m.xu@intel.com>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115714): https://edk2.groups.io/g/devel/message/115714
Mute This Topic: https://groups.io/mt/104464306/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
next prev parent reply other threads:[~2024-02-21 6:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 9:06 [edk2-devel] [PATCH v3 0/6] OvmfPkg: Add support for 5-level paging Gerd Hoffmann
2024-02-20 9:06 ` [edk2-devel] [PATCH v3 1/6] MdeModulePkg/DxeIplPeim: fix PcdUse5LevelPageTable assert Gerd Hoffmann
2024-02-20 9:06 ` [edk2-devel] [PATCH v3 2/6] MdeModulePkg/DxeIplPeim: rename variable Gerd Hoffmann
2024-02-20 9:06 ` [edk2-devel] [PATCH v3 3/6] OvmfPkg/ResetVector: improve page table flag names Gerd Hoffmann
2024-02-20 9:06 ` [edk2-devel] [PATCH v3 4/6] OvmfPkg/ResetVector: SEV: keep #vc handler installed longer Gerd Hoffmann
2024-02-20 16:48 ` Laszlo Ersek
2024-02-20 19:56 ` Lendacky, Thomas via groups.io
2024-02-20 9:06 ` [edk2-devel] [PATCH v3 5/6] OvmfPkg/ResetVector: add 5-level paging support Gerd Hoffmann
2024-02-20 17:45 ` Laszlo Ersek
2024-02-20 18:32 ` Laszlo Ersek
2024-02-20 22:18 ` Lendacky, Thomas via groups.io
2024-02-20 9:06 ` [edk2-devel] [PATCH v3 6/6] OvmfPkg/PlatformInitLib: " Gerd Hoffmann
2024-02-21 6:42 ` Min Xu [this message]
2024-02-21 13:31 ` [edk2-devel] [PATCH v3 0/6] OvmfPkg: Add support for 5-level paging Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PH0PR11MB50642CF400C13B4B501FFBF4C5572@PH0PR11MB5064.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox