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

2023-04-05 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-05 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 3

Re: [edk2-devel] [PATCH v4 2/6] UefiCpuPkg/CpuExceptionHandlerLib: Use single SEC/PEI version

2023-04-05 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 2

Re: [edk2-devel] [PATCH 0/5] Platforms cleanup v1

2023-04-05 Thread Sunil V L
On Thu, Apr 06, 2023 at 01:15:21PM +0800, Chai, Evan wrote: > Booting to uefi shell is verfied in Qemu mode, > The qemu command be refered to '5a> Boot on QEMU' in > https://github.com/riscv-admin/riscv-uefi-edk2-docs > Thanks! Evan for fixing this. The series LGTM. Reviewed-by: Sunil V L -=-

[edk2-devel] [edk2-platforms][PATCH 5/5] Platform/ Siliocn/: Fix building failure caused by wrong lib.

2023-04-05 Thread Chai, Evan
RiscVSbiLib was implemented in MdePkg/Library/BaseRiscVSbiLib. Cc: Daniel Schaefer Cc: Sunil V L Cc: Andrei Warkentin Signed-off-by: Evan Chai --- Platform/RISC-V/PlatformPkg/Library/ResetSystemLib/ResetSystemLib.c | 4 +++- Platform/RISC-V/PlatformPkg/Library/ResetS

[edk2-devel] [edk2-platforms][PATCH 4/5] Silicon/RISC-V: remove redundant function code from RiscVCpuLib

2023-04-05 Thread Chai, Evan
They had been implemented in MdePkg/Library/BaseLib Cc: Daniel Schaefer Cc: Sunil V L Cc: Andrei Warkentin Signed-off-by: Evan Chai --- Silicon/RISC-V/ProcessorPkg/Include/Library/RiscVCpuLib.h | 20 +--- Silicon/RISC-V/ProcessorPkg/Library/RiscVCpuLib/Cpu.S | 41 +--

[edk2-devel] [edk2-platforms][PATCH 3/5] Silicon/RISC-V: remove redundant RiscVTimerLib

2023-04-05 Thread Chai, Evan
It will be replaced by UefiCpuPkg/Library/BaseRiscV64CpuTimerLib. Cc: Daniel Schaefer Cc: Sunil V L Cc: Andrei Warkentin Signed-off-by: Evan Chai --- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 11 ++- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U

[edk2-devel] [edk2-platforms][PATCH 1/5] Silicon/RISC-V/ProcessorPkg: remove redundant CpuDxe driver

2023-04-05 Thread Chai, Evan
UefiCpuPkg/CpuDxeRiscV64 will replace it later. Cc: Daniel Schaefer Cc: Sunil V L Cc: Andrei Warkentin Signed-off-by: Evan Chai --- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 2 +- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf | 2 +- Pla

[edk2-devel] [edk2-platforms][PATCH 2/5] Platform/Sifive: remove redundant TimerDxe from Platform

2023-04-05 Thread Chai, Evan
It will be replaced by UefiCpuPkg/CpuTimerDxeRiscV64. Cc: Daniel Schaefer Cc: Sunil V L Cc: Andrei Warkentin Signed-off-by: Evan Chai --- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 2 +- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.fdf | 2 +

[edk2-devel] [edk2-platforms][PATCH 0/5] Platforms cleanup v2

2023-04-05 Thread Chai, Evan
Booting to uefi shell is verfied in Qemu mode, The qemu command be refered to '5a> Boot on QEMU' in https://github.com/riscv-admin/riscv-uefi-edk2-docs Evan Chai (5): Silicon/RISC-V/ProcessorPkg: remove redundant CpuDxe driver Platform/Sifive: remove redundant TimerDxe from Platform Silicon

[edk2-devel] [PATCH 0/5] Platforms cleanup v1

2023-04-05 Thread Chai, Evan
Booting to uefi shell is verfied in Qemu mode, The qemu command be refered to '5a> Boot on QEMU' in https://github.com/riscv-admin/riscv-uefi-edk2-docs Evan Chai (5): Silicon/RISC-V/ProcessorPkg: remove redundant CpuDxe driver Platform/Sifive: remove redundant TimerDxe from Platform Silicon

Re: [edk2-devel] [PATCH 0/5] Platforms cleanup v1

2023-04-05 Thread Sunil V L
Hi Evan, On Sun, Apr 02, 2023 at 11:15:37PM +0800, Chai, Evan wrote: > *** BLURB HERE *** > This should be replaced with some valid cover letter for the series. Also, please add [edk2-platforms] in the subject for the patch set. Thanks, Sunil -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive

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

2023-04-05 Thread Sunil V L
Hi Andrei, I had couple of questions on previous version of this patch. Adding them inline again in case you had missed them. Please check if they are valid. Also, I think it would be better to have single directory BaseSerialPortLibRiscVSbiLib and inside that we can have both INF files. This way

Re: [edk2-devel] [RFC PATCH 1/1] MdePkg: Add a libc implementation

2023-04-05 Thread Michael D Kinney
Hi Pedro, Thank you for starting this. I recall some challenges with the Openssl libc wrapper, so let's work on that one last. If we can get a libc wrapper that is compatible with Brotli, regular expression, jannson, and fdtlib that would be a huge step forward. Can you test your code against

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

2023-04-05 Thread Yao, Jiewen
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. Creating project specific fork is not unique. For example, we already have other fork in tianocore - https://github.com/tianocore/rust For example, we alr

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-05 Thread Rebecca Cran
Okay, I'll do that. Do I need to do the same with the CLANG35 and CLANG38 toolchains, marking them deprecated before removing them? -- Rebecca Cran On 4/5/23 6:57 PM, gaoliming wrote: Rebecca: If you plan to change GCC49 tool chain to GCCNOLTO name, I would suggest to take the same rul

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

2023-04-05 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:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_Y2M1NDE3ODYtN2M3Yy00MDMxLTk3OWYtMTlkNjhlNWFlMjA2%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e3

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

2023-04-05 Thread Min Xu
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, Joeyli > > ASSERT

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

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

回复: [edk2-devel] [PATCH v3 0/4] Enable BTI support in memory attributes table

2023-04-05 Thread gaoliming via groups.io
Ard: Can you submit one BZ for this new feature? I will add it into the stable tag feature planning. For this patch set, Reviewed-by: Liming Gao Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Ard > Biesheuvel > 发送时间: 2023年4月4日 23:40 > 收件人: devel@edk2.groups.io > 抄送: Ard Biesh

[edk2-devel] 回复: [Patch v2 05/12] MdePkg: Add gmock examples

2023-04-05 Thread gaoliming via groups.io
Acked-by: Liming Gao > -邮件原件- > 发件人: Michael D Kinney > 发送时间: 2023年4月5日 2:22 > 收件人: devel@edk2.groups.io > 抄送: Chris Johnson ; Liming Gao > ; Zhiguang Liu > 主题: [Patch v2 05/12] MdePkg: Add gmock examples > > From: Chris Johnson > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id

[edk2-devel] 回复: [Patch v2 10/12] MdePkg/Library/BaseLib: HOST_APPLICATION IA32/X64 only

2023-04-05 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Michael D Kinney > 发送时间: 2023年4月5日 2:22 > 收件人: devel@edk2.groups.io > 抄送: Liming Gao ; Zhiguang Liu > > 主题: [Patch v2 10/12] MdePkg/Library/BaseLib: HOST_APPLICATION > IA32/X64 only > > Cc: Liming Gao > Cc: Zhiguang Liu > Signed-off-by: Michael

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

2023-04-05 Thread Rebecca Cran
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: TianoCore Contribution Agreement 1.1 Signed-off-by: Rebecca Cran --- R

[edk2-devel] [PATCH tianocore-docs v3 1/2] Readme.md: convert links from Gitbook to Github Pages

2023-04-05 Thread Rebecca Cran
We no longer publish documentation to gitbook.com, instead using tianocore-docs.github.io. Update the links to point to the correct locations. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Rebecca Cran Reviewed-by: Michael D Kinney --- Readme.md | 117 +-

[edk2-devel] [PATCH tianocore-docs v3 0/2] Fix links to specifications, guides etc.

2023-04-05 Thread Rebecca Cran
We stopped using Gitbook for publishing documentation a while ago, and now use GitHub Flavored Markdown and publish pages to Github Pages at tianocore-docs.github.io. Fix the links to the draft documentation pages, and update the text to point users to the mailing list since they can no longer pro

[edk2-devel] [PATCH tianocore-docs v2 0/2] Fix links to specifications, guides etc.

2023-04-05 Thread Rebecca Cran
We stopped using Gitbook for publishing documentation a while ago, and now use GitHub Flavored Markdown and publish pages to Github Pages at tianocore-docs.github.io. Fix the links to the draft documentation pages, and update the text to point users to the mailing list since they can no longer pro

[edk2-devel] [PATCH tianocore-docs v2 0/2] Fix links to specifications, guides etc.

2023-04-05 Thread Rebecca Cran
We stopped using Gitbook for publishing documentation a while ago, and now use GitHub Flavored Markdown and publish pages to Github Pages at tianocore-docs.github.io. Fix the links to the draft documentation pages, and update the text to point users to the mailing list since they can no longer pro

回复: 回复: 回复: [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-05 Thread gaoliming via groups.io
Rebecca: If you plan to change GCC49 tool chain to GCCNOLTO name, I would suggest to take the same rule that adds GCCNOLTO tool chain first. We still have downstream AARCH64 platforms to use GCC49 tool chain now. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Ard > Biesheuvel

回复: [edk2-devel] please help fix building error

2023-04-05 Thread gaoliming via groups.io
Seemly, you still uses Python2.7. Can you try Python 3 ? Thanks Liming 发件人: devel@edk2.groups.io 代表 luming.jin via groups.io 发送时间: 2023年4月5日 19:35 收件人: devel@edk2.groups.io 主题: [edk2-devel] please help fix building error Hello all I am trying to build but with following error msg, Cou

回复: [edk2-devel] RFC: Adding an alias to format patches with --stat= and --stat-graph-width=

2023-04-05 Thread gaoliming via groups.io
Rebecca: I think this is a good solution to setup Edk2 development environment. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Rebecca Cran > 发送时间: 2023年4月6日 4:54 > 收件人: devel@edk2.groups.io > 主题: [edk2-devel] RFC: Adding an alias to format patches with --stat= and > --stat-graph

[edk2-devel] 回复: [PATCH 1/1] BaseTools: Update antlr makefile to use cc by default

2023-04-05 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Rebecca Cran > 发送时间: 2023年4月6日 1:03 > 收件人: devel@edk2.groups.io; Bob Feng ; Liming > Gao ; Yuwei Chen ; > Michael D Kinney > 抄送: Rebecca Cran > 主题: [PATCH 1/1] BaseTools: Update antlr makefile to use cc by default > > Update the antlr makefile t

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

2023-04-05 Thread Rebecca Cran
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 replaced with "=3D" in the plain text for example. Could you make sure you've run "python3 BaseTools/Scripts/SetupGit.py" for th

Re: [edk2-devel] [Patch v2 01/12] UnitTestFrameworkPkg: Add subhook submodule required for gmock

2023-04-05 Thread Michael D Kinney
Hi Leif, Thanks for the review. The work on this started in 2022, so the copyright dates should be correct. Rest of comments addressed below. Mike > -Original Message- > From: Leif Lindholm > Sent: Wednesday, April 5, 2023 11:17 AM > To: devel@edk2.groups.io; Kinney, Michael D > Cc:

[edk2-devel] RFC: Adding an alias to format patches with --stat= and --stat-graph-width=

2023-04-05 Thread Rebecca Cran
I've noticed several patches recently which has ellipses at the start of the diffstat filenames. When I started contributing to edk2 I remember being asked to always use --stat=1000 --stat-graph-width=20 to avoid that problem: it's mentioned in https://github.com/tianocore/tianocore.github.io

Re: [edk2-devel] [PATCH 1/1] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32

2023-04-05 Thread Rebecca Cran
Pushed as https://github.com/tianocore/edk2/commit/2bb693894920e634153275bea60278a9f192a8ef -- Rebecca Cran On 4/5/23 11:15 AM, Rebecca Cran wrote: Reviewed-by: Rebecca Cran On 3/30/23 3:48 AM, Patrick Rudolph wrote: The clang toolchain might default to fPIE/fPIC, which prevents lld from

Re: [edk2-devel] [Patch v2 00/12] Add gmock support for host-based unit testing

2023-04-05 Thread Oliver Smith-Denny
Thanks for sending this out, looks to be a pretty clean unit testing interface. We are testing this now with some of our unit tests and will update with any feedback. In the meantime, for the patchset: Reviewed-by: Oliver Smith-Denny On 4/4/2023 11:22 AM, Michael D Kinney wrote: REF: https://

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

2023-04-05 Thread Leif Lindholm
On Wed, Apr 05, 2023 at 13:39:21 +0200, Gerd Hoffmann wrote: > On Wed, Apr 05, 2023 at 01:37:23AM +, Yao, Jiewen wrote: > > Hi > > This is follow up for the "Openssl1.1 replacement proposal" > > https://edk2.groups.io/g/devel/topic/96741156. > > openssl 3.0 POC result is shown at > > https://

Re: [edk2-devel] [Patch v2 01/12] UnitTestFrameworkPkg: Add subhook submodule required for gmock

2023-04-05 Thread Leif Lindholm
On Tue, Apr 04, 2023 at 11:22:09 -0700, Michael D Kinney wrote: > From: Chris Johnson > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 > > Add subhook submodule that is required to hook internal functions > when using gmock. > > https://github.com/Zeex/subhook > > Add SubhookLi

Re: [edk2-devel] [PATCH v1 0/1] Define security policy in SECURITY.md file for repository

2023-04-05 Thread Leif Lindholm
On 2023-03-09 19:43, Kun Qin wrote: This change added a markdown file as a policy guideline for Tianocore EDK2 community to handle security sensitive reports. Patch v1 branch: https://github.com/kuqin12/edk2/tree/patch-1 Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Cc: Miki Demeter

[edk2-devel] please help fix building error

2023-04-05 Thread luming.jin via groups.io
Hello all I am trying to build but with following error msg, Could you please help? Active Platform = /home/luming/01_work/01_project/8295/rse/sa8295p-hqx-4-5-5-1_amss_standard_oem/boot/boot_images/boot/QcomPkg/SocPkg/Makena/AU/Core.dsc done! # build.py... : error C0DE: Unknown f

Re: [edk2-devel] [PATCH 1/1] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32

2023-04-05 Thread Rebecca Cran
Reviewed-by: Rebecca Cran On 3/30/23 3:48 AM, Patrick Rudolph wrote: The clang toolchain might default to fPIE/fPIC, which prevents lld from linking the objects into a binary. Specify -fno-pie -fno-pic as done on GCC to fix linking. Test: Building the Universal Payload using the command 'pyt

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

2023-04-05 Thread Rebecca Cran
Sorry for the delay. I've just sent my reviewed-by. On 4/4/23 3:46 AM, Ard Biesheuvel wrote: Thanks all Ray, any comments on this version? Thanks. Liming, Rebecca, any comments on the BaseTools changes? On Tue, 4 Apr 2023 at 09:57, Marvin Häuser wrote: FWIW, Reviewed-by: Marvin Häuser

Re: [edk2-devel] [PATCH v4 1/6] BaseTools/tools_def CLANGDWARF: Permit text relocations

2023-04-05 Thread Rebecca Cran
Reviewed-by: Rebecca Cran -- Rebecca Cran On 4/3/23 8:29 AM, Ard Biesheuvel wrote: We rely on PIE executables to get the codegen that is suitable for PE/COFF conversion where the resulting executables can be loaded anywhere in the address space. However, ELF linkers may default to disallowi

[edk2-devel] [PATCH 1/1] BaseTools: Update antlr makefile to use cc by default

2023-04-05 Thread Rebecca Cran
Update the antlr makefile to remove the explicit setting of CC to either clang or gcc. This causes it to use /usr/bin/cc or whatever the user has set $(CC) to. This removes the last dependency on gcc for BaseTools. Signed-off-by: Rebecca Cran --- BaseTools/Source/C/VfrCompile/Pccts/antlr/makefi

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

2023-04-05 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 | Joi

Re: [edk2-devel] [Patch v2 12/12] PrmPkg/Library: HOST_APPLICATION IA32/X64 only

2023-04-05 Thread Michael D Kinney
I will add a more complete description to the commit messages. These patches are only for modules of type HOST_APPLICATION that are used for host-based unit tests that run as a Windows or Linux application. Many of the other HOST_APPLICATION components that are linked with these components only l

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

2023-04-05 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&from=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com ( edhaya.chand...@ar

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

2023-04-05 Thread Gerd Hoffmann
On Wed, Apr 05, 2023 at 01:37:23AM +, Yao, Jiewen wrote: > Hi > This is follow up for the "Openssl1.1 replacement proposal" > https://edk2.groups.io/g/devel/topic/96741156. > openssl 3.0 POC result is shown at > https://github.com/tianocore/edk2-staging/blob/OpenSSL11_EOL/CryptoPkg/Readme-Ope

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-05 Thread Ard Biesheuvel
On Tue, 4 Apr 2023 at 20:36, Rebecca Cran wrote: > > Thanks, deprecating it for a while makes a lot of sense. We can consider > removing it in 6-12 months maybe? > I would at least wait for a stable release to appear that supports both GCC5 and GCC/GCCNOLTO, and then perhaps queue the removal (an

Re: [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32

2023-04-05 Thread Sheng Lean Tan
Hi, Can anyone help to look into this? Thanks. On Tue, 4 Apr 2023 at 14:46, Lean Sheng Tan wrote: > > Hi Rebecca/ Marvin, > Patrick has filed it as a separate patch email here > https://edk2.groups.io/g/devel/message/102168 > However the email still group them together. > It is because he could

Re: [edk2-devel] [Patch v2 12/12] PrmPkg/Library: HOST_APPLICATION IA32/X64 only

2023-04-05 Thread Ard Biesheuvel
On Tue, 4 Apr 2023 at 20:23, Michael D Kinney wrote: > This patch has no commit log so it is hard to understand the purpose of this patch. > Cc: Michael Kubacki > Cc: Nate DeSimone > Signed-off-by: Michael D Kinney > --- > .../UnitTest/DxePrmContextBufferLibUnitTestHost.inf | 2