回复: [edk2-devel] [PATCH] Maintainers.txt: remove Laszlo's entries

2024-03-10 Thread gaoliming via groups.io
Thank you for your quick and great support on edk2 community. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Pedro Falcato > 发送时间: 2024年3月8日 23:07 > 收件人: devel@edk2.groups.io; ler...@redhat.com > 抄送: michael.d.kin...@intel.com; Andrew Fish ; Ard > Biesheuvel ; Gerd Hoffmann > ;

Re: [edk2-devel] [PATCH] MdeModulePkg/Xhci: Skip another size round up for TRB address translation

2024-03-08 Thread Dat Mach via groups.io
Hi Gao and Hao, Could you please take a look at my patch and see if anything I might have missed? Thanks, Dat -Original Message- From: gaoliming Sent: Monday, March 4, 2024 4:34 PM To: Dat Mach ; devel@edk2.groups.io Cc: gao.ch...@intel.com; hao.a...@intel.com; ray...@intel.com

Re: [edk2-devel] [PATCH v3 00/24] Provide SEV-SNP support for running under an SVSM

2024-03-08 Thread Lendacky, Thomas via groups.io
On 3/8/24 09:30, Lendacky, Thomas via groups.io wrote: BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 This series adds SEV-SNP support for running OVMF under an Secure VM Service Module (SVSM) at a less privileged VM Privilege Level (VMPL). By running at a less priviledged VMPL

Re: [edk2-devel] [edk2-platforms PATCH v3 5/7] Silicon/Marvell: Driver to publish device tree

2024-03-08 Thread Abdul Lateef Attar via groups.io
Hi Narinder,     Patch looks good with minor comment inline. Thanks AbduL On 18-01-2024 06:48, Narinder Dhillon via groups.io wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. From: Narinder Dhillon

[edk2-devel] [PATCH v3 24/24] OvmfPkg/BaseMemEncryptLib: Check for presence of an SVSM when not at VMPL0

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 Currently, an SEV-SNP guest will terminate if it is not running at VMPL0. The requirement for running at VMPL0 is removed if an SVSM is present. Update the current VMPL0 check to additionally check for the presence of an SVSM is the guest

[edk2-devel] [PATCH v3 23/24] Ovmfpkg/CcExitLib: Provide SVSM discovery support

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The SVSM specification documents an alternative method of discovery for the SVSM using a reserved CPUID bit and a reserved MSR. For the CPUID support, the #VC handler of an SEV-SNP guest should modify the returned value in the EAX register

[edk2-devel] [PATCH v3 22/24] UefiCpuPkg/MpInitLib: AP creation support under an SVSM

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 When running under an SVSM, the VMPL level of the APs that are started must match the VMPL level provided by the SVSM. Additionally, each AP must have a Calling Area for use with the SVSM protocol. Update the AP creation to properly support

[edk2-devel] [PATCH v3 21/24] OvmfPkg/AmdSvsmLib: Add support for the SVSM create/delete vCPU calls

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The RMPADJUST instruction is used to alter the VMSA attribute of a page, but the VMSA attribute can only be changed when running at VMPL0. When an SVSM is present, use the SVSM_CORE_CREATE_VCPU and SVSM_CORE_DELTE_VCPU calls to add or remove

[edk2-devel] [PATCH v3 20/24] OvmfPkg/BaseMemEncryptSevLib: Maximize Page State Change efficiency

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 Similar to the Page State Change optimization added previously, also take into account the possiblity of using the SVSM for PVALIDATE instructions. Conditionally adjust the maximum number of entries based on how many entries the SVSM calling

[edk2-devel] [PATCH v3 18/24] OvmfPkg: Create a calling area used to communicate with the SVSM

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 An SVSM requires a calling area page whose address (CAA) is used by the SVSM to communicate and process the SVSM request. Add a pre-defined page area to the OvmfPkg and AmdSev packages and define corresponding PCDs used to communicate the

[edk2-devel] [PATCH v3 19/24] OvmfPkg/AmdSvsmLib: Add support for the SVSM_CORE_PVALIDATE call

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The PVALIDATE instruction can only be performed at VMPL0. An SVSM will be present when running at VMPL1 or higher. When an SVSM is present, use the SVSM_CORE_PVALIDATE call to perform memory validation instead of issuing the PVALIDATE

[edk2-devel] [PATCH v3 17/24] OvmfPkg/BaseMemEncryptSevLib: Use AmdSvsmSnpPvalidate() to validate pages

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The PVALIDATE instruction is used to change the SNP validation of a page, but that can only be done when running at VMPL0. To prepare for running at a less priviledged VMPL, use the AmdSvsmLib library API to perform the PVALIDATE. The

[edk2-devel] [PATCH v3 16/24] UefiCpuPkg/MpInitLib: Use AmdSvsmSnpVmsaRmpAdjust() to set/clear VMSA

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The RMPADJUST instruction is used to change the VMSA attribute of a page, but the VMSA attribute can only be changed when running at VMPL0. To prepare for running at a less priviledged VMPL, use the AmdSvsmLib library API to perform the

