Re: [edk2-devel] [PATCH V2 1/1] ShellPkg: Fix Ping GetTimerPeriod API failure

2022-02-10 Thread Gao, Zhichao
> -Original Message- > From: Ni, Ray > Sent: Friday, February 11, 2022 3:29 PM > To: Rehan, MohammedX ; > devel@edk2.groups.io; Esakkithevar, Kathappan > ; Gao, Zhichao > ; Pethaiyan, Madhan > > Cc: Thirupugal, MadhaviX > Subject: RE: [PATCH V2 1/1] ShellPkg: Fix Ping GetTimerPeriod

Re: [edk2-devel] [PATCH V2 1/1] ShellPkg: Fix Ping GetTimerPeriod API failure

2022-02-10 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Rehan, MohammedX Sent: Thursday, February 10, 2022 2:51 PM To: devel@edk2.groups.io; Esakkithevar, Kathappan ; Gao, Zhichao ; Ni, Ray ; Pethaiyan, Madhan Cc: Thirupugal, MadhaviX ; Rehan, MohammedX Subject: [PATCH V2 1/1] ShellPkg: Fix

Re: [edk2-devel] [PATCH 16/18] UefiCpuPkg: Disable MTRR programming for UefiPayloadPkg

2022-02-10 Thread Patrick Rudolph
Hi Mike, I don't see this covered by the PI specification (it's soo huge). Which chapter describes this? The original issue was a boot hang observed on real hardware as the MtrrLib can't handle specific corner cases. Not calling into MtrrLib fixes the issue. An alternative approach would be to

Re: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-10 Thread Ming Huang
在 2/10/22 8:28 PM, Sami Mujawar 写道: > Hi Ming, > > Thank you for this patch. > > I have a few comments, marked inline as [SAMI]. > > With those addressed, > > Reviewed-by: Sami Mujawar > > Regards, > > Sami Mujawar > > On 09/02/2022 01:54 AM, Ming Huang wrote: >> These definitions are

Re: [edk2-devel] [PATCH 13/18] MdeModulePkg/Usb/Keyboard.c: don't request protocol before setting

2022-02-10 Thread Wu, Hao A
Hello, Inline comments below: > -Original Message- > From: Sean Rhodes > Sent: Friday, February 11, 2022 5:27 AM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Matt DeVillier > ; Patrick Rudolph > > Subject: [PATCH 13/18] MdeModulePkg/Usb/Keyboard.c: don't request > protocol before

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - 02/10/2022 #cal-reminder

2022-02-10 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z

Re: [edk2-devel] [PATCH 09/18] SdMmcPciDxe: Reduce timeout for SD card reset

2022-02-10 Thread Wu, Hao A
Hello, I think we have encountered some devices that will take as long as 1 second to respond. How about adding a new PCD called gEfiMdeModulePkgTokenSpaceGuid.PcdSdMmcGenericTimeoutValue (in microsecond unit) in MdeModulePkg.dec '[PcdsFixedAtBuild, PcdsPatchableInModule]' section? Please

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - 02/10/2022 #cal-reminder

2022-02-10 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z

Re: [edk2-devel] [PATCH 12/18] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal

2022-02-10 Thread Wu, Hao A
Hello, (Add Ray as the initial author for this driver.) Inline comments below: > -Original Message- > From: Sean Rhodes > Sent: Friday, February 11, 2022 5:26 AM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Matt DeVillier > > Subject: [PATCH 12/18] Ps2KbdCtrller: Make wait for SUCCESS

Re: [edk2-devel] 回复: [Patch 1/2] BaseTools: Update brotli submodule

