Re: [edk2-devel] [PATCH] MdeModulePkg/PciBusDxe: Fix hotplug functionality for USB4 bridge

2024-08-15 Thread Ni, Ray
I remember there was a patch to fix some resource leak issue and later we agreed it was a false alarm (no bug in PciBus drver). I am not sure if this is the patch we discussed earlier. Thanks, Ray From: devel@edk2.groups.io on behalf of Yoshinoya Sent: Friday,

Re: [edk2-devel] [PATCH] MdeModulePkg/PciBusDxe: Fix hotplug functionality for USB4 bridge

2024-08-15 Thread Yoshinoya
Hi, Hsueh: It seems pcie device's hot plug operation is rare during UEFI BIOS phase. Does this patch aim to solve usb4 storage hot-plug during UEFI BIOS phase? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120354): https://edk2.groups.i

Re: [edk2-devel] Agenda topics for TianoCore Community Meeting

2024-08-15 Thread Michael D Kinney
No topics received. Meeting canceled. Mike From: Kinney, Michael D Sent: Wednesday, August 14, 2024 4:10 PM To: devel@edk2.groups.io Cc: Kinney, Michael D Subject: Agenda topics for TianoCore Community Meeting Hello, Are there any topics for the TianoCore Community Meeting this week? Mike

[edk2-devel] Cancelled Event: TianoCore Community Meeting - APAC/NAMO - Thursday, August 15, 2024 #cal-cancelled

2024-08-15 Thread Group Notification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCEL REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20240422T053451Z TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Los_Ang

[edk2-devel] Cancelled Event: TianoCore Community Meeting EMEA/NAMO - Thursday, August 15, 2024 #cal-cancelled

2024-08-15 Thread Group Notification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCEL REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20240422T053451Z TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Los_Ang

[edk2-devel] [edk2-platforms][PATCH 3/3] AmpereAltraPkg/SystemFirmwareInterfaceLib: Remove unused MailboxMsgTurboConfig()

2024-08-15 Thread Nhi Pham via groups.io
Since configuring the max frequency is unnecessary, its configuration functions is unused, so remove it. Signed-off-by: Nhi Pham --- Silicon/Ampere/AmpereAltraPkg/Include/Library/SystemFirmwareInterfaceLib.h | 25 Silicon/Ampere/AmpereAltraPkg/Library/SystemFirm

[edk2-devel] [edk2-platforms][PATCH 1/3] AmpereAltraPkg/AcpiConfigDxe: Remove Max Frequency config option

2024-08-15 Thread Nhi Pham via groups.io
Beginning with SCP version 1.08, the CPU nominal frequency is equivalient to the maximum (turbo) frequency. Hence, the max frequency config option can be eliminated from the ACPI Configuration screen. Signed-off-by: Nhi Pham --- Silicon/Ampere/AmpereAltraPkg/Include/AcpiConfigNVDataStruct.h

[edk2-devel] [edk2-platforms][PATCH 2/3] AmpereAltraPkg/PlatformInfoDxe: Correct CPU frequency info

2024-08-15 Thread Nhi Pham via groups.io
Given that the max frequency is always active, the CPU frequency showned on the CPU Information screen should be retrieved using the CpuGetMaxFreq() function. The function will prioritize obtaining the max frequency over the CPU normal frequency. Signed-off-by: Nhi Pham --- Silicon/Ampere/Amper

[edk2-devel] [edk2-platforms][PATCH 0/3] AmpereAltraPkg: Remove Max Frequency config

2024-08-15 Thread Nhi Pham via groups.io
This patch series aims to remove the maximum (turbo) frequency since the CPU nominal frequency is equivalient to the max frequency. Nhi Pham (3): AmpereAltraPkg/AcpiConfigDxe: Remove Max Frequency config option AmpereAltraPkg/PlatformInfoDxe: Correct CPU frequency info AmpereAltraPkg/SystemF

Re: [edk2-devel] [edk2-platforms][PATCH 1/1] JadePkg: Add ACPI SPMI table

2024-08-15 Thread Nhi Pham via groups.io
Thanks Rebecca. I fixed in the next version. Regards, Nhi From: Rebecca Cran OS Sent: Wednesday, August 14, 2024 8:53 PM To: devel@edk2.groups.io ; Nhi Pham OS Cc: quic_llind...@quicinc.com ; Chuong Tran OS ; Rebecca Cran OS Subject: Re: [edk2-devel] [edk2-pl