[edk2-devel] [PATCH v3 0/9] merge UefiCpuPkg/UefiCpuLib to MdePkg/CpuLib

2022-11-01 Thread Zhiguang Liu
V3: Months ago, Pu Yu sent this patch serial and get reviewed-by, but some haven't been merged. Because the code base is changed, to merge the remaining patches into latest code base, two patches for OvmfPkg are modified. Please OvmfPkg maintainers and reviewers help review patch #1 and #4. Other

[edk2-devel] [PATCH v3 1/9] OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.

2022-11-01 Thread Zhiguang Liu
There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib and UefiCpuPkg/UefiCpuLib will be merged to MdePkg/CpuLib. To avoid build failure, add CpuLib dependency to all modules that depend on UefiCpuLib. Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Signed-off-b

[edk2-devel] [PATCH v3 2/9] MdePkg: Move API and implementation from UefiCpuLib to CpuLib

2022-11-01 Thread Zhiguang Liu
From: Yu Pu There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib. This patch merges UefiCpuPkg/UefiCpuLib to MdePkg/CpuLib. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Signed-off-by: Yu Pu Reviewed-by: Liming Gao --- MdePkg/I

[edk2-devel] [PATCH v3 3/9] IntelFsp2Pkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Yu Pu Reviewed-by: Chasel Chiu --- IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 1 - IntelFsp2Pkg/FspSecCor

[edk2-devel] [PATCH v3 4/9] OvmfPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Signed-off-by: Yu Pu Signed-off-by: Zhiguang Liu --- OvmfPkg/AmdSev/AmdSevX64.dsc | 1 - OvmfPkg/B

[edk2-devel] [PATCH v3 5/9] PcAtChipsetPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Ray Ni Signed-off-by: Yu Pu Reviewed-by: Ray Ni --- PcAtChipsetPkg/PcAtChipsetPkg.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dsc b/PcAtChi

[edk2-devel] [PATCH v3 6/9] SourceLevelDebugPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Hao A Wu Signed-off-by: Yu Pu Reviewed-by: Ray Ni --- SourceLevelDebugPkg/SourceLevelDebugPkg.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/SourceLevelDebugPkg/SourceLevelD

[edk2-devel] [PATCH v3 7/9] UefiCpuPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Signed-off-by: Yu Pu Reviewed-by: Ray Ni --- UefiCpuPkg/CpuDxe/CpuDxe.h | 1 - UefiCpuPkg/CpuDxe/CpuDxe.inf

[edk2-devel] [PATCH v3 8/9] UefiPayloadPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc: Sean Rhodes Signed-off-by: Yu Pu Reviewed-by: Ray Ni --- UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h| 1 -

[edk2-devel] [PATCH v3 9/9] UefiCpuLib: Remove UefiCpuLib.

2022-11-01 Thread Zhiguang Liu
From: Yu Pu Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib and all modules are updated to not depend on this library, remove it completely. Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Signed-off-by: Yu Pu Reviewed-by: Ray Ni Signed-off-by: Zhiguang Liu --- UefiCpuPkg/Include/Librar

Re: [edk2-devel] [PATCH v9 00/19] Add Raw algorithm support using Arm TRNG interface

2022-11-01 Thread Yao, Jiewen
Thanks for the update. For SecurityPkg (11~18), Acked-by: Jiewen Yao Since the update is for AARCH64, I recommend to have an ARM people to give Reviewed-by. Thank you Yao Jiewen > -Original Message- > From: pierre.gond...@arm.com > Sent: Friday, October 28, 2022 11:33 PM > To: devel@

Re: [edk2-devel] [PATCH V5 00/10] Introduce Lazy-accept for Tdx guest

2022-11-01 Thread Yao, Jiewen
For OvmfPkg, reviewed-by: Jiewen Yao > -Original Message- > From: Xu, Min M > Sent: Tuesday, November 1, 2022 1:14 PM > To: devel@edk2.groups.io > Cc: Xu, Min M ; Gao, Zhichao > ; Kinney, Michael D > ; Liu, Zhiguang ; > Wang, Jian J ; Gao, Liming > ; Ni, Ray ; Aktas, Erdem > ; Gerd Hoffm

Re: [edk2-devel] [PATCH V5 00/10] Introduce Lazy-accept for Tdx guest

2022-11-01 Thread Yao, Jiewen
Merged https://github.com/tianocore/edk2/pull/3572 > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, > Jiewen > Sent: Tuesday, November 1, 2022 5:00 PM > To: Xu, Min M ; devel@edk2.groups.io > Cc: Gao, Zhichao ; Kinney, Michael D > ; Liu, Zhiguang ; > Wang, Jian J ; Gao,

Re: [edk2-devel] [PATCH 1/2] MdePkg/IndustryStandard: add definitions for ACPI APMT

2022-11-01 Thread Sami Mujawar
Hi Jeff, Thank you for this patch. These changes look good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 27/10/2022 03:40 pm, Jeff Brasen via groups.io wrote: This adds #defines and struct typedefs for the various node types in the ACPI Arm Performance Monitoring Unit (APMT)

Re: [edk2-devel] [PATCH 2/2] ShellPkg/AcpiView: APMT Parser

2022-11-01 Thread Sami Mujawar
Hi Jeff, I have two minor suggestions marked inline as [SAMI]. Other than those this patch looks good to me. With that updated, Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 27/10/2022 03:40 pm, Jeff Brasen via groups.io wrote: Add a new parser for the Arm Performance Monitoring Unit

Re: [edk2-devel] [PATCH edk2-platforms 2/2] Maintainers.txt: update email address for Graeme Gregory

2022-11-01 Thread Graeme Gregory
On Thu, Oct 27, 2022 at 12:05:09PM +0100, Leif Lindholm wrote: > From: Leif Lindholm > > Signed-off-by: Leif Lindholm > Cc: Graeme Gregory > Cc: Graeme Gregory > Cc: Michael D Kinney > Cc: Ard Biesheuvel > --- > Maintainers.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > di

Re: [edk2-devel] [PATCH 1/1] Platform/ARM: Bump Dsdt/Ssdt ACPI table revision

2022-11-01 Thread Sami Mujawar
Pushed as 4bb490aad718..d13436b384fc Thanks. Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#95820): https://edk2.groups.io/g/devel/message/95820 Mute This Topic: https://groups.io/mt/93548410/21656 Group Owner: de

Re: [edk2-devel] [Patch 1/1] CryptoPkg/Test: Simplify BaseCryptLib host based unit tests

2022-11-01 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: Kinney, Michael D > Sent: Saturday, October 29, 2022 3:01 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J > ; Lu, Xiaoyu1 ; Jiang, > Guomin > Subject: [Patch 1/1] CryptoPkg/Test: Simplify BaseCryptLib host based unit >

[edk2-devel] [PATCH v1 0/2] Enable Initial CodeQL Support

2022-11-01 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4115 This patch series enables initial CodeQL support within the edk2 repository. After this patch, a CodeQL Analyze step will run on a subset of edk2 packages in Pull Requests. The plan to scale additional CodeQL queries

[edk2-devel] [PATCH v1 2/2] .github: Add initial CodeQL config and workflow files

2022-11-01 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4115 Adds initial support for enabling CodeQL Code Scanning in this repository per the RFC: https://github.com/tianocore/edk2/discussions/3258 Adds the following new files: - .github/workflows/codql-analysis.yml - The

Re: [edk2-devel] [PATCH v3 3/9] IntelFsp2Pkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Chiu, Chasel
Reviewed-by: Chasel Chiu Thanks, Chasel > -Original Message- > From: Liu, Zhiguang > Sent: Tuesday, November 1, 2022 12:59 AM > To: devel@edk2.groups.io > Cc: Yu Pu ; Chiu, Chasel ; > Desimone, Nathaniel L ; Zeng, Star > > Subject: [PATCH v3 3/9] IntelFsp2Pkg: Remove UefiCpuLib from

Re: [edk2-devel] [Patch 1/1] CryptoPkg/Test: Simplify BaseCryptLib host based unit tests

2022-11-01 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Kinney, Michael D > Sent: Saturday, October 29, 2022 3:01 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J ; > Lu, Xiaoyu1 ; Jiang, Guomin > Subject: [Patch 1/1] CryptoPkg/Test: Simplify BaseCryptLib ho

Re: [edk2-devel] [PATCH v4] NetworkPkg/WifiProfileSync: Add WiFi profile sync protocol support

2022-11-01 Thread Clark-williams, Zachary
Hey Vincent, The documentation for describing the features in the PR description can be found in the CSME documentation found on the public accessible intel link below. OCR - https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fo

Re: [edk2-devel] [PATCH v4] NetworkPkg/WifiProfileSync: Add WiFi profile sync protocol support

2022-11-01 Thread Zimmer, Vincent
That's great If these links are not already in the .h files of the patch I'd add them. Typically the uefi networking code leverages uefi spec or ietf rfc's or other public collateral. Letting folks know the background of these interfaces with a reference should help consumers IMHO Vincent -

Re: [edk2-devel] [PATCH v4] NetworkPkg/WifiProfileSync: Add WiFi profile sync protocol support

2022-11-01 Thread Clark-williams, Zachary
Great thank you Vincent, I will add them to the protocol header file and send an updated patch today. -Original Message- From: Zimmer, Vincent Sent: Tuesday, November 1, 2022 10:39 AM To: Clark-williams, Zachary ; Rabeda, Maciej ; Luo, Heng ; Kuo, Scottie ; Kuo, Ted ; Dutkiewicz, Mich

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Update Function header to support IA32/X64.

2022-11-01 Thread Chiu, Chasel
Hi Michael D and Michael, Could you please help me to clarify why CI build failed in this PR? https://github.com/tianocore/edk2/pull/3575 >From log file it seems to be some CI script crashed but I have no idea what >caused that failure. Thanks, Chasel CI Failing log: 2022-11-01T18:58:09.3441

[edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Bump pytool extensions and library

2022-11-01 Thread Michael Kubacki
From: Michael Kubacki Updates the following pip modules: - edk2-pytool-library from 0.11.2 to 0.11.6 - edk2-pytool-extensions from 0.16 to 0.19.1 Needed to fix an issue with Python 3.11 compatibility. Signed-off-by: Michael Kubacki --- pip-requirements.txt | 4 ++-- 1 file changed, 2 ins

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Update Function header to support IA32/X64.

2022-11-01 Thread Michael Kubacki
Because edk2 pip-requirements.txt is out of date. I sent a patch to update them here. Reviews are appreciated. [PATCH v1 1/1] pip-requirements.txt: Bump pytool extensions and library (groups.io) ( https://edk2.groups.io/g/devel/message/95831 ) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receiv

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Update Function header to support IA32/X64.

2022-11-01 Thread Michael Kubacki
The reason it started happening is because the VM images started coming with Python 3.11. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#95833): https://edk2.groups.io/g/devel/message/95833 Mute This Topic: https://groups.io/mt/94619463/

Re: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Bump pytool extensions and library

2022-11-01 Thread Michael D Kinney
Thanks for fixing this CI issue. Reviewed-by: Michael D Kinney > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael Kubacki > Sent: Tuesday, November 1, 2022 2:54 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Bump pytool >

[edk2-devel] [PATCH v2 1/1] pip-requirements.txt: Bump pytool extensions and library

2022-11-01 Thread Michael Kubacki
From: Michael Kubacki Fixes edk2 CI failure due to VM images being updated to Python 3.11 and the old pip modules not being compatible with Python 3.11. Updates the following pip modules: - edk2-pytool-library from 0.11.2 to 0.11.6 - edk2-pytool-extensions from 0.16 to 0.19.1 Needed to fix

Re: [edk2-devel] [PATCH v3 6/9] SourceLevelDebugPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Wu, Hao A
Acked-by: Hao A Wu Best Regards, Hao Wu > -Original Message- > From: Liu, Zhiguang > Sent: Tuesday, November 1, 2022 3:59 PM > To: devel@edk2.groups.io > Cc: Yu Pu ; Wu, Hao A ; Ni, Ray > > Subject: [PATCH v3 6/9] SourceLevelDebugPkg: Remove UefiCpuLib from > module INFs. > > From: Yu

回复: [edk2-devel] [PATCH 1/2] MdePkg/IndustryStandard: add definitions for ACPI APMT

2022-11-01 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Sami > Mujawar > 发送时间: 2022年11月1日 19:42 > 收件人: devel@edk2.groups.io; jbra...@nvidia.com > 抄送: michael.d.kin...@intel.com; gaolim...@byosoft.com.cn; > zhiguang@intel.com; zhichao@intel.com; ray...@intel.com; > n...@ar

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 11/01/2022 #cal-reminder

2022-11-01 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* 11/01/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4ed4-8496-4ed77

回复: [edk2-devel] [PATCH v2 1/1] pip-requirements.txt: Bump pytool extensions and library

2022-11-01 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Michael > Kubacki > 发送时间: 2022年11月2日 7:40 > 收件人: devel@edk2.groups.io > 抄送: Sean Brogan ; Michael D Kinney > ; Liming Gao ; > Chasel Chiu > 主题: [edk2-devel] [PATCH v2 1/1] pip-requirements.txt: Bump pytool > extensions and

[edk2-devel] [PATCH] ShellPkg:Improved Smbios Type 9 data under smbiosview

2022-11-01 Thread Sainadh Nagolu via groups.io
Added spec version check while publishing new fields, added Slot Pitch field which was missing and corrected the publishing order as per Smbios spec. Signed-off-by: Sainadh Nagolu --- .../SmbiosView/PrintInfo.c | 18 -- .../SmbiosView/SmbiosViewStrings.uni

[edk2-devel] [PATCH 0/8] Rename VmgExitLib to CcExitLib

2022-11-01 Thread Min Xu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 VmgExitLib once was designed to provide interfaces to support #VC handler and issue VMGEXIT instruction. After TDVF (enable TDX feature in OVMF) is introduced, this library is updated to support #VE as well. Now the name of VmgExitLib cannot

[edk2-devel] [PATCH 1/8] UefiCpuPkg: Add CcExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 CcExitLib is designed to support handling #VC/#VE exceptions and issuing VMGEXIT instructions. It can be used to perform these: - Handling #VC exceptions - Handling #VE exceptions - Preparing for and issuing a VMGEXIT

[edk2-devel] [PATCH 3/8] UefiCpuPkg: Use CcExitLib instead of VmgExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 VmgExitLib once was designed to provide interfaces to support #VC handler and issue VMGEXIT instruction. After TDVF (enable TDX feature in OVMF) is introduced, this library is updated to support #VE as well. Now the name of V

[edk2-devel] [PATCH 2/8] OvmfPkg: Add CcExitLib

2022-11-01 Thread Min Xu
From: Min M Xu https://bugzilla.tianocore.org/show_bug.cgi?id=4123 The base CcExitLib library provides a default limited interface. As it does not provide full support, create an OVMF version of this library to begin the process of providing full support of Cc guest (such as SEV-ES, TDX) within

[edk2-devel] [PATCH 4/8] UefiPayloadPkg: Use CcExitLib instead of VmgExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 VmgExitLib is renamed as CcExitLib. So UefiPayloadPkg.dsc should be updated as well. Cc: Guo Dong Cc: Ray Ni Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Min Xu --- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 +-

[edk2-devel] [PATCH 5/8] OvmfPkg: Use CcExitLib instead of VmgExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 VmgExitLib is renamed as CcExitLib. See the description in BZ4123. So OvmfPkg should be updated to this rename. Cc: Brijesh Singh Cc: Erdem Aktas Cc: Gerd Hoffmann Cc: James Bottomley Cc: Jiewen Yao Cc: Tom Lendacky Si

[edk2-devel] [PATCH 7/8] UefiCpuPkg: Delete VmgExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 VmgExitLib is replaced by CcExitLib. So it is deleted from UefiCpuPkg. Cc: Guo Dong Cc: Ray Ni Signed-off-by: Min Xu --- UefiCpuPkg/Include/Library/VmgExitLib.h | 173 -- .../Library/VmgExitLibNull/

[edk2-devel] [PATCH 8/8] Maintainers: Update the VmgExitLib to CcExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 VmgExitLib is renamed as CcExitLib. The related section in Maintainers.txt should be updated as well. Cc: Michael D Kinney Cc: Liming Gao Cc: Erdem Aktas Cc: Gerd Hoffmann Cc: James Bottomley Cc: Jiewen Yao Cc: Tom Len

[edk2-devel] [PATCH 6/8] OvmfPkg: Delete VmgExitLib

2022-11-01 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123 Delete VmgExitLib because it is replaced by CcExitLib. Cc: Brijesh Singh Cc: Erdem Aktas Cc: Gerd Hoffmann Cc: James Bottomley Cc: Jiewen Yao Cc: Tom Lendacky Signed-off-by: Min Xu --- .../VmgExitLib/PeiDxeVmgExitVcH

Re: [edk2-devel] [PATCH v3 8/9] UefiPayloadPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Lu, James
Reviewed-by: James Lu -Original Message- From: devel@edk2.groups.io On Behalf Of Zhiguang Liu Sent: Tuesday, November 1, 2022 3:59 PM To: devel@edk2.groups.io Cc: Yu Pu ; Dong, Guo ; Ni, Ray ; Maurice Ma ; You, Benjamin ; Rhodes, Sean Subject: [edk2-devel] [PATCH v3 8/9] UefiPayloadPk

Re: [edk2-devel] [PATCH 4/8] UefiPayloadPkg: Use CcExitLib instead of VmgExitLib

2022-11-01 Thread Lu, James
Reviewed-by: James Lu -Original Message- From: Xu, Min M Sent: Wednesday, November 2, 2022 1:11 PM To: devel@edk2.groups.io Cc: Xu, Min M ; Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Lu, James ; Guo, Gua Subject: [PATCH 4/8] UefiPayloadPkg: Use CcExitLib instead of VmgExitLib From: Min M

Re: [edk2-devel] [PATCH v3 8/9] UefiPayloadPkg: Remove UefiCpuLib from module INFs.

2022-11-01 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: devel@edk2.groups.io On Behalf Of Lu, James Sent: Wednesday, November 2, 2022 1:23 PM To: devel@edk2.groups.io; Liu, Zhiguang Cc: Yu Pu ; Dong, Guo ; Ni, Ray ; Maurice Ma ; You, Benjamin ; Rhodes, Sean Subject: Re: [edk2-devel] [PATCH v3

Re: [edk2-devel] [PATCH 4/8] UefiPayloadPkg: Use CcExitLib instead of VmgExitLib

2022-11-01 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Lu, James Sent: Wednesday, November 2, 2022 1:29 PM To: Xu, Min M ; devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Guo, Gua Subject: RE: [PATCH 4/8] UefiPayloadPkg: Use CcExitLib instead of VmgExitLib Reviewed-by: James Lu

[edk2-devel] [PATCH v2] IntelFsp2Pkg: FSP should support input UPD as NULL.

2022-11-01 Thread Chiu, Chasel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4114 FSP specification supports input UPD as NULL cases which FSP will use built-in UPD region instead. FSP should not return INVALID_PARAMETER in such cases. In FSP-T entry point case, the valid FSP-T UPD region pointer will be passed to platfo