[edk2-devel] [PATCH v3 14/24] Ovmfpkg: Prepare OvmfPkg to use the AmdSvsmLib library

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The MpInitLib library will be updated to use the new AmdSvsmLib library. To prevent any build breakage, update the OvmfPkg DSCs file to include the AmdSvsmLib NULL library. Cc: Anatol Belski Cc: Anthony Perard Cc: Ard Biesheuvel Cc:

[edk2-devel] [PATCH v3 15/24] Ovmfpkg/AmdSvsmLib: Create AmdSvsmLib to handle SVSM related services

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 Add initial support for the new AmdSvsmLib library to OvmfPkg. The initial implementation fully implements the library interfaces. The SVSM presence check, AmdSvsmIsSvsmPresent(), determines the presence of an SVSM by checking if an SVSM

[edk2-devel] [PATCH v3 13/24] UefiPayloadPkg: Prepare UefiPayloadPkg to use the AmdSvsmLib library

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The MpInitLib library will be updated to use the new AmdSvsmLib library. To prevent any build breakage, update the UefiPayloadPkg DSC file to include the AmdSvsmLib NULL library. Cc: Gua Guo Cc: Guo Dong Cc: James Lu Cc: Sean Rhodes

[edk2-devel] [PATCH v3 12/24] UefiCpuPkg/AmdSvsmLib: Create the AmdSvsmLib library to support an SVSM

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 In order to support an SEV-SNP guest running under an SVSM at VMPL1 or lower, a new library must be created. This library includes an interface to detect if running under an SVSM, an interface to return the current VMPL, an interface to

[edk2-devel] [PATCH v3 11/24] MdePkg/BaseLib: Add a new VMGEXIT instruction invocation for SVSM

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The SVSM specification relies on a specific register calling convention to hold the parameters that are associated with the SVSM request. The SVSM is invoked by requesting the hypervisor to run the VMPL0 VMSA of the guest using the GHCB MSR

[edk2-devel] [PATCH v3 10/24] MdePkg/Register/Amd: Define the SVSM related information

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The Secure VM Service Module specification defines the interfaces needed to allow multi-VMPL level execution of an SEV-SNP guest. Define the SVSM related structures for the SVSM Calling Area as well as the SVSM CAA MSR. The SVSM CAA MSR is

[edk2-devel] [PATCH v3 08/24] OvmfPkg/BaseMemEncryptSevLib: Re-organize page state change support

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 In preparation for running under an SVSM at VMPL1 or higher (higher numerically, lower privilege), re-organize the way a page state change is performed in order to free up the GHCB for use by the SVSM support. Currently, the page state

[edk2-devel] [PATCH v3 09/24] OvmfPkg/BaseMemEncryptSevLib: Maximize Page State Change efficiency

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 When building the Page State Change entries for a range of memory, it can happen that multiple calls to BuildPageStateBuffer() need to be made. If the size of the input work area passed to BuildPageStateBuffer() exceeds the number of entries

[edk2-devel] [PATCH v3 07/24] MdePkg: Avoid hardcoded value for number of Page State Change entries

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The SNP_PAGE_STATE_MAX_ENTRY is based on the number of entries that can fit in the GHCB shared buffer. As a result, the SNP_PAGE_STATE_CHANGE_INFO structure maps the full GHCB shared buffer based on the shared buffer size being 2032 bytes.

[edk2-devel] [PATCH v3 06/24] OvmfPkg/BaseMemEncryptSevLib: Calculate memory size for Page State Change

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 Calculate the amount of memory that can be use to build the Page State Change data (SNP_PAGE_STATE_CHANGE_INFO) instead of using a hard-coded size. This allows for changes to the GHCB shared buffer size without having to make changes to the

[edk2-devel] [PATCH v3 05/24] OvmfPkg/BaseMemEncryptSevLib: Fix uncrustify errors

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 In prep for follow-on patches, fix an area of the code that does not meet the uncrustify coding standards. Cc: Ard Biesheuvel Cc: Erdem Aktas Cc: Gerd Hoffmann Cc: Jiewen Yao Cc: Laszlo Ersek Cc: Michael Roth Cc: Min Xu Reviewed-by:

[edk2-devel] [PATCH v3 04/24] OvmfPkg/PlatformPei: Retrieve APIC IDs from the hypervisor

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 If the hypervisor supports retrieval of the vCPU APIC IDs, retrieve them before any APs are actually started. The APIC IDs can be used to start the APs for any SEV-SNP guest, but is a requirement for an SEV-SNP guest that is running under an

[edk2-devel] [PATCH v3 03/24] UefiCpuPkg/MpInitLib: Always use AP Create if GhcbApicIds HOB is present

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 Currently, the first time an AP is started for an SEV-SNP guest, it relies on the VMSA as set by the hypervisor. If the list of APIC IDs has been retrieved, this is not necessary. The list of APIC IDs will be identified by a GUIDed HOB. If

