From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 3EA6FAC1893 for ; Fri, 22 Sep 2023 14:51:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=SKLE7mDdOvWqNP8DQ5/kt8bVwIYQ1sAxXrI0mu6aVik=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1695394262; v=1; b=L6sYVixwTzM3qfz1itk0HIWnpVnGQIO8ImtN4MwM9yQ3L1eqclpSvv1TOkVQD4aSBveRmUVX Jtuyh+uTd1uAemDjYoBn1YJQODWf2r30iq66nXf2TdstVoxNoLfhuJ96ezGzcrz0Wemg9X6DhJo R/8L2UK3tk69bI3GG7uwkD9o= X-Received: by 127.0.0.2 with SMTP id 8eJzYY7687511xIwwQp44dFe; Fri, 22 Sep 2023 07:51:02 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.23362.1695394262228002150 for ; Fri, 22 Sep 2023 07:51:02 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 660F7DA7; Fri, 22 Sep 2023 07:51:38 -0700 (PDT) X-Received: from [10.34.100.121] (e126645.nice.arm.com [10.34.100.121]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 60A113F5A1; Fri, 22 Sep 2023 07:50:59 -0700 (PDT) Message-ID: <794c2b6e-2ab8-30ff-ec43-7cf281fe8968@arm.com> Date: Fri, 22 Sep 2023 16:50:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [edk2-devel] [PATCH v3 00/11] Update MADT for ACPI 6.5, and add TRBE & ETE support To: Sami Mujawar , devel@edk2.groups.io Cc: ardb+tianocore@kernel.org, quic_llindhol@quicinc.com, michael.d.kinney@intel.com, gaoliming@byosoft.com.cn, zhiguang.liu@intel.com, zhichao.gao@intel.com, Anshuman.Khandual@arm.com, Matteo.Carlini@arm.com, Akanksha.Jain2@arm.com, Sibel.Allinson@arm.com, jeshuas@nvidia.com, nd@arm.com References: <20230922143516.4764-1-sami.mujawar@arm.com> From: "PierreGondois" In-Reply-To: <20230922143516.4764-1-sami.mujawar@arm.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 1xBWNj77OHIoD9QQiUBDEUtex7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=L6sYVixw; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Hi Sami, Thanks for the update: Reviewed-by: Pierre Gondois Regards, Pierre On 9/22/23 16:35, Sami Mujawar wrote: > This patch series provides the following updates: > - The patches 1 & 2 add the new fields introduced > in MADT (APIC table) by ACPI 6.5 and the patch > 7/11 updates the Acpiview MADT parser accordingly. > - The patches 3, 4 & 5 adds TRBE support to the MADT > table generator in DynamicTablesPkg. > - Patch 6/11 updates the FADT ACPI revision to 6.5. > - The patches 8, 9 & 10 add support to generate ETE > device nodes. > - The 3rd last last patch series fixes a bug wherein > the CPC token was incorrectly referenced. > - The last 2 patches in the series introduce helper > functions to detect if TRBE and ETE features are > supported. >=20 > Updates from v2 patch series: > - Updated patch 5 to removed superfluous initialisation > of TRBE interrupt field for ACPI 6.4. > - Patch 12/13 introduces a helper function in ArmLib to > detect if TRBE is supported. > - Patch 13/13 introduces a helper function in ArmLib to > detect if ETE is supported. >=20 > Updates from v1 patch series: > - Fixed issue with setting TRBE interrupt in patch 5/11. >=20 > The changes can be seen at: > https://github.com/samimujawar/edk2/tree/2620_ete_dev_fvp_v3 >=20 > Sami Mujawar (13): > MdePkg: MADT: Add Online capable flag in GICC > MdePkg: MADT: Add TRBE interrupt to GICC > DynamicTablesPkg: Add TRBE interrupt to GICC object > DynamicTablesPkg: Add TRBE interrupt to GICC object parser > DynamicTablesPkg: Update MADT generator for ACPI 6.5 > DynamicTablesPkg: Update FADT generator to ACPI 6.5 > ShellPkg: Acpiview: Update MADT parser for TRBE interrupt > DynamicTablesPkg: Add an ET info object to Arm namespace > DynamicTablesPkg: Add an ET info object parser > DynamicTablesPkg: Add ETE device to CPU node in AML > DynamicTablesPkg: Fix referencing of CPC token > ArmPkg/ArmLib: Add ArmHasTrbe () helper function > ArmPkg/ArmLib: Add ArmHasEte () helper function >=20 > ArmPkg/Include/Chipset/AArch64.h = | 4 + > ArmPkg/Include/Library/ArmLib.h = | 25 +++ > ArmPkg/Library/ArmLib/AArch64/AArch64Lib.c = | 31 ++++ > DynamicTablesPkg/Include/ArmNameSpaceObjects.h = | 32 +++- > DynamicTablesPkg/Library/Acpi/Arm/AcpiFadtLibArm/FadtGenerator.c = | 108 +++++------ > DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/MadtGenerator.c = | 79 ++++---- > DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCpuTopologyLibArm/SsdtCpuTopo= logyGenerator.c | 188 +++++++++++++++++++- > DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCpuTopologyLibArm/SsdtCpuTopo= logyGenerator.h | 11 +- > DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObje= ctParser.c | 11 +- > MdePkg/Include/IndustryStandard/Acpi65.h = | 4 +- > ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c = | 48 ++++- > 11 files changed, 442 insertions(+), 99 deletions(-) >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109012): https://edk2.groups.io/g/devel/message/109012 Mute This Topic: https://groups.io/mt/101522262/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-