Re: [edk2-devel] [PATCH 17/18] UefiPayloadPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Guo, Gua
Reviewed-by: Gua Guo -Original Message- From: Rebecca Cran Sent: Friday, April 7, 2023 6:23 AM To: devel@edk2.groups.io; Gao, Liming ; Kinney, Michael D ; Jiang, Guomin ; Xu, Wei6 ; Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Andrew Fish ; Wu, Hao A ; Maciej Rabeda

Re: [edk2-devel] [PATCH 08/18] RedfishPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Nickle Wang via groups.io
Reviewed-by: Nickle Wang Regards, Nickle > -Original Message- > From: Rebecca Cran > Sent: Friday, April 7, 2023 6:23 AM > To: devel@edk2.groups.io; Liming Gao ; Michael > D Kinney ; Guomin Jiang > ; Wei6 Xu ; Guo Dong > ; Ray Ni ; Sean Rhodes > ; James Lu ; Gua Guo > ; Andrew Fish ;

Re: [edk2-devel] [PATCH v6 2/3] MdePkg: add SBI-based SerialPortLib for RISC-V

2023-04-06 Thread Andrei Warkentin
Thanks Sunil, I have in fact missed your email. Will apply your feedback, retest and resend. A > -Original Message- > From: Sunil V L > Sent: Thursday, April 6, 2023 12:00 AM > To: Warkentin, Andrei > Cc: devel@edk2.groups.io; Daniel Schaefer ; > Kinney, Michael D ; Gao, Liming > ;

Re: [edk2-devel] [PATCH 03/18] UefiCpuPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Rebecca Cran > Sent: Friday, April 7, 2023 6:23 AM > To: devel@edk2.groups.io; Gao, Liming ; > Kinney, Michael D ; Jiang, Guomin > ; Xu, Wei6 ; Dong, Guo > ; Ni, Ray ; Rhodes, Sean > ; Lu, James ; Guo, Gua > ; Andrew Fish ; Wu, Hao A > ;

Re: [edk2-devel] [PATCH 15/18] SourceLevelDebugPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Rebecca Cran > Sent: Friday, April 7, 2023 6:23 AM > To: devel@edk2.groups.io; Gao, Liming ; > Kinney, Michael D ; Jiang, Guomin > ; Xu, Wei6 ; Dong, Guo > ; Ni, Ray ; Rhodes, Sean > ; Lu, James ; Guo, Gua > ; Andrew Fish ; Wu, Hao A > ;

Re: [edk2-devel] [PATCH 16/18] EmulatorPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Rebecca Cran > Sent: Friday, April 7, 2023 6:23 AM > To: devel@edk2.groups.io; Gao, Liming ; > Kinney, Michael D ; Jiang, Guomin > ; Xu, Wei6 ; Dong, Guo > ; Ni, Ray ; Rhodes, Sean > ; Lu, James ; Guo, Gua > ; Andrew Fish ; Wu, Hao A > ;

Re: [edk2-devel] [PATCH] ShellPkg: Update smbiosview type 0/4/17/41 with SMBIOS 3.5 fields

2023-04-06 Thread Gao, Zhichao
> -Original Message- > From: Lin, MillerX > Sent: Monday, March 13, 2023 10:30 AM > To: devel@edk2.groups.io > Cc: Lin, MillerX ; Ni, Ray ; Gao, > Zhichao > Subject: [PATCH] ShellPkg: Update smbiosview type 0/4/17/41 with SMBIOS > 3.5 fields > > Cc: Signed-off-by: MillerX Lin > Cc:

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - Thursday, April 6, 2023 #cal-reminder

2023-04-06 Thread Group Notification
*Reminder: TianoCore Community Meeting - APAC/NAMO* *When:* Thursday, April 6, 2023 7:30pm to 8:30pm (UTC-07:00) America/Los Angeles *Where:*

Re: [edk2-devel] [PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest

2023-04-06 Thread Min Xu
On Friday, April 7, 2023 4:29 AM, Tom Lendacky wrote: > On 4/5/23 20:42, Xu, Min M wrote: > > On April 3, 2023 7:21 PM, Gerd Hoffmann wrote: > I agree that the efi variable store is not secure without smm. But > after 58eb8517ad7b be introduced, the -D SECURE_BOOT_ENABLE > doesn't >

[edk2-devel] [PATCH 1/1] BaseTools: Update PatchCheck.py to check for __FUNCTION__

2023-04-06 Thread Rebecca Cran
New code should use the C99 macro __func__ instead of the pre-Standard macro __FUNCTION__. Update PatchCheck.py to reject patches with the latter. Signed-off-by: Rebecca Cran --- BaseTools/Scripts/PatchCheck.py | 4 1 file changed, 4 insertions(+) diff --git

[edk2-devel] [PATCH 1/1] BaseTools: Update SetupGit.py to add new 'fp' alias for patch formatting

2023-04-06 Thread Rebecca Cran
To help people format patches with the correct options, add an alias named 'fp' to SetupGit.py that runs format-patch with '-M --stat=1000 --stat-graph-width=20'. Signed-off-by: Rebecca Cran --- BaseTools/Scripts/SetupGit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [edk2-devel] [PATCH RESEND 0/4] Fixes for SEV-SNP CC blob and CPUID table handling

2023-04-06 Thread Roth, Michael via groups.io
On Wed, Mar 15, 2023 at 04:57:43PM -0500, Michael Roth wrote: > (Rebased series and resending due to merge conflict with previous > submission.) Ping. > > Here are a number of fixes related to OVMF handling of the SEV-SNP > Confidential Computing blob and CPUID table. > > Patch #1 is a fix for

[edk2-devel] [PATCH 18/18] FmpDevicePkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout FmpDevicePkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 17/18] UefiPayloadPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout UefiPayloadPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 16/18] EmulatorPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout EmulatorPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 15/18] SourceLevelDebugPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout SourceLevelDebugPkg. Visual Studio versions before VS 2015 don't support __func__ and so will

[edk2-devel] [PATCH 14/18] NetworkPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout NetworkPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 13/18] CryptoPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout CryptoPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 12/18] StandaloneMmPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout StandaloneMmPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 11/18] PrmPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout PrmPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to compile.

[edk2-devel] [PATCH 10/18] UnitTestFrameworkPkg: Update to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout UnitTestFrameworkPkg. Visual Studio versions before VS 2015 don't support __func__ and so will

[edk2-devel] [PATCH 09/18] ArmPlatformPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout ArmPlatformPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 08/18] RedfishPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout RedfishPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 07/18] EmbeddedPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout EmbeddedPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 06/18] SecurityPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout SecurityPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 05/18] MdeModulePkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout MdeModulePkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 03/18] UefiCpuPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout UefiCpuPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 02/18] ArmVirtPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout ArmVirtPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to

[edk2-devel] [PATCH 01/18] ArmPkg: Update code to be more C11 compliant by using __func__

2023-04-06 Thread Rebecca Cran
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout ArmPkg. Visual Studio versions before VS 2015 don't support __func__ and so will fail to compile.

[edk2-devel] [PATCH 00/18] Replace pre-standard macro __FUNCTION__ with C99 __func__ throughout edk2

2023-04-06 Thread Rebecca Cran
Following on from commit b17a3a133b18fb41493fba7d86e9b5804ea6a8cf which updated MdePkg to be more C11 compliant by replacing the pre-standard __FUNCTION__ with __func__ which was introduced in C99, this patch series updates the remaining packages in edk2. The changes were generated by using

Re: [edk2-devel] [PATCH] add ArmCpuInfo EFI application

2023-04-06 Thread Rebecca Cran
Looks good - thanks. There are a few style issues: First, this patch came through as quoted-printable, with some lines wrapped. I'd be interested to learn how other people are dealing with this, since I've not seen complaints since Lazslo left the project. Are people saving the _formatted_

Re: [edk2-devel] [PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest

2023-04-06 Thread Lendacky, Thomas via groups.io
On 4/5/23 20:42, Xu, Min M wrote: On April 3, 2023 7:21 PM, Gerd Hoffmann wrote: I agree that the efi variable store is not secure without smm. But after 58eb8517ad7b be introduced, the -D SECURE_BOOT_ENABLE doesn't work with SEV. System just hangs in "NvVarStore FV headers were invalid." Hi,

Re: [edk2-devel] [PATCH tianocore-docs edk2-InfSpecification 1/1] Remove the "Published with GitBook" link from summary.html

2023-04-06 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Rebecca Cran > Sent: Thursday, April 6, 2023 9:43 AM > To: devel@edk2.groups.io; Leif Lindholm ; Ard > Biesheuvel ; Demeter, > Miki ; Kinney, Michael D > Cc: Rebecca Cran > Subject: [PATCH tianocore-docs

[edk2-devel] [PATCH tianocore-docs edk2-InfSpecification 1/1] Remove the "Published with GitBook" link from summary.html

2023-04-06 Thread Rebecca Cran
Since we no longer use GitBook to publish our documentation, delete the section with the text "Published with GitBook" that links to gitbook.com in _layouts/website/summary.html. Contributed-Under: TianoCore Contribution Agreement 1.1 Signed-off-by: Rebecca Cran ---

Re: [edk2-devel] [PATCH 0/2] Support FDT library.

2023-04-06 Thread Sheng Lean Tan
Thanks for the nice feedback Pedro, Gerd and Andrei! Yeah it seems like a valid concern here as Mik mentioned on edk2-libc, and it seems to fits edk2 long term interest on this. Can we file this as an issue in Bugzilla for tracking or something? Since this will take some time to work on this as it

Re: [edk2-devel] [PATCH tianocore-docs v3 2/2] Readme.md: Update the Gitbook documentation section

2023-04-06 Thread Michael D Kinney
Hi Leif, I am not sure. The current contributors agreement has support for code and documentation. The specific sections on documents are: * https://github.com/tianocore-docs/edk2-BuildSpecification/blob/db69f5661caec977fac9730e21e5a1132f6ff80b/CONTRIBUTIONS.txt#L29 *

Re: [edk2-devel] [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents

2023-04-06 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: devel@edk2.groups.io On Behalf Of Rebecca Cran > Sent: Thursday, April 6, 2023 6:46 AM > To: devel@edk2.groups.io; Leif Lindholm ; Ard > Biesheuvel ; Demeter, > Miki ; Kinney, Michael D > Cc: Rebecca Cran > Subject:

Re: [edk2-devel] [PATCH tianocore-docs v3 2/2] Readme.md: Update the Gitbook documentation section

2023-04-06 Thread Rebecca Cran
On 4/6/23 3:47 AM, Leif Lindholm wrote: On Thu, Apr 06, 2023 at 10:42:34 +0100, Leif Lindholm wrote: On Wed, Apr 05, 2023 at 19:06:18 -0600, Rebecca Cran wrote: We no longer use Gitbook for publishing the documentation. Update the section to direct users to use the mailing list to send

Re: [edk2-devel] please help fix building error

2023-04-06 Thread luming.jin via groups.io
Hello liming Same error, I used another computer to build with python 2.7 seems ok But failed build in the server, any possible reason? Active Platform =

[edk2-devel] Now: TianoCore Community Meeting EMEA/NAMO - Thursday, April 6, 2023 #cal-notice

2023-04-06 Thread Group Notification
*TianoCore Community Meeting EMEA/NAMO* *When:* Thursday, April 6, 2023 8:00am to 9:00am (UTC-07:00) America/Los Angeles *Where:* Microsoft Teams meeting Join on your computer or mobile app Click here to join the meeting Meeting ID: 226 323 011 029 Passcode: hMRCj6 Download Teams | Join on the

Re: [edk2-devel] [PATCH V2 0/5] Delete UefiCpuLib usage

2023-04-06 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: devel@edk2.groups.io On Behalf Of Zhiguang Liu > Sent: Thursday, April 6, 2023 1:14 AM > To: devel@edk2.groups.io > Cc: Liu, Zhiguang > Subject: [edk2-devel] [PATCH V2 0/5] Delete UefiCpuLib usage > > Delete UefiCpuLib usage

[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - Thursday, April 6, 2023 #cal-reminder

2023-04-06 Thread Group Notification
*Reminder: TianoCore Community Meeting EMEA/NAMO* *When:* Thursday, April 6, 2023 8:00am to 9:00am (UTC-07:00) America/Los Angeles *Where:* Microsoft Teams meeting Join on your computer or mobile app Click here to join the meeting Meeting ID: 226 323 011 029 Passcode: hMRCj6 Download Teams |

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, April 6, 2023 #cal-notice

2023-04-06 Thread Group Notification
*TianoCore edk2-test Bug Triage Meeting* *When:* Thursday, April 6, 2023 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai *Where:* https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZkpiQT09=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com (

[edk2-devel] [PATCH tianocore-docs 1/1] Readme.md: Add links to more draft documents

2023-04-06 Thread Rebecca Cran
Add links to the following draft documents: o EDK II Module Writer's Guide o EDK II Secure Coding Guide o EDK II Secure Code Review Guide o EDK II Python Development Process and Coding Standard Specification o EDK II Minimum Platform Specification o Understanding the Trusted Boot Chain

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, April 6, 2023 #cal-reminder

2023-04-06 Thread Group Notification
*Reminder: TianoCore edk2-test Bug Triage Meeting* *When:* Thursday, April 6, 2023 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai *Where:* https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZkpiQT09=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com (

Re: [edk2-devel] [RFC] [edk2-openssl fork] Add openssl fork repo to Tianocore to support OpenSSL11_EOL

2023-04-06 Thread Gerd Hoffmann
On Thu, Apr 06, 2023 at 03:00:38AM +, Yao, Jiewen wrote: > Thanks Leif. Your understanding is right. > The openssl fork will be used by edk2-staging repo only. > The openssl fork will NOT be by edk2 repo. Ok, fine with me then. take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links:

Re: [edk2-devel] [PATCH tianocore-docs v3 2/2] Readme.md: Update the Gitbook documentation section

2023-04-06 Thread Leif Lindholm
On Thu, Apr 06, 2023 at 10:42:34 +0100, Leif Lindholm wrote: > On Wed, Apr 05, 2023 at 19:06:18 -0600, Rebecca Cran wrote: > > We no longer use Gitbook for publishing the documentation. > > Update the section to direct users to use the mailing list to > > send feedback, and since we use GitHub

Re: [edk2-devel] [PATCH tianocore-docs v3 2/2] Readme.md: Update the Gitbook documentation section

2023-04-06 Thread Leif Lindholm
On Wed, Apr 05, 2023 at 19:06:18 -0600, Rebecca Cran wrote: > We no longer use Gitbook for publishing the documentation. > Update the section to direct users to use the mailing list to > send feedback, and since we use GitHub Flavored Markdown, remove the > link to Gitbook. > > Contributed-under:

Re: 回复: 回复: [edk2-devel] [PATCH v2 00/13] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38,GCC48,GCC49, rename GCC5 to GCC, update CLANGDWARF, delete VS 2008-2013, EBC

2023-04-06 Thread Marcin Juszkiewicz
W dniu 4.04.2023 o 20:29, Michael D Kinney pisze: Add GCC and leave GCC5 for now and give time for all downstream consumers to accommodate the name change. At a later date, remove GCC5. In meantime you may also have message "GCC5 is deprecated, please switch to GCC" + few seconds delay. We

[edk2-devel] [edk2][PATCH v2 1/1] MdeModulePkg: Add EDKII Platform Boot Manager Protocol v2

2023-04-06 Thread Tinh Nguyen via groups.io
This introduces the EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL_REVISION2, which adds a new UpdateBootOrder() function to support customizing the boot options order according to the platform-specific policy. Signed-off-by: Tinh Nguyen --- Changes since v1: Correct the format of the email.

[edk2-devel] [PATCH V2 4/5] Vlv2TbltDevicePkg: Delete UefiCpuLib usage

2023-04-06 Thread Zhiguang Liu
Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Cc: Zailiang Sun Cc: Yi Qian Cc: Nate DeSimone Reviewed-by: Michael D Kinney Signed-off-by: Zhiguang Liu --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 3 +--

[edk2-devel] [PATCH V2 5/5] QuarkSocPkg: Delete UefiCpuLib usage

2023-04-06 Thread Zhiguang Liu
Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Cc: Michael D Kinney Cc: Kelly Steele Cc: Nate DeSimone Reviewed-by: Michael D Kinney Signed-off-by: Zhiguang Liu --- Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc | 3 +-- 1 file changed, 1 insertion(+), 2

[edk2-devel] [PATCH V2 3/5] QuarkPlatformPkg: Delete UefiCpuLib usage

2023-04-06 Thread Zhiguang Liu
Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Cc: Michael D Kinney Cc: Kelly Steele Cc: Nate DeSimone Reviewed-by: Michael D Kinney Signed-off-by: Zhiguang Liu --- Platform/Intel/QuarkPlatformPkg/Quark.dsc| 3 +--

[edk2-devel] [PATCH V2 2/5] MinPlatformPkg: Delete UefiCpuLib usage

2023-04-06 Thread Zhiguang Liu
Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Reviewed-by: Chasel Chiu Reviewed-by: Michael D Kinney Signed-off-by: Zhiguang Liu ---

[edk2-devel] [PATCH V2 0/5] Delete UefiCpuLib usage

2023-04-06 Thread Zhiguang Liu
Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Currently, UefiCpuLib is a dummy library to avoid build issue, after this patch set, UefiCpuLib can be completely removed from Edk2. V2: only change the patch NO.1 to let SecMain link CpuLib Zhiguang Liu (5):

[edk2-devel] [PATCH V2 1/5] SimicsOpenBoardPkg: Delete UefiCpuLib usage

2023-04-06 Thread Zhiguang Liu
Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. V2: Let SecMain file use CpuLib Cc: Nate DeSimone Signed-off-by: Zhiguang Liu --- Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c | 4 ++-- Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf | 4 ++-- 2

Re: [edk2-devel] [edk2][PATCH 1/1] MdeModulePkg: Add EDKII Platform Boot Manager Protocol v2

2023-04-06 Thread Tinh Nguyen via groups.io
Hi Rebecca, Thanks for your information, I will update it in v2 Thanks, Tinh On 4/6/2023 6:05 AM, Rebecca Cran wrote: Tinh, You appear to be sending emails in quoted-printable format, while we prefer them in 8bit encoding: quoted-printable causes issues such as equals signs being

Re: 回复: 回复: 回复: [edk2-devel] [PATCH v2 00/13] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38,GCC48,GCC49, rename GCC5 to GCC, update CLANGDWARF, delete VS 2008-2013, EBC

2023-04-06 Thread Ard Biesheuvel
On Thu, 6 Apr 2023 at 04:49, Rebecca Cran wrote: > > Okay, I'll do that. > > Do I need to do the same with the CLANG35 and CLANG38 toolchains, > marking them deprecated before removing them? > >From the ARM side (as the person having introduced them in the past), I have no problems with just

Re: [edk2-devel] [PATCH v4 0/6] UefiCpuPkg, OvmfPkg: Simplify CpuExceptionHandlerLib

2023-04-06 Thread Ni, Ray
Reviewed. Merged. Thank you Ard! > -Original Message- > From: devel@edk2.groups.io On Behalf Of Ard > Biesheuvel > Sent: Tuesday, April 4, 2023 5:46 PM > To: devel@edk2.groups.io; mhaeu...@posteo.de; Ni, Ray > Cc: Andrew Fish ; Kinney, Michael D > ; Liu, Zhiguang ; > Rebecca Cran ; Tom

Re: [edk2-devel] [PATCH v4 3/6] UefiCpuPkg/PeiCpuExceptionHandlerLib: Use SEC/PEI specific asm component

2023-04-06 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Ard Biesheuvel > Sent: Monday, April 3, 2023 10:29 PM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Ni, Ray ; Andrew > Fish ; Kinney, Michael D ; > Liu, Zhiguang ; Rebecca Cran > ; Tom Lendacky ; > Marvin Häuser > Subject: [PATCH v4