[edk2-devel] [PATCH v3 02/24] MdePkg: GHCB APIC ID retrieval support definitions

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 When an SVSM is present, starting the APs requires knowledge of the APIC IDs. Create the definitions required to retrieve and hold the APIC ID information of all the vCPUs present in the guest. Cc: Liming Gao Cc: Michael D Kinney Cc:

[edk2-devel] [PATCH v3 01/24] OvmfPkg/BaseMemEncryptLib: Fix error check from AsmRmpAdjust()

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 The AsmRmpAdjust() function returns a UINT32, however in SevSnpIsVmpl0() the return value is checked with EFI_ERROR() when it should just be compared to 0. Fix the error check. Cc: Ard Biesheuvel Cc: Erdem Aktas Cc: Gerd Hoffmann Cc:

[edk2-devel] [PATCH v3 00/24] Provide SEV-SNP support for running under an SVSM

2024-03-08 Thread Lendacky, Thomas via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4654 This series adds SEV-SNP support for running OVMF under an Secure VM Service Module (SVSM) at a less privileged VM Privilege Level (VMPL). By running at a less priviledged VMPL, the SVSM can be used to provide services, e.g. a virtual TPM,

Re: [edk2-devel] [edk2-platforms PATCH v3 2/7] Silicon/Marvell: Odyssey SmcLib

2024-03-08 Thread Abdul Lateef Attar via groups.io
Hi Narinder,     Patch looks good with minor comments inline. Thanks AbduL On 18-01-2024 06:48, Narinder Dhillon via groups.io wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. From: Narinder

[edk2-devel] 回复: [Patch V3] BaseTools: VfrCompiler Adds DefaultValueError

2024-03-08 Thread gaoliming via groups.io
Zifeng: For Structure PCD, https://edk2.groups.io/g/devel/message/18432 is the summary of code change. Below is two wikis about its usage. https://github.com/lgao4/edk2/wiki/StrucutrePcd-Usage https://github.com/lgao4/edk2/wiki/StructurePcd-Enable-Steps For the patch table

[edk2-devel] 回复: [Patch V3] BaseTools: VfrCompiler Adds DefaultValueError

2024-03-08 Thread gaoliming via groups.io
Yuting: This patch also removes the trailing white space. If you want to do it, please separate them as the different commit. One is to remove the trailing white space, another is to add default value error support. Thanks Liming > -邮件原件- > 发件人: Yuting Yang > 发送时间: 2024年1月26日 10:54 >

Re: [edk2-devel] [PATCH v2 2/2] ShellPkg/Acpiview: Adds ACPI WSMT Table parse

2024-03-08 Thread Abdul Lateef Attar via groups.io
; Thanks AbduL On 08-03-2024 14:50, PierreGondois via groups.io wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Hello Abdul, On 3/8/24 08:22, Abdul Lateef Attar wrote: From: Abdul Lateef Attar

[edk2-devel] [PATCH v2 2/2] ShellPkg/Acpiview: Adds ACPI WSMT Table parse

2024-03-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds WSMT parse to the UefiShellAcpiViewCommandLib library. Cc: Zhichao Gao Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar Reviewed-by: Pierre Gondois --- .../UefiShellAcpiViewCommandLib/AcpiParser.h | 17 ++ .../Parsers/Wsmt/WsmtParser.c

[edk2-devel] [PATCH v2 1/2] ShellPkg/Acpiview: Adds HPET parser

2024-03-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds HPET parse to the UefiShellAcpiViewCommandLib library. Cc: Zhichao Gao Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar Reviewed-by: Pierre Gondois --- .../UefiShellAcpiViewCommandLib/AcpiParser.h | 17 ++ .../Parsers/Hpet/HpetParser.c

[edk2-devel] [PATCH v2 0/2] ShellPkg/AcpiView: Adds HPET and WSMT parser

2024-03-07 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar PR : https://github.com/tianocore/edk2/pull/5449 Adds HPET and WSMT parser for acpiview. V2 delta changes: Addressed review comments. Added validation functions as per the comments. Cc: Zhichao Gao Cc: Pierre Gondois Abdul Lateef Attar (2): ShellPkg/Acpiview:

Re: [edk2-devel] [PATCH v1 1/2] ShellPkg/Acpiview: Adds HPET parser

2024-03-07 Thread Abdul Lateef Attar via groups.io
Thanks Pierre for review, I'll address the review comment and submit the V2 patch. On 07-03-2024 16:07, Pierre Gondois wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Hello Abdul, With the

Re: [edk2-devel] [PATCH] OvmfPkg/SmbiosPlatformDxe: tweak fallback release date again

2024-03-07 Thread joeyli via groups.io
Hi Laszlo, On Tue, Mar 05, 2024 at 09:53:33AM +0100, Laszlo Ersek wrote: > On 3/4/24 12:37, joeyli via groups.io wrote: > > Hi, > > > > On Wed, Feb 07, 2024 at 04:02:52PM +0800, joeyli via groups.io wrote: > >> On Wed, Feb 07, 2024 at 03:55:49PM +0800,

