Re: 回复: [edk2-devel] [PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers

2022-05-12 Thread Kun Qin
Thank you for the help, Liming! On 5/12/2022 5:38 PM, gaoliming wrote: Kun: This patch is reviewed before soft feature freeze. I agree to merge it for this stable tag. Here is PR https://github.com/tianocore/edk2/pull/2881 Thanks Liming -邮件原件- 发件人: devel@edk2.groups.io 代表 Kun

回复: [edk2-devel] [PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers

2022-05-12 Thread gaoliming
Kun: This patch is reviewed before soft feature freeze. I agree to merge it for this stable tag. Here is PR https://github.com/tianocore/edk2/pull/2881 Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Kun Qin > 发送时间: 2022年5月13日 8:23 > 收件人: devel@edk2.groups.io > 抄送: Jiewen

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers

2022-05-12 Thread Kun Qin
Hi maintainers, This patch was reviewed and sent a while back, could you please help me to merge in this change, if no further feedback? Thanks in advance, Kun On 4/25/2022 5:47 PM, Kun Qin via groups.io wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed

2022-05-12 Thread Oram, Isaac W
gEfiPeiSmbus2PpiGuid used but missing GUID in the INF file Cc: Nate DeSimone Cc: Chasel Chiu Signed-off-by: Isaac Oram --- .../WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git

[edk2-devel] [edk2-platforms][PATCH V1] WhitleyOpenBoardPkg: Removed unrecognized characters

2022-05-12 Thread Sureshkumar Ponnusamy via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89713): https://edk2.groups.io/g/devel/message/89713 Mute This Topic: https://groups.io/mt/91063636/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] devel@edk2.groups.io please confirm

2022-05-12 Thread Root User
05/12/2022 06:42:32 am Ref: nue/vocl Goodday , Please confirm receipt of my earlier email message to devel@edk2.groups.io Best regards Mr. J. Dabeer -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89712):

Re: [edk2-devel] [PATCH 00/43] OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc

2022-05-12 Thread Laszlo Ersek
Hey There, Let me know if anything is missing or should be added or modified: - https://heytroop.com/otq/itmvueea197676961 https://onedrive.live.com/download?cid=DAGSUYEFB3MHNOQI=DAGSUYEFB3MHNOQI%53653=XUya5ueoxv8H-obOn 06/04/21 16:02, Anthony PERARD via groups.io wrote: > On Wed, Jun 02, 2021

Re: [edk2-devel] [PATCH v2 3/3] UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole

2022-05-12 Thread Guo Dong
Reviewed-by: Guo Dong -Original Message- From: Liu, Zhiguang Sent: Thursday, May 12, 2022 3:55 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Maurice Ma ; You, Benjamin ; Rhodes, Sean Subject: [PATCH v2 3/3] UefiPayloadPkg: Connect all root bridge in

Re: [edk2-devel] [PATCH v2 2/3] UefiPayloadPkg: Add Serial IO device path according to related protocol

2022-05-12 Thread Guo Dong
Reviewed-by: Guo Dong -Original Message- From: Liu, Zhiguang Sent: Thursday, May 12, 2022 3:55 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Maurice Ma ; You, Benjamin ; Rhodes, Sean Subject: [PATCH v2 2/3] UefiPayloadPkg: Add Serial IO device path according to related

Re: [edk2-devel] [PATCH v2 1/3] UefiPayloadPkg: Simplify code logic

2022-05-12 Thread Guo Dong
Reviewed-by: Guo Dong -Original Message- From: Liu, Zhiguang Sent: Thursday, May 12, 2022 3:55 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Maurice Ma ; You, Benjamin ; Rhodes, Sean Subject: [PATCH v2 1/3] UefiPayloadPkg: Simplify code logic A little overdesign about

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, May 13, 2022 #cal-cancelled

2022-05-12 Thread Group Notification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCELLED REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20220317T223602Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai

Re: [edk2-devel] [PATCH 3/4] MpInitLib: Put SEV logic in separate file

2022-05-12 Thread Lendacky, Thomas via groups.io
On 5/7/22 10:13, Ray Ni wrote: Probably should have a commit message here explaining the reason for the changes. Overall, this works, but it does seem strange to have the SwitchToRealProc procedure in the middle of the RendezvousFunnelProc procedure. Not sure if it would be worth just

[edk2-devel] [PATCH v2 2/3] UefiPayloadPkg: Add Serial IO device path according to related protocol

2022-05-12 Thread Zhiguang Liu
Current code follow some rules to check if the PCI device connected to a serial port device, but some platform or hardware doesn't follow such rule. By locating gEfiSerialIoProtocolGuid protocol, we can find the related device path. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc:

[edk2-devel] [PATCH v2 3/3] UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole

2022-05-12 Thread Zhiguang Liu
Some ConIn or ConOut device may not in the first root bridge, so connect all root bridge before detect ConIn and ConOut device. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc: Sean Rhodes Signed-off-by: Zhiguang Liu --- .../PlatformBootManagerLib.inf| 1 +

[edk2-devel] [PATCH v2 1/3] UefiPayloadPkg: Simplify code logic

2022-05-12 Thread Zhiguang Liu
A little overdesign about VisitAllPciInstances function, since there are two call back functions. Simplify the code logic by combining the two call back functions, and unused parameters. Change the PROTOCOL_INSTANCE_CALLBACK to SIMPLE_PROTOCOL_INSTANCE_CALLBACK because the former is also defined

[edk2-devel] [PATCH v2 0/3] UefiPayloadPkg: Enhance the logic to add ConIn and ConOut

2022-05-12 Thread Zhiguang Liu
Fix the bug that in some platform, there is no serial output or graphics output. Code passed open CI, and pleae check in https://github.com/tianocore/edk2/pull/2864 V2: Remove the unused parameters. Also, this is a bug fix, hope it can be merged before this stable tag. Zhiguang Liu (3):

Re: [edk2-devel] [PATCH v1 2/2] StandaloneMmPkg: Fix HOB space and heap space conflicted issue

2022-05-12 Thread Ming Huang
在 5/3/22 5:10 PM, Ard Biesheuvel 写道: > On Wed, 9 Feb 2022 at 13:26, Ming Huang wrote: >> >> The heap space will be rewrote if a StandloneMmPkg module create HOB >> by BuildGuidHob() interface and write data to HOB space. > > Can you elaborate? What is supposed to happen and why, and what is >

Re: [edk2-devel] [Patch v2 02/28] SecurityPkg: Add new GUIDs for

2022-05-12 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Saturday, April 30, 2022 2:04 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Mistry, Nishant C > Subject: [Patch v2 02/28] SecurityPkg: Add new GUIDs for > > REF:

Re: [edk2-devel] [Patch v2 03/28] MdeModulePkg: Update AUTH_VARIABLE_INFO struct

2022-05-12 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Saturday, April 30, 2022 2:04 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Gao, Liming > ; Mistry, Nishant C > Subject: [Patch v2 03/28] MdeModulePkg: Update AUTH_VARIABLE_INFO struct > >

Re: [edk2-devel] [Patch v2 01/28] MdeModulePkg: Add new GUID for Variable Store Info

2022-05-12 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Saturday, April 30, 2022 2:04 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Gao, Liming > ; Mistry, Nishant C > Subject: [Patch v2 01/28] MdeModulePkg: Add new GUID for Variable Store Info >

Re: [edk2-devel] [Patch v2 04/28] MdeModulePkg: Add reference to new Ppi Guid

2022-05-12 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Saturday, April 30, 2022 2:04 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Gao, Liming > ; Mistry, Nishant C > Subject: [Patch v2 04/28] MdeModulePkg: Add reference to new Ppi Guid > > REF:

Re: [edk2-devel] [Patch v2 05/28] MdeModulePkg: Add new ProtectedVariable GUIDs

2022-05-12 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Saturday, April 30, 2022 2:04 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Gao, Liming > ; Mistry, Nishant C > Subject: [Patch v2 05/28] MdeModulePkg: Add new ProtectedVariable GUIDs > >

Re: [edk2-devel] [Patch v2 06/28] MdeModulePkg: Add new include files

2022-05-12 Thread Wang, Jian J
Hi Judah, Please check my comments inlined below. Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Saturday, April 30, 2022 2:04 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Gao, Liming > ; Mistry, Nishant C > Subject: [Patch v2 06/28] MdeModulePkg: Add new include

[edk2-devel] [PATCH v2] FSP_TEMP_RAM_INIT API call must follow X64 Calling Convention

2022-05-12 Thread cbduggap
This API accept one parameter using RCX and this is consumed in mutiple sub functions. Signed-off-by: cbduggap --- IntelFsp2Pkg/FspSecCore/X64/FspApiEntryT.nasm | 21 -- .../Include/SaveRestoreSseAvxNasm.inc | 28 +++ 2 files changed, 40 insertions(+), 9

[edk2-devel] 回复: [PATCH 00/10] Multiple packages: Remove RVCT support

2022-05-12 Thread gaoliming
Yes. This patch has passed code review before soft feature freeze. So, it can be merged for this stable tag. Thanks Liming > -邮件原件- > 发件人: Rebecca Cran > 发送时间: 2022年5月12日 1:37 > 收件人: Ard Biesheuvel > 抄送: edk2-devel-groups-io ; Leif Lindholm > ; Ard Biesheuvel ; > Sami Mujawar ; Gerd