Re: 回复: [edk2-devel] [PATCH] MdePkg/Tdx.h: Fix the order of NumVcpus and MaxVcpus

2024-07-02 Thread Xiaoyao Li
On 7/3/2024 9:12 AM, gaoliming wrote: Is there Pull Request for this patch? yes. https://github.com/tianocore/edk2/pull/5828 -邮件原件- 发件人: devel@edk2.groups.io 代表 Xiaoyao Li 发送时间: 2024年6月27日 9:27 收件人: devel@edk2.groups.io 抄送: xiaoyao...@intel.com 主题: [edk2-devel] [PATCH]

[edk2-devel] Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, July 3, 2024 #cal-cancelled

2024-07-02 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

回复: [edk2-devel] [PATCH] MdePkg/Tdx.h: Fix the order of NumVcpus and MaxVcpus

2024-07-02 Thread gaoliming via groups.io
Is there Pull Request for this patch? > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Xiaoyao Li > 发送时间: 2024年6月27日 9:27 > 收件人: devel@edk2.groups.io > 抄送: xiaoyao...@intel.com > 主题: [edk2-devel] [PATCH] MdePkg/Tdx.h: Fix the order of NumVcpus and > MaxVcpus > > For TDCALL leaf TDG.VP.INFO, the

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, July 3, 2024 #cal-reminder

2024-07-02 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Wednesday, July 3, 2024 5:30pm to 6:30pm (UTC-07:00) America/Los Angeles *Where:*

[edk2-devel] [PATCH edk2-platforms v2 2/3] Silicon/SbsaQemu: align the PPTT tables with QEMU

2024-07-02 Thread Marcin Juszkiewicz
From: Xiong Yining To align the CPU topology information recognized by the operating system with the CPU topology information configured by QEMU, we need to make use of the CPU topology information to create complex PPTT tables setups. We get the CPU topology information via SMC.

[edk2-devel] [PATCH edk2-platforms v2 3/3] SbsaQemu: provide cache info per core in PPTT

2024-07-02 Thread Marcin Juszkiewicz
During Linaro Connect MAD24 I was asked to move cache information from being 'per cluster' to be 'per core'. This is a move for implementing MPAM support. So topology moves from: Socket -> Clusters -> Cores + Caches -> Threads (if exist) to: Socket -> Clusters -> Cores -> Caches + Threads (if

[edk2-devel] [PATCH edk2-platforms v2 1/3] Platform/SbsaQemu: get the information of CPU topology via SMC calls

2024-07-02 Thread Marcin Juszkiewicz
Provide functions to check for CPU topology information: - the number of sockets on sbsa-ref platform. - the number of clusters in one socket. - the number of cores in one cluster. - the number of threads in one core. As SMC calls can return up to 4 return values. the number of sockets, clusters

[edk2-devel] [PATCH edk2-platforms v2 0/3] SbsaQemu: Align the PPTT tables with QEMU

2024-07-02 Thread Marcin Juszkiewicz
| 192 +++- .../SbsaQemuHardwareInfoLib.c | 36 6 files changed, 245 insertions(+), 105 deletions(-) --- base-commit: ba73190ddccc0d0e8c9ff4d3cac1f10bde8b0f71 change-id: 20240702-acpi65-1bfdb20bde1a Best regards, -- Marcin Juszkiewicz

Re: [edk2-devel] How do debug tianocore.PatchCheck failed?

2024-07-02 Thread joeyli via groups.io
Hi Leif, Thanks for your response! On Tue, Jul 02, 2024 at 11:32:06AM +0100, Leif Lindholm wrote: > Hi Joey, > > On 2024-07-02 07:42, joeyli via groups.io wrote: > > Hi EDK2 experts, > > > > I was filed a submit request on github for > > "[PATCH] EmbeddedPkg/VirtualRealTimeClockLib: Support

Re: [edk2-devel] [PATCH v2] XiangshanSeriesPkg:Add BOSC NanhuDev platform

2024-07-02 Thread yyl981210
hi, I have verified the above patch on the bosc platform. OpenSBI v0.9-31-g1f07ed5                    _ _ / __ \                  / |  _ \_   _| | |  | |_ __   ___ _ __ | (___ | |_) || | | |  | | '_ \ / _ \ '_ \ \___ \|  _ < | | | |__| | |_) |  __/ | | |) | |_) || |_

Re: [edk2-devel] How do debug tianocore.PatchCheck failed?

2024-07-02 Thread Leif Lindholm
Hi Joey, On 2024-07-02 07:42, joeyli via groups.io wrote: Hi EDK2 experts, I was filed a submit request on github for "[PATCH] EmbeddedPkg/VirtualRealTimeClockLib: Support SOURCE_DATE_EPOCH". But I got a Azure Pipelines/tianocore.PatchCheck failed:

Re: [edk2-devel] Moving edk2-platforms reviews to GitHub Pull Requests

2024-07-02 Thread Marvin Häuser
Hi Rebecca, Sounds good to me! Best regards, Marvin > On 1. Jul 2024, at 21:16, Rebecca Cran wrote: > > Now that edk2 has been using PRs for a few weeks, I'd like to propose > enabling the same workflow for edk2-platfoms. > > As maintainers or reviewers of platforms in the edk2-platforms

[edk2-devel] How do debug tianocore.PatchCheck failed?

2024-07-02 Thread joeyli via groups.io
Hi EDK2 experts, I was filed a submit request on github for "[PATCH] EmbeddedPkg/VirtualRealTimeClockLib: Support SOURCE_DATE_EPOCH". But I got a Azure Pipelines/tianocore.PatchCheck failed: https://github.com/tianocore/edk2/pull/5550/checks?check_run_id=24185647984 Check failure on

Re: [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit

2024-07-02 Thread Alistair Francis
On Tue, Jun 25, 2024 at 3:46 PM Alistair Francis wrote: > > Initial commit of the PCIe 6.0 specification header file. This is used > to define the EFI_PCIE_CAPABILITY_ID_DOE macro. > > Signed-off-by: Alistair Francis Ping! > --- > MdePkg/Include/IndustryStandard/Pci.h | 2 +- >