Re: [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Remove unused header files.

2024-03-06 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: devel@edk2.groups.io On Behalf Of Nickle > Wang via groups.io > Sent: Wednesday, March 6, 2024 10:11 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > &

Re: [edk2-devel] [edk2-redfish-client][PATCH v3 2/2] RedfishClientPkg/Edk2RedfishResourceConfigLib: support config2 protocol

2024-03-06 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, March 7, 2024 11:24 AM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > ; Nick Ramirez > Subject: [edk2-redfish-client][PATCH v3 2/2] >

Re: [edk2-devel] [edk2-redfish-client][PATCH v3 1/2] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-06 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, March 7, 2024 11:24 AM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > ; Nick Ramirez > Subject: [edk2-redfish-client][PATCH v3 1/2]

[edk2-devel] [edk2-redfish-client][PATCH v3 2/2] RedfishClientPkg/Edk2RedfishResourceConfigLib: support config2 protocol

2024-03-06 Thread Nickle Wang via groups.io
-Support Redfish resource config2 protocol in Edk2RedfishResourceConfigLib. This library will try Redfish resource config2 protocol first. And if there is no matching protocol found, Redfish resource config protocol will be used. -Because EdkIIRedfishResourceConfigLib is updated to support Redfish

[edk2-devel] [edk2-redfish-client][PATCH v3 1/2] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-06 Thread Nickle Wang via groups.io
Introduce EDKII Redfish Resource Config2 Protocol. Comparing to Redfish Resource Config Protocol, this protocol adds new parameter called "JsonText". This allows Redfish caller driver to pass JSON context to callee. Callee save the effort of getting same data from Redfish service again. This is

[edk2-devel] [edk2-redfish-client][PATCH v3 0/2] introduce Redfish Resource Config2 protocol.

2024-03-06 Thread Nickle Wang via groups.io
v3: merge 2/3 and 3/3 in v2 together so we don't break the build. v2: address review comment about the description of "JsonText" parameter. Introduce EDKII Redfish Resource Config2 Protocol so that caller can pass Redfish data to callee when caller uses "expand" query parameter to get multiple

Re: [edk2-devel] [edk2-stable202311][PATCH] BaseTools: Python VfrCompiler implementation

2024-03-06 Thread Chang, Abner via groups.io
adding necessary edk2 Redfish drivers to platform DSC/FDF according to the UNI file. Thanks Abner > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yuwei > Chen via groups.io > Sent: Tuesday, January 9, 2024 4:24 PM > To: Kinney, Michael D ; Pedro Falcato

Re: [edk2-devel] [edk2-redfish-client][PATCH 1/3] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-06 Thread Nickle Wang via groups.io
> Can we say "The additional JSON data in ASCII string format passed to callee. > The > usage is defined between the Redfish feature driver and subordinate Redfish > resource feature driver."? Seems to me more clear about the usage. > Also apply this description to the following functions. >

[edk2-devel] [edk2-redfish-client][PATCH v2 3/3] RedfishClientPkg/Features: support config2 protocol

2024-03-06 Thread Nickle Wang via groups.io
Because EdkIIRedfishResourceConfigLib is updated to support Redfish resource config2 protocol, update corresponding functions in feature drivers. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy Cc: Nick Ramirez --- .../Features/Bios/v1_0_9/Common/BiosCommon.c | 14

[edk2-devel] [edk2-redfish-client][PATCH v2 2/3] RedfishClientPkg/Edk2RedfishResourceConfigLib: support config2 protocol

2024-03-06 Thread Nickle Wang via groups.io
Support Redfish resource config2 protocol in Edk2RedfishResourceConfigLib. This library will try Redfish resource config2 protocol first. And if there is no matching protocol found, Redfish resource config protocol will be used. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy

[edk2-devel] [edk2-redfish-client][PATCH v2 1/3] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-06 Thread Nickle Wang via groups.io
Introduce EDKII Redfish Resource Config2 Protocol. Comparing to Redfish Resource Config Protocol, this protocol adds new parameter called "JsonText". This allows Redfish caller driver to pass JSON context to callee. Callee save the effort of getting same data from Redfish service again. This is

[edk2-devel] [edk2-redfish-client][PATCH v2 0/3] introduce Redfish Resource Config2 protocol.

2024-03-06 Thread Nickle Wang via groups.io
v2: address review comment about the description of "JsonText" parameter. Introduce EDKII Redfish Resource Config2 Protocol so that caller can pass Redfish data to callee when caller uses "expand" query parameter to get multiple Redfish resources all together. Then, callee does not get Redfish

[edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Remove unused header files.

2024-03-06 Thread Nickle Wang via groups.io
stdarg.h and stdio.h are not used in RedfishClientPkg. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy --- RedfishClientPkg/PrivateInclude/Crt/stdarg.h | 14 -- RedfishClientPkg/PrivateInclude/Crt/stdio.h | 14 -- 2 files changed, 28 deletions(-)

回复: [edk2-devel] [PATCH v4 2/3] MdeModulePkg: Update ReceiveData and SendData function description

2024-03-06 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Qingyu > 发送时间: 2024年2月26日 11:06 > 收件人: devel@edk2.groups.io > 抄送: Liming Gao ; Michael D Kinney > > 主题: [edk2-devel] [PATCH v4 2/3] MdeModulePkg: Update ReceiveData and > SendData function description > > AtaBusDxe,

回复: [edk2-devel] [PATCH v4 1/3] MdePkg: Update ReceiveData and SendData function description

2024-03-06 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Qingyu > 发送时间: 2024年2月26日 11:06 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney ; Liming Gao > ; Zhiguang Liu > 主题: [edk2-devel] [PATCH v4 1/3] MdePkg: Update ReceiveData and > SendData function description > > Refer

[edk2-devel] 回复: [PATCH] SignedCapsulePkg: Update GetImage and GetImageInfo description details

2024-03-06 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Pethaiyan Madhan > 发送时间: 2024年2月27日 18:04 > 收件人: devel@edk2.groups.io > 抄送: Pethaiyan Madhan ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Yi Li ; GuoX Xu > > 主题: [PATCH] SignedCapsulePkg: Update GetImage and GetImageInfo > description

[edk2-devel] 回复: [PATCH V4] FmpDevicePkg: GetImageInfo Add missing conditions

2024-03-06 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Pethaiyan Madhan > 发送时间: 2024年2月27日 17:46 > 收件人: devel@edk2.groups.io > 抄送: Pethaiyan Madhan ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Yi Li ; GuoX Xu > > 主题: [PATCH V4] FmpDevicePkg: GetImageInfo Add missing conditions > > 1.For

[edk2-devel] 回复: [PATCH] MdePkg: Update GetImage , GetImageInfo description details

2024-03-06 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Pethaiyan Madhan > 发送时间: 2024年2月27日 17:59 > 收件人: devel@edk2.groups.io > 抄送: Pethaiyan Madhan ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Yi Li ; GuoX Xu > > 主题: [PATCH] MdePkg: Update GetImage , GetImageInfo description details > >

Re: [edk2-devel] [edk2-redfish-client][PATCH 3/3] RedfishClientPkg/Features: support config2 protocol

2024-03-05 Thread Nickle Wang via groups.io
Yes that is correct. Regards, Nickle > -Original Message- > From: devel@edk2.groups.io On Behalf Of Chang, Abner > via groups.io > Sent: Wednesday, March 6, 2024 1:51 PM > To: Nickle Wang ; devel@edk2.groups.io > Cc: Igor Kulchytskyy ; Nick Ramirez > Subject: R

Re: [edk2-devel] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP protocol

2024-03-05 Thread Nickle Wang via groups.io
h-client][PATCH 00/13] use Redfish HTTP > protocol > > External email: Use caution opening links or attachments > > > Good work, Nickle! > > On Thu, Feb 29, 2024 at 11:53 AM Nickle Wang via groups.io > mailto:nicklew=nvidia@groups.io>> wrote: >

Re: [edk2-devel] [edk2-redfish-client][PATCH 2/3] RedfishClientPkg/Edk2RedfishResourceConfigLib: support config2 protocol

2024-03-05 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Looks good to me. Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Monday, March 4, 2024 9:27 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > ; Nick Ramirez > Subject: [edk2-redfish-client][PATCH 2/3] >

Re: [edk2-devel] [edk2-redfish-client][PATCH 3/3] RedfishClientPkg/Features: support config2 protocol

2024-03-05 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Nickle, I think we have to merge this patch with 2/3. Otherwise, the build will be failed on the commit of 2/3, right? Thanks Abner > -Original Message- > From: Nickle Wang > Sent: Monday, March 4, 2024 9:27 PM > To: devel@edk2.groups.io > Cc:

Re: [edk2-devel] [edk2-redfish-client][PATCH 1/3] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-05 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] > -Original Message- > From: Nickle Wang > Sent: Monday, March 4, 2024 9:27 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > ; Nick Ramirez > Subject: [edk2-redfish-client][PATCH 1/3] RedfishClientPkg: introduce Redfish > resource