2022-02-10 Thread Bob Feng
Thank you for approval. Hi Mike and Sean, I found all the CI test failed. The error message is [error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request

回复: [edk2-devel] [PATCH v2 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5

2022-02-10 Thread gaoliming
Ard: I am OK to merge this issue for this stable tag. It is a clear bug fix. Thanks Liming > -邮件原件- > 发件人: Ard Biesheuvel > 发送时间: 2022年2月10日 17:18 > 收件人: edk2-devel-groups-io ; Rebecca Cran > ; Liming Gao (Byosoft address) > > 抄送: James Bottomley ; Min Xu > ; Jiewen Yao ; Tom Lendacky

回复: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-10 Thread gaoliming
Ming: You can refer to wiki https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process to know how to create PR. You can refer to wiki https://github.com/tianocore/tianocore.github.io/wiki/Reporting-issues to know how to apply for Bugzilla account. Thanks Liming >

Re: [edk2-devel] I think we need a Panic API...

2022-02-10 Thread Andrew Fish via groups.io
> On Feb 9, 2022, at 9:33 PM, Ni, Ray wrote: > > Jeff, > I understand what “EFI_SYSTEM_CONTEXT” is. I am curious of the need of > “BOOLEAN ProcessSystemContext”. > Ray, ProcessSystemContext may not be needed… My thinking was if you pass ProcessSystemContext == TRUE there is some implied

[edk2-devel] [PATCH v2 1/1] .pytool: Update to newest pytools

2022-02-10 Thread Kenneth Lautner
From: Ken Lautner Update to the newest pytools and resolves the API change for GetAbsolutePathOnThisSytemFromEdk2RelativePath Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kenneth Lautner Reviewed-by: Sean Brogan ---

[edk2-devel] [PATCH v1 1/1] .pytool: Update to newest pytools

2022-02-10 Thread Kenneth Lautner
From: Ken Lautner Update to the newest pytools and resolves the API change for GetAbsolutePathOnThisSytemFromEdk2RelativePath Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kenneth Lautner --- .azurepipelines/Ubuntu-PatchCheck.yml

[edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier Add PlatformGopPolicy to use external GOP driver Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Matt DeVillier --- .../PlatformGopPolicy/PlatformGopPolicy.c | 161 ++ .../PlatformGopPolicy/PlatformGopPolicy.h | 62

Re: [edk2-devel] 回复: [edk2-devel] [PATCH] MdeModulePkg/Frontpage: Get SMBIOS Data from table directly

2022-02-10 Thread Sean Rhodes
I think we can resolve in coreboot, I will close the PR :) Thanks Sean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86593): https://edk2.groups.io/g/devel/message/86593 Mute This Topic: https://groups.io/mt/88963238/21656 Group Owner:

Re: [edk2-devel] [PATCH 16/18] UefiCpuPkg: Disable MTRR programming for UefiPayloadPkg

2022-02-10 Thread Michael D Kinney
Hi Sean, By disabling the MTRR lib in this way, the UefiPayloadPkg has no means to adjust cachability if it needs to in the future, and it breaks conformance with the PI Specification. What modules in the UefiPayloadPkg are changing cachability? Is that appropriate? Should those modules be

Re: [edk2-devel] 回复: [edk2-devel] [PATCH] MdeModulePkg/Frontpage: Get SMBIOS Data from table directly

2022-02-10 Thread Sean Rhodes
Hi Liming It is standard coreboot code that provides it this way. Thanks Sean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86591): https://edk2.groups.io/g/devel/message/86591 Mute This Topic: https://groups.io/mt/88963238/21656

Re: [edk2-devel] 回复: [edk2-devel] [PATCH 43/43] MdeModulePkg/BmBoot: skip secondary eMMC entries

2022-02-10 Thread Sean Rhodes
Hi Liming It's not based on spec, just behaviour seen with coreboot and UefiPayloadPkg. I can wrap it in a build option if that would be preferable? Thanks Sean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86590):

[edk2-devel] [PATCH 18/18] UefiPayloadPkg: Hookup Prioritise Internal build option

2022-02-10 Thread Sean Rhodes
Hook PRIORITISE_INTERNAL build option to PrioritiseInternal PCD. Signed-off-by: Sean Rhodes --- UefiPayloadPkg/UefiPayloadPkg.dsc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index

[edk2-devel] [PATCH 17/18] BmBoot: prioritize internal boot devices over external

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier This prevents some internally-attached USB devices (card readers, etc) from defaulting ahead of SATA/NVMe/eMMC drives. Signed-off-by: Matt DeVillier --- MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 10 --

[edk2-devel] [PATCH 16/18] UefiCpuPkg: Disable MTRR programming for UefiPayloadPkg

2022-02-10 Thread Sean Rhodes
From: Patrick Rudolph The MTRRs have already been programmed by FSB. Signed-off-by: Patrick Rudolph --- UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 4 UefiCpuPkg/Library/MtrrLib/MtrrLib.inf | 2 +- UefiCpuPkg/UefiCpuPkg.dec | 4 UefiCpuPkg/UefiCpuPkg.uni | 8

[edk2-devel] [PATCH 15/18] UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection

2022-02-10 Thread Sean Rhodes
From: Patrick Rudolph This fixes an issue where the framebuffer provided by coreboot or slimbootloader will only work on the primary VGA device. If the framebuffer corresponds to a different device the screen will stay black. In addition, the code doesn't work for multiple graphic cards, has

[edk2-devel] [PATCH 14/18] UefiPayloadPkg: Add RNG support

2022-02-10 Thread Sean Rhodes
From: Patrick Rudolph Uses the RDRAND instruction if available and install EfiRngProtocol. The protocol may be used by iPXE or the Linux kernel to gather entropy. Signed-off-by: Patrick Rudolph --- UefiPayloadPkg/Library/BaseRngLib/BaseRng.c | 199 ++

[edk2-devel] [PATCH 13/18] MdeModulePkg/Usb/Keyboard.c: don't request protocol before setting

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier No need to check the interface protocol then conditionally setting, just set it to BOOT_PROTOCOL and check for error. This is what Linux does for HID devices as some don't follow the USB spec. One example is the Aspeed BMC HID keyboard device, which adds a massive boot

[edk2-devel] [PATCH 12/18] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier Recent model Chromebooks only return ACK, but not BAT_SUCCESS, which causes hanging and failed ps2k init. To mitigate this, make the absence of BAT_SUCCESS reply non-fatal, and reduce the no-reply timeout from 4s to 1s. Tested on google/dracia and purism/librem_14

[edk2-devel] [PATCH 11/18] UefiPayloadPkg: Make Boot Timeout configurable

2022-02-10 Thread Sean Rhodes
Signed-off-by: Sean Rhodes --- UefiPayloadPkg/UefiPayloadPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 14b7cc55f5..7b57310dfd 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++

[edk2-devel] [PATCH 10/18] BlSupportSmm: fix definition of SetSmrr()

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier Signed-off-by: Matt DeVillier Change-Id: Id5b077ad6c79717a9d97d4228145791ef062962c --- UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c

[edk2-devel] [PATCH 09/18] SdMmcPciDxe: Reduce timeout for SD card reset

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier Previous 1s timeout causeed stalls on boot splash with no benefit. Reduced to 100ms and no interruptions to boot when no SD card inserted. Signed-off-by: Matt DeVillier --- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.h | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH 08/18] UefiPayloadPkg: Fix case of protocol

2022-02-10 Thread Sean Rhodes
Fix case match in to avoid build failure on Linu. Signed-off-by: Sean Rhodes --- UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h index

[edk2-devel] [PATCH 06/18] UefiPayloadPkg: Add build option for Above 4G Memory

2022-02-10 Thread Sean Rhodes
When build option ABOVE_4G_MEMORY is set to true, nothing will change and EDKII will use all available memory. Setting it to false will create memory type information HOB in payload entry, so that EDKII will reserve enough memory below 4G for EDKII modules. This option is useful for bootloaders

[edk2-devel] [PATCH 05/18] UefiPayloadPkg: Make Boot Manager Key configurable

2022-02-10 Thread Sean Rhodes
Provide a build option to use [Esc] instead of [F2] for devices such as Chromebooks that don't have F-keys. Signed-off-by: Sean Rhodes --- .../PlatformBootManager.c | 44 +-- .../PlatformBootManagerLib.inf| 2 +

[edk2-devel] [PATCH 04/18] UefiPayloadPkg: Hookup BGRT build option

2022-02-10 Thread Sean Rhodes
Hook FOLLOW_BGRT_SPEC build option to FollowBGRTSpec PCD. Signed-off-by: Sean Rhodes --- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 282435ceec..82adf98a45 100644 ---

[edk2-devel] [PATCH 03/18] MdeModulePackage: Add option to follow BGRT spec

2022-02-10 Thread Sean Rhodes
Add option to centre the Boot Logo 38.2% from the top of screen, following the BGRT specification. Signed-off-by: Sean Rhodes --- MdeModulePkg/Library/BootLogoLib/BootLogoLib.c | 7 ++- MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf | 3 +++ MdeModulePkg/MdeModulePkg.dec

[edk2-devel] [PATCH 02/18] UefiPayloadPkg: Provide option to use Boot Splash

2022-02-10 Thread Sean Rhodes
Provide a build option to use a Boot Splash logo. Signed-off-by: Sean Rhodes --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 + .../PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 ++ UefiPayloadPkg/UefiPayloadPkg.dec | 3 +++

[edk2-devel] February - TianoCore Community Meeting

2022-02-10 Thread Demeter, Miki
# TianoCore Community Meeting     **Highlights:** - GSOC Call for Mentors Mid-May thru Mid-August (few hours per week)  - Andrew’s GDB scripts Committed. Discussed in Stewards Meeting Needs to be re-submitted to BaseTools - Suggestion for new community meeting focusing on CI and BaseTools -

[edk2-devel] Debugging scripts: "Add support for gdb and lldb"

2022-02-10 Thread Rebecca Cran
Andrew: We discussed your patch from August last year in today's Community Meeting. The patch is https://edk2.groups.io/g/devel/message/78906, but it sounds as though there needs to be a v2 to move the files into BaseTools/Scripts based on recent discussions. Mike: it looks like there

Re: [edk2-devel] [edk2-platforms: PATCH v2] MinPlatformPkg/SaveMemoryConfig: Variable may not be locked.

2022-02-10 Thread Oram, Isaac W
Chasel, The changes look good to me in general. The request I have is to please add error return paths related to locking the variables. Given the sensitivity related to UEFI variables, I don't think asserts are sufficient for error flows. We should get explicit errors if anything fails in

Re: [edk2-devel] [PATCH v1 1/1] .pytool: Update to newest pytools

2022-02-10 Thread Sean
please update to the latest pytools which is 0.11.2 and 0.15.2 and 0.1.13. With that this looks good and will solve some of the pytool issues. Reviewed-by: Sean Brogan On 2/2/2022 4:49 PM, Kenneth Lautner wrote: |tu-PatchCheck.yml | 2 +-

[edk2-devel] Event: TianoCore Community Meeting - EMEA / NAMO - 02/10/2022 #cal-reminder

2022-02-10 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z

Re: [edk2-devel] [PATCH v1 1/1] .pytool/Plugin/UncrustifyCheck: Output file diffs by default

2022-02-10 Thread Rebecca Cran
Thanks! Reviewed-by: Rebecca Cran -- Rebecca Cran On 2/10/22 09:19, Michael Kubacki wrote: From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3808 Changes the default for the "OutputFileDiffs" configuration option to "True" so the formatting suggestions detected

[edk2-devel] Event: TianoCore Community Meeting - EMEA / NAMO - 02/10/2022 #cal-reminder

2022-02-10 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z

Re: [edk2-devel] [PATCH v1 1/1] .pytool/Plugin/UncrustifyCheck: Output file diffs by default

2022-02-10 Thread Michael D Kinney
Reviewed-by: Michael D Kinney Mike > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Thursday, February 10, 2022 8:19 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Sean Brogan > ; Bret Barkelew > Subject: [PATCH v1 1/1]

Re: [edk2-devel] 回复: [Patch 1/2] BaseTools: Update brotli submodule

2022-02-10 Thread Michael D Kinney
Code review was provided well before soft freeze and passed all CI tests. I agree that this can go into the stable tag. Mike > -Original Message- > From: Feng, Bob C > Sent: Thursday, February 10, 2022 2:15 AM > To: devel@edk2.groups.io; Gao, Liming > Cc: Chen, Christine ; 'Pedro

Re: [edk2-devel] [PATCH V2 00/10] Platform/RaspberryPi: Utilize SPI flash for EFI variables

2022-02-10 Thread Jeff Booher-Kaeding
Patches applied cleanly & built with no issues. No issues spotted in functional testing & passes the SCT tests required by SBBR. -Jeff On Sat, Jan 1, 2022 at 09:49 PM, Jeremy Linton wrote: > > The RPi4 has a SPI flash with unused capacity. This set detects if > that capacity is sufficient for

[edk2-devel] [PATCH v1 1/1] .pytool/Plugin/UncrustifyCheck: Output file diffs by default

2022-02-10 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3808 Changes the default for the "OutputFileDiffs" configuration option to "True" so the formatting suggestions detected by Uncrustify will be output in the test case log. The diff is printed in unified diff format. This

Re: [edk2-devel] [Patch V2 1/1] UefiPayloadPkg/PayloadLoaderPeim: Force UINTN before save Ptr

2022-02-10 Thread Ma, Maurice
Reviewed-by: Maurice Ma > -Original Message- > From: Jiang, Guomin > Sent: Wednesday, February 9, 2022 19:03 > To: devel@edk2.groups.io > Cc: Dong, Guo ; Ni, Ray ; Ma, > Maurice ; You, Benjamin > Subject: [Patch V2 1/1] UefiPayloadPkg/PayloadLoaderPeim: Force UINTN > before save Ptr >

Re: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-10 Thread Sami Mujawar
Hi Ming, Thank you for this patch. I have a few comments, marked inline as [SAMI]. With those addressed, Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 09/02/2022 01:54 AM, Ming Huang wrote: These definitions are added according UEFI spec. Signed-off-by: Ming Huang ---

[edk2-devel] Not getting a device handle for USB controller connected in Pcie switch

2022-02-10 Thread Antony Abee via groups.io
Hi, We are using a custom board based Ampere SOC. We have two Renesas USB controller uPD720201 in our setup. 1. Renesas USB controller on custom module based on Ampere SOC. - Connected to Pcie Root complex port directly. 2. Renesas USB controller on custom carrier board. -

Re: [edk2-devel] 回复: [Patch 1/2] BaseTools: Update brotli submodule

2022-02-10 Thread Bob Feng
Thank you Liming. Hi Stewards, This patch set can resolve the build failure issue with GCC 11, so I plan to have it in this stable tag. https://edk2.groups.io/g/devel/message/86077 https://edk2.groups.io/g/devel/message/86078 Thanks, Bob -Original Message- From: devel@edk2.groups.io

Re: [edk2-devel] [PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-10 Thread Ming Huang
Hi Liming, I can't log in to bugzilla. How can I register a new account? I have not created pull request for this change and I don't know how to do that. I am sorry. Best Regards. 在 2/10/22 9:19 AM, gaoliming 写道: > Ming: > Can you submit one BZ in https://bugzilla.tianocore.org/ for this

Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5

2022-02-10 Thread Ard Biesheuvel
On Thu, 10 Feb 2022 at 10:17, Ard Biesheuvel wrote: > > (+ Liming) > ... for real this time. > On Fri, 4 Feb 2022 at 21:28, Rebecca Cran wrote: > > > > XCODE5 reported the following warning: > > > > OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1895:12: note: > > uninitialized use occurs here

Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5

2022-02-10 Thread Ard Biesheuvel
(+ Liming) On Fri, 4 Feb 2022 at 21:28, Rebecca Cran wrote: > > XCODE5 reported the following warning: > > OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1895:12: note: > uninitialized use occurs here >Compacted >^ > > Initialize the 'Compacted' variable to fix the

Re: [edk2-devel] [PATCH v1 1/2] UefiCpuPkg: Extend SMM CPU Service with rendezvous support.

2022-02-10 Thread Siyuan, Fu
Hi, Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael D > Kinney > Sent: 2022年2月9日 0:31 > To: devel@edk2.groups.io; Li, Zhihao ; Kinney, Michael D > > Cc: Dong, Eric ; Ni, Ray ; Kumar, > Rahul1 > Subject: Re: [edk2-devel] [PATCH v1 1/2] UefiCpuPkg: Extend SMM

Re: [edk2-devel] [PATCH v1] MinPlatformPkg: Install memory relating PPIs

2022-02-10 Thread Zhang, Xiaoqiang
Thanks Nate! Best Regards, Xiaoqiang Zhang -Original Message- From: Desimone, Nathaniel L Sent: Wednesday, February 9, 2022 11:27 AM To: Zhang, Xiaoqiang ; devel@edk2.groups.io Cc: Chiu, Chasel ; Oram, Isaac W Subject: RE: [PATCH v1] MinPlatformPkg: Install memory relating PPIs

[edk2-devel] XhciDxe driver not driving USB controller connected in Pcie switch

2022-02-10 Thread Antony Abee via groups.io
Hi, We are using a custom board based on Ampere SOC. We have two Renesas USB controller uPD720201 in our setup. 1. Renesas USB controller on custom module based on Ampere SOC. - Connected to Pcie Root complex port directly. 2. Renesas USB controller on custom carrier board. -