Re: [edk2-devel] [PATCH v5 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF

2023-04-23 Thread Michael D Kinney
Hi Rebecca, I have seen some issues with CLANGDWARF and need a little time to investigate further. Mike > -Original Message- > From: Rebecca Cran > Sent: Friday, April 21, 2023 10:15 AM > To: devel@edk2.groups.io; Gao, Liming ; Feng, Bob C > ; Chen, Christine > ; Kinney, Michael D ;

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg/RegularExpressionDxe: Fix Arm build error

2023-04-23 Thread Nickle Wang via groups.io
Hi Liming, There are two errors mentioned for both memset() and memcpy() in my first patch. After I updated memset() implementation in RegularExpressionDxe, the first error is gone. But I still see below error for memcpy() multiple definition of `memcpy'; OnigurumaUefiPort.obj (symbol from plug

回复: [edk2-devel] [PATCH 1/1] MdeModulePkg/RegularExpressionDxe: Fix Arm build error

2023-04-23 Thread gaoliming via groups.io
Nickle: You only need to update memset() implementation in RegularExpressionDxe. You don’t need to add MDE_CPU_XXX macro. Thanks Liming 发件人: Nickle Wang 发送时间: 2023年4月21日 17:11 收件人: devel@edk2.groups.io; Nickle Wang ; gaolim...@byosoft.com.cn; 'Jian J Wang' 抄送: 'Michael D Kinney' ; Nick

[edk2-devel] 回复: [PATCH v5 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF

2023-04-23 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Rebecca Cran > 发送时间: 2023年4月22日 1:15 > 收件人: devel@edk2.groups.io; Liming Gao ; > Bob Feng ; Yuwei Chen ; > Michael D Kinney ; Michael Kubacki > ; Sean Brogan > ; Chasel Chiu ; Nate > DeSimone ; Star Zeng > ; Andrew Fish > 抄送: Rebecca Cran ; Ray Ni

回复: [edk2-devel] 回复: [PATCH v4 09/13] BaseTools/Conf/tools_def.template: Add GCC and GCCNOLTO toolchains

2023-04-23 Thread gaoliming via groups.io
Rebecca: Thanks for your fix. New version patch is OK to me. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Rebecca Cran > 发送时间: 2023年4月22日 1:16 > 收件人: gaoliming ; devel@edk2.groups.io; 'Bob > Feng' ; 'Yuwei Chen' ; > 'Michael D Kinney' ; 'Michael Kubacki' > ; 'Sean Brogan' > ;

Re: [edk2-devel] [Patch V3 03/11] OvmfPkg:Remove code that apply AddressEncMask to non-leaf entry

2023-04-23 Thread duntan
Hi Tom, Thanks for the comments. I'll add more detailed commits in code to explain why the encryption mask is removed in this patch in next version patch. Thanks, Dun -Original Message- From: devel@edk2.groups.io On Behalf Of Lendacky, Thomas via groups.io Sent: Friday, April 21, 2023

Re: [edk2-devel] [PATCH 3/3] CloudHv:arm: add kernel load driver into dsc/fdf

2023-04-23 Thread Jianyong Wu
Hi Sami, Following the last discussion, I check the Cpu stack in edk2 and draw a draft for the memory layout of Cpu stack, Initrd and Kernel image: see it below: |-| <-- top of memory ---| | || |primary cpu stack (

Re: [edk2-devel] [PATCH v2 2/2] .azurepipelines: Install code coverage tool

2023-04-23 Thread Guo, Gua
In parallel, I’ve sent the PR Install lcov in all linux based image by gguo11837463 * Pull Request #70 * tianocore/containers (github.com) to https://github.com/tianocore/containers, if the PR looks good and deploy into latest images that can be

Re: [edk2-devel] [edk2-platforms][PATCH V2 02/14] ManageabilityPkg: Support Maximum Transfer Unit

2023-04-23 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Tinh, > -Original Message- > From: devel@edk2.groups.io On Behalf Of Chang, > Abner via groups.io > Sent: Friday, April 21, 2023 3:10 PM > To: Tinh Nguyen ; > devel@edk2.groups.io > Cc: Isaac Oram ; Attar, AbdulLateef (Abdul Lateef) > ; Nickle Wang ;

Re: [edk2-devel] [PATCH 0/4] Trace Hub debug library support

2023-04-23 Thread Guo, Gua
@Kinney, Michael D, @K N, Karthik, @Prakashan, Krishnadas Veliyathuparambil, @Chan, Laura Could you share me about your concern ? If no addit

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

2023-04-23 Thread Michael D Kinney
Hi Leif, Thank you for the analysis. I am evaluating a few options. If I come up with a reasonable proposal, I will send an RFC. Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of Leif Lindholm > Sent: Monday, April 17, 2023 5:19 AM > To: devel@edk2.groups.io; Kinney,

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, April 24, 2023 #cal-reminder

2023-04-23 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* Monday, April 24, 2023 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles *Where:* https://github.com/tianocore/edk2/discussions/2614 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1875406 ) *Description:* TianoC

Re: [edk2-devel] [PATCH v2 2/2] .azurepipelines: Install code coverage tool

2023-04-23 Thread Michael D Kinney
Hi Sean, I agree the container image needs to be updated. Is this also required for local developer runs of the stuart tools? Or should this be part of the setup that developers do before running stuart? Thanks, Mike From: Guo, Gua Sent: Sunday, April 23, 2023 1:44 AM To: devel@edk2.groups.

Re: [edk2-devel] [PATCH v2 2/2] .azurepipelines: Install code coverage tool

2023-04-23 Thread Guo, Gua
I know maybe I need to update https://github.com/tianocore/containers but add these step, i f have any guidelines for me that will be great. 寄件者: 「devel@edk2.groups.io 」代表「Sean 」 寄件日期: 2023年4月23日 星期日 下午2:13 收件者: devel@edk2.groups.io ; Kinney, Michael D ; Guo, G