Re: [edk2-devel] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP protocol

2024-03-05 Thread Igor Kulchytskyy via groups.io
Reviewed-by: Igor Kulchytskyy Whole patch reviewed Regards, Igor -Original Message- From: Nickle Wang Sent: Thursday, February 29, 2024 3:53 AM To: devel@edk2.groups.io Cc: Abner Chang ; Igor Kulchytskyy Subject: [EXTERNAL] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP protocol

Re: [edk2-devel] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP protocol

2024-03-05 Thread Igor Kulchytskyy via groups.io
evel] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP > protocol > > External email: Use caution opening links or attachments > > > Good work, Nickle! > > On Thu, Feb 29, 2024 at 11:53 AM Nickle Wang via groups.io > mailto:nicklew=nvidia@groups.io>> wrote:

Re: [edk2-devel] [staging/dynamictables-reorg PATCH v1 0/2] DynamicTablesPkg: Arch Common Namespace

2024-03-05 Thread Abdul Lateef Attar via groups.io
Hi Pierre,     Thanks for reaching out, my patches are non-disruptive (wont impact existing ARM code base). I think lets review and integrate to main branch. Thanks AbduL On 05-03-2024 19:33, Pierre Gondois wrote: Caution: This message originated from an External Source. Use proper

[edk2-devel] [PATCH v1 1/2] ShellPkg/Acpiview: Adds HPET parser

2024-03-05 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds HPET parse to the UefiShellAcpiViewCommandLib library. Cc: Zhichao Gao Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- .../UefiShellAcpiViewCommandLib/AcpiParser.h | 17 ++ .../Parsers/Hpet/HpetParser.c | 221 ++

[edk2-devel] [PATCH v1 2/2] ShellPkg/Acpiview: Adds ACPI WSMT Table parser

2024-03-05 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds WSMT parse to the UefiShellAcpiViewCommandLib library. Cc: Zhichao Gao Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- .../UefiShellAcpiViewCommandLib/AcpiParser.h | 17 .../Parsers/Wsmt/WsmtParser.c | 89 +++

[edk2-devel] [PATCH v1 0/2] ShellPkg/AcpiView: Adds HPET and WSMT parser

2024-03-05 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds HPET and WSMT parser for acpiview. Cc: Zhichao Gao Cc: Pierre Gondois Abdul Lateef Attar (2): ShellPkg/Acpiview: Adds HPET parser ShellPkg/Acpiview: Adds ACPI WSMT Table parser .../UefiShellAcpiViewCommandLib/AcpiParser.h | 34 +++

Re: [edk2-devel] [staging/dynamictables-reorg PATCH v1 0/2] DynamicTablesPkg: Arch Common Namespace

2024-03-05 Thread Abdul Lateef Attar via groups.io
Hi Sami, Sunil,     Yesterday I submitted few patches on main branch; I'll port those changes to this staging branch. Currently from AMD X64 perspective I'm working on ACPI tables, once that is done, then will move to smbios tables. Thanks AbduL On 05-03-2024 16:22, Sunil V L wrote:

Re: [edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Chang, Abner via groups.io
BMC again and this saves time of communication > between BIOS and BMC. This is very helpful when we are working on Redfish > Boot Options collection, which may contains many boot options on system. > > Regards, > Nickle > > > -Original Message- > > From: devel@edk

Re: [edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Nickle Wang via groups.io
saves time of communication between BIOS and BMC. This is very helpful when we are working on Redfish Boot Options collection, which may contains many boot options on system. Regards, Nickle > -Original Message- > From: devel@edk2.groups.io On Behalf Of Chang, Abner > via groups

Re: [edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Nickle, May I know what is the scenario on edk2 Redfish driver stack to use Resource Config2 protocol? Thanks Abner > -Original Message- > From: Nickle Wang > Sent: Monday, March 4, 2024 9:27 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor

回复: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: Warn if out of flash space when writing variables

2024-03-04 Thread gaoliming via groups.io
Oliver: If there is no enough space, Variable driver will reclaim flash and reserve the enough space at boot time. At the runtime, reclaim will not be trigged. The space may be out of resource. The warning message may be reported. Is this your case? Thanks Liming > -邮件原件- > 发件人:

[edk2-devel] 回复: [PATCH] MdeModulePkg/Xhci: Skip another size round up for TRB address translation

2024-03-04 Thread gaoliming via groups.io
This change looks good. Reviewed-by: Liming Gao Cheng and Hao: Have you any comments for this patch? Thanks Liming > -邮件原件- > 发件人: Dat Mach > 发送时间: 2024年2月26日 10:00 > 收件人: devel@edk2.groups.io > 抄送: gao.ch...@intel.com; hao.a...@intel.com; ray...@intel.com; >

回复: [edk2-devel] [PATCH] MdePkg: Add UEFI 2.10 DeviceAuthentication

2024-03-04 Thread gaoliming via groups.io
Please also need to add gEfiDeviceSignatureDatabaseGuid in MdePkg.dec. > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Wenxing Hou > 发送时间: 2024年3月4日 19:56 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Jiewen > Yao > 主题: [edk2-devel] [PATCH] MdePkg: Add UEFI

[edk2-devel] A bug in the use of timer was discovered during the RISC-V adaptation process

2024-03-04 Thread vicshuang(黄松) via groups.io
Hello: In the process of using UEFI EDK2 to adapt to RISC-V, we referred to SIFIVE's adaptation method. However, during the debugging process, we found that there was an issue with inaccurate timer operation. This problem also existed in the package that targeted SIFIVE, so we wanted

[edk2-devel] A bug in the use of timer was discovered during the RISC-V adaptation process

2024-03-04 Thread vicshuang(黄松) via groups.io
Hello: In the process of using UEFI EDK2 to adapt to RISC-V, we referred to SIFIVE's adaptation method. However, during the debugging process, we found that there was an issue with inaccurate timer operation. This problem also existed in the package that targeted SIFIVE, so we wanted

Re: [edk2-devel] GuestPhysAddrSize questions

2024-03-04 Thread Lendacky, Thomas via groups.io
On 3/4/24 07:09, Gerd Hoffmann wrote: Hi, 23:16 GuestPhysAddrSize Maximum guest physical address size in bits. This number applies only to guests using nested paging. When this field is zero, refer to the

[edk2-devel] [PATCH v2 4/4] DynamicTablesPkg: Adds ACPI SSDT HPET Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI SSDT HPET table generator library. Register/Deregister HPET table. Adds ACPI namespace object for HPET device. Adds Address space for HPET device. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar ---

[edk2-devel] [PATCH v2 3/4] DynamicTablesPkg: Adds ACPI WSMT Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI WSMT table generator library. Register/Deregister WSMT table. Update the WSMT table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- DynamicTablesPkg/DynamicTables.dsc.inc| 2 +

[edk2-devel] [PATCH v2 2/4] DynamicTablesPkg: Adds ACPI HPET Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI HPET table generator library. Register/Deregister HPET table. Update the HPET table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- DynamicTablesPkg/DynamicTables.dsc.inc| 2 +

[edk2-devel] [PATCH v2 1/4] DynamicTablesPkg: Adds ACPI FADT Table generator

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI FADT table generator library. Register/Deregister FADT table. Adds Arch namespace ids. Update the FADT table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar ---

[edk2-devel] [PATCH v2 0/4] DynamicTablesPkg V2: Adds generic FADT, HPET and WSMT table generators

2024-03-04 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar PR: https://github.com/tianocore/edk2/pull/5438 V2: delta changes Addressed review comments Adds ACPI HPET table to add HPET to ACPI namespace V1: Adds new space for ArchNameSpaceObjects. Adds generic FADT table generator. Adds generic HPET table generator. Adds

[edk2-devel] [edk2-redfish-client][PATCH 3/3] RedfishClientPkg/Features: support config2 protocol

2024-03-04 Thread Nickle Wang via groups.io
Because EdkIIRedfishResourceConfigLib is updated to support Redfish resource config2 protocol, update corresponding functions in feature drivers. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy Cc: Nick Ramirez --- .../Features/Bios/v1_0_9/Common/BiosCommon.c | 14

[edk2-devel] [edk2-redfish-client][PATCH 2/3] RedfishClientPkg/Edk2RedfishResourceConfigLib: support config2 protocol

2024-03-04 Thread Nickle Wang via groups.io
Support Redfish resource config2 protocol in Edk2RedfishResourceConfigLib. This library will try Redfish resource config2 protocol first. And if there is no matching protocol found, Redfish resource config protocol will be used. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy

[edk2-devel] [edk2-redfish-client][PATCH 1/3] RedfishClientPkg: introduce Redfish resource config2 protocol.

2024-03-04 Thread Nickle Wang via groups.io
Introduce EDKII Redfish Resource Config2 Protocol. Comparing to Redfish Resource Config Protocol, this protocol adds new parameter called "JsonText". This allows Redfish caller driver to pass JSON context to callee. Callee save the effort of getting same data from Redfish service again. This is

[edk2-devel] [edk2-redfish-client][PATCH 0/3] introduce Redfish Resource Config2 protocol.

2024-03-04 Thread Nickle Wang via groups.io
Introduce EDKII Redfish Resource Config2 Protocol so that caller can pass Redfish data to callee when caller uses "expand" query parameter to get multiple Redfish resources all together. Then, callee does not get Redfish resource from Redfish service again and save the communication effort

Re: [edk2-devel] [PATCH] OvmfPkg/SmbiosPlatformDxe: tweak fallback release date again

2024-03-04 Thread joeyli via groups.io
Hi, On Wed, Feb 07, 2024 at 04:02:52PM +0800, joeyli via groups.io wrote: > On Wed, Feb 07, 2024 at 03:55:49PM +0800, joeyli wrote: > > Hi Laszlo, > > > > First, thanks for your review! > > > > On Mon, Feb 05, 2024 at 05:41:25PM +0100, Laszlo Ersek wrote: &g

Re: [edk2-devel] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP protocol

2024-03-03 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Went through each patch, no problem with entire series. Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, February 29, 2024 4:53 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > > Subject:

Re: [edk2-devel] [edk2-redfish-client][PATCH 07/13] RedfishClientPkg/BiosDxe: ues RedfishHttpLib

2024-03-03 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, February 29, 2024 4:55 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > > Subject: [edk2-redfish-client][PATCH 07/13] RedfishClientPkg/BiosDxe:

Re: [edk2-devel] [edk2-redfish-client][PATCH 03/13] RedfishClientPkg: ues RedfishHttpLib

2024-03-03 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, February 29, 2024 4:53 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > > Subject: [edk2-redfish-client][PATCH 03/13] RedfishClientPkg: ues >

Re: [edk2-devel] [edk2-redfish-client][PATCH 02/13] RedfishClientPkg: remove RedfishHttpCacheLib

2024-03-03 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, February 29, 2024 4:53 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > > Subject: [edk2-redfish-client][PATCH 02/13] RedfishClientPkg: remove >

Re: [edk2-devel] [edk2-redfish-client][PATCH 01/13] RedfishClientPkg/.github: do not run uncrustify to deleted file.

2024-03-03 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Thursday, February 29, 2024 4:53 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > > Subject: [edk2-redfish-client][PATCH 01/13] RedfishClientPkg/.github: do

[edk2-devel] 回复: [PATCH v1] MdeModulePkg/Core/Pei: Improve the copy performance

2024-03-01 Thread gaoliming via groups.io
I agree this change. It should have no negative impact. Reviewed-by: Liming Gao Michael: Have you any comments for this change? Thanks Liming > -邮件原件- > 发件人: Zhihao Li > 发送时间: 2024年3月1日 15:12 > 收件人: devel@edk2.groups.io > 抄送: Liming Gao > 主题: [PATCH v1] MdeModulePkg/Core/Pei:

回复: [edk2-devel] [edk2-BuildSpecification PATCH 0/3] AutoGen.h: declare ProcessLibraryConstructorList() for SEC modules

2024-03-01 Thread gaoliming via groups.io
Looks good. Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Laszlo Ersek > 发送时间: 2024年2月25日 5:24 > 收件人: edk2-devel-groups-io > 抄送: Bob Feng ; Liming Gao > ; Michael D Kinney > ; Rebecca Cran ; Yuwei > Chen > 主题: [edk2-devel] [edk2-BuildSpecification PATCH 0/3]

回复: [edk2-devel] [edk2-InfSpecification PATCH 0/2] README: INF_VERSION >= 1.30: declare ProcessLibraryCon...() for SEC modules

2024-03-01 Thread gaoliming via groups.io
Looks good. Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Laszlo Ersek > 发送时间: 2024年2月25日 5:29 > 收件人: edk2-devel-groups-io > 抄送: Bob Feng ; Liming Gao > ; Michael D Kinney > ; Rebecca Cran ; Yuwei > Chen > 主题: [edk2-devel] [edk2-InfSpecification PATCH 0/2] README: >

[edk2-devel] 回复: [PATCH v4 2/3] MdeModulePkg/DxeIplPeim: rename variable

2024-03-01 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Gerd Hoffmann > 发送时间: 2024年2月22日 18:54 > 收件人: devel@edk2.groups.io > 抄送: Michael Roth ; Jiewen Yao > ; Liming Gao ; Laszlo > Ersek ; Tom Lendacky ; > Paolo Bonzini ; Ard Biesheuvel > ; Gerd Hoffmann ; Min Xu > ; Erdem Aktas ; Oliver > Steffen ;

[edk2-devel] 回复: [PATCH v4 1/3] MdeModulePkg/DxeIplPeim: fix PcdUse5LevelPageTable assert

2024-03-01 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Gerd Hoffmann > 发送时间: 2024年2月22日 18:54 > 收件人: devel@edk2.groups.io > 抄送: Michael Roth ; Jiewen Yao > ; Liming Gao ; Laszlo > Ersek ; Tom Lendacky ; > Paolo Bonzini ; Ard Biesheuvel > ; Gerd Hoffmann ; Min Xu > ; Erdem Aktas ; Oliver > Steffen ;

Re: [edk2-devel] [edk2-redfish-client][PATCH 00/13] use Redfish HTTP protocol

2024-02-29 Thread Nickle Wang via groups.io
links or attachments > > > Good work, Nickle! > > On Thu, Feb 29, 2024 at 11:53 AM Nickle Wang via groups.io > mailto:nicklew=nvidia@groups.io>> wrote: > > > > Redfish HTTP protocol is introduced to edk2 RedfishPkg. Update > > RedfishClientPkg t

Re: [edk2-devel] [PATCH v2] SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI spec

2024-02-29 Thread Felix Polyudov via groups.io
Reviewed-by: Felix Polyudov -Original Message- From: Tan, Ming Sent: Wednesday, February 28, 2024 10:32 PM To: Yao, Jiewen ; devel@edk2.groups.io; Pingle, Sneha S ; Felix Polyudov ; Bi, Dandan Cc: Xu, Min M Subject: [EXTERNAL] RE: [PATCH v2] SecurityPkg/SecureBootConfigDxe: Update

Re: [edk2-devel] [PATCH 09/10] OvmfPkg/ResetVector: leave SEV VC handler installed longer

2024-02-29 Thread Lendacky, Thomas via groups.io
On 2/22/24 05:54, Gerd Hoffmann wrote: When running in SEV mode keep the VC handler installed. Add a function to uninstall it later. This allows using the cpuid instruction in SetCr3ForPageTables64, which is needed to check for la57 & 1G page support. Signed-off-by: Gerd Hoffmann Looks

<    4   5   6   7   8   9   10   11   12   13   >