Re: [edk2-devel] MdeModulePkg: Fix MAT SplitRecord() Logic introduce one bug and will cause SUT reset when boot to windows

2024-04-18 Thread Huang, Yanbo
e FixedPcdGet32 (PcdPlatformEfiRtCodeMemorySize) - the actual runtime image code size? Best Regards, Yanbo Huang -Original Message- From: Ard Biesheuvel Sent: Thursday, April 18, 2024 9:18 PM To: devel@edk2.groups.io; Bi, Dandan Cc: Taylor Beebe ; Huang, Yanbo ; Wang, Jian J ; Gao, Liming ;

Re: [edk2-devel] MdeModulePkg: Fix MAT SplitRecord() Logic introduce one bug and will cause SUT reset when boot to windows

2024-04-17 Thread Huang, Yanbo
? Best Regards, Yanbo Huang From: devel@edk2.groups.io On Behalf Of Taylor Beebe Sent: Wednesday, April 17, 2024 10:33 AM To: Bi, Dandan ; Huang, Yanbo ; devel@edk2.groups.io Cc: Wang, Jian J ; Gao, Liming ; Zhou, Jianfeng Subject: Re: [edk2-devel] MdeModulePkg: Fix MAT SplitRecord() Logic introduce

Re: [edk2-devel] MdeModulePkg: Fix MAT SplitRecord() Logic introduce one bug and will cause SUT reset when boot to windows

2024-04-14 Thread Huang, Yanbo
o 0 in SplitRecord API. Best Regards, Yanbo Huang -Original Message- From: Taylor Beebe Sent: Friday, April 12, 2024 11:10 PM To: Huang, Yanbo ; devel@edk2.groups.io Cc: Wang, Jian J ; Gao, Liming ; Bi, Dandan ; Zhou, Jianfeng Subject: Re: MdeModulePkg: Fix MAT SplitRecord() Logic int

Re: [edk2-devel] MdeModulePkg: Fix MAT SplitRecord() Logic introduce one bug and will cause SUT reset when boot to windows

2024-04-11 Thread Huang, Yanbo
Hi Beebe, Recently we found this commit " MdeModulePkg: Fix MAT SplitRecord() Logic " will cause SUT reset after enable some knobs. I filed one Bugzilla for it: https://bugzilla.tianocore.org/show_bug.cgi?id=4751 After debug, we found in SplitRecord API, many entries attribute are set to 0, not

Re: [edk2-devel] [PATCH v1 1/1] BaseTools: Fix raw strings containing valid escape characters

2024-01-09 Thread Huang, Yanbo
github.com/tianocore/edk2/pull/5238> Thanks in advance! Best Regards, Yanbo Huang From: Chen, Christine Sent: Tuesday, January 9, 2024 4:15 PM To: Gao, Liming ; devel@edk2.groups.io; joeyvage...@microsoft.com; Huang, Yanbo Cc: Feng, Bob C ; Kinney, Michael D ; 'Rebecca Cran' S

Re: [edk2-devel] [PATCH v1 1/1] BaseTools: Fix raw strings containing valid escape characters

2024-01-08 Thread Huang, Yanbo
) module in python. Best Regards, Yanbo Huang -Original Message- From: gaoliming Sent: Monday, January 8, 2024 9:25 PM To: devel@edk2.groups.io; Chen, Christine ; 'Joey Vagedes' Cc: 'Rebecca Cran' ; Feng, Bob C ; Huang, Yanbo ; Kinney, Michael D Subject: 回复: [edk2-

Re: [edk2-devel] [PATCH v5 1/1] MdePkg: Add Cxl20.h into IndustryStandard

2023-11-06 Thread Huang, Yanbo
Hi Chris, It seems the mode of cxl.h change from 100644 to 100755, is this change expected? Best Regards, Yanbo Huang -Original Message- From: devel@edk2.groups.io On Behalf Of Chris Li OS via groups.io Sent: Thursday, October 26, 2023 3:10 PM To: devel@edk2.groups.io; Kinney, Michael

Re: [edk2-devel] [PATCH v2] IpmiFeaturePkg: Refine code to avoid warning report

2023-09-10 Thread Huang, Yanbo
@Gao, Liming Could you please help to review it? -Original Message- From: devel@edk2.groups.io On Behalf Of Huang, Yanbo Sent: Wednesday, September 6, 2023 10:19 AM To: devel@edk2.groups.io Cc: Huang, Yanbo ; Isaac Oram ; Desimone, Nathaniel L ; Gao, Liming Subject: [edk2-devel

[edk2-devel] [PATCH v2] IpmiFeaturePkg: Refine code to avoid warning report

2023-09-05 Thread Huang, Yanbo
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4522 "if (FixedPcdGet8 (PcdKcsInterfaceSupport) == 1) {" will not be executed in current code, put it within "case SysInterfaceKcs:" to avoid this issue. Cc: Isaac Oram Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Yanbo Huang --- .../Ip

[edk2-devel] [PATCH] IpmiFeaturePkg: Refine code to avoid warning report

2023-09-05 Thread Huang, Yanbo
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4522 "if (FixedPcdGet8 (PcdKcsInterfaceSupport) == 1) {" will not be executed in current code, put it within "case SysInterfaceKcs:" to avoid this issue. M: Isaac Oram M: Nate DeSimone R: Liming Gao Signed-off-by: Yanbo Huang --- .../IpmiF

Re: [edk2-devel] [edk2-platforms][PATCH V3-1] IpmiFeaturePkg:Provided multiple IPMI interface support in DXE and SMM

2023-08-14 Thread Huang, Yanbo
Hi Arun, When I apply these changes in intel platform, I will hit some "warning treated as error" issues, so I file a bug in tianocore: https://bugzilla.tianocore.org/show_bug.cgi?id=4522 Could you please help to check it? Thanks! Best Regards, Yanbo Huang -=-=-=-=-=-=-=-=-=-=-=- Groups.io Li

Re: [edk2-devel] [PATCH 2/2] MdePkg: Update code to be more C11 compliant by using __func__

2023-03-22 Thread Huang, Yanbo
Hi Rebecca, The commit message “Visual Studio versions before VS 2015 don't support __func__” may cause confuse since some of the older release of VS2015 also do not support __func__. Some of my fellows report the error since they use the VS 2015 version before Update 3. Best Regards, Yanbo Hu

Re: [edk2-devel] [PATCH] MdePkg/UefiDevicePathLib: reback the DevicePathUtilitiesStandaloneMm

2022-08-04 Thread Huang, Yanbo
: gaoliming Sent: Friday, August 5, 2022 11:16 AM To: devel@edk2.groups.io; Huang, Yanbo Cc: Kinney, Michael D ; Liu, Zhiguang Subject: 回复: [edk2-devel] [PATCH] MdePkg/UefiDevicePathLib: reback the DevicePathUtilitiesStandaloneMm Yanbo: Previous change has been reviewed and merged. Please see the

[edk2-devel] [PATCH] MdePkg/UefiDevicePathLib: reback the DevicePathUtilitiesStandaloneMm

2022-08-04 Thread Huang, Yanbo
From: Yanbo Huang reback the DevicePathUtilitiesStandaloneMm to unblock the downstream sync Signed-off-by: Yanbo Huang CC: Michael D Kinney CC: Liming Gao CC: Zhiguang Liu --- .../DevicePathUtilitiesStandaloneMm.c | 39 ++ .../UefiDevicePathLibStandaloneMm.inf | 75

[edk2-devel] [Bug] patch owner send two same patches in Edk2Platform

2022-08-01 Thread Huang, Yanbo
Hi, The patch owner Pranav Madhu send two same patches in different branch. Does someone can help to fix it? [Text Description automatically generated] Best Regards, Yanbo Huang -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#92012): htt

Re: [edk2-devel] Confirm your yanbo.hu...@intel.com email address

2022-08-01 Thread Huang, Yanbo
From: Groups.io Notification Sent: Monday, August 1, 2022 4:00 PM To: Huang, Yanbo Subject: [edk2-devel] Confirm your yanbo.hu...@intel.com email address Hello, Thank you for your interest in the https://edk2.groups.io/g/devel group at Groups.io. If you did not request or do not want to