From nobody Wed May 15 16:45:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72798+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72798+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1615814812; cv=none; d=zohomail.com; s=zohoarc; b=Jl1pCmi58r++6nSo53pkZDDWthglOALjmPq/K04Q++Fl6yYRC3xfGJ9EbrT6SvzWIZGtg+qBaK9Upb6NL1S5ZFBsKeFAhd0BtIK1s12cP4/xKD9yuZ+SulM8Rh87iuh1xxdFmjLLi0V/lvVmYMvUoRsV556PfWO8Mxn2flRaqQ8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615814812; h=Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=8qa9Amwb4ja5JO+tPzS4pZkL0iKN/6jCoozBOMjK4GY=; b=UuuBBha4n599vB1f+NJS5Kromhhz47T3rzPa8Y/8hdhTqX0ZrGJTM5ftjIZA1PEtM+iqvCp00oWbBeDDafKMwEMPoqZ4CuQ1GF6ysPM8YA5+Z/i6sLhNXuzO7eeAKZp4M4i518357N9qQpH7fkerZhN2VfdtpQSd3hHzJW5Y84I= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72798+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615814812558225.34097557197742; Mon, 15 Mar 2021 06:26:52 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id NHk4YY1788612xyFe8vsYmyT; Mon, 15 Mar 2021 06:26:52 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.8637.1615814810450147833 for ; Mon, 15 Mar 2021 06:26:50 -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 2422BED1; Mon, 15 Mar 2021 06:26:50 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.51.200]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5AF4E3F792; Mon, 15 Mar 2021 06:26:49 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Sami.Mujawar@arm.com, Alexei.Fedorov@arm.com Subject: [edk2-devel] [PATCH v1 1/2] DynamicTablesPkg: Re-order GicItsIdentifierArray struct Date: Mon, 15 Mar 2021 13:26:31 +0000 Message-Id: <20210315132632.21890-2-Pierre.Gondois@arm.com> In-Reply-To: <20210315132632.21890-1-Pierre.Gondois@arm.com> References: <20210315132632.21890-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: 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 X-Gm-Message-State: MvFMjBGvFjkmKsnzPclXJF4Hx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615814812; bh=bTD37I/ySKE16v1izgBBhnwEAWLxbFTguTEP80BoJIw=; h=Date:From:Reply-To:Subject:To; b=nG+p8nY7JGMgOiwVfDGqGsjHAf61s+pqUrKpA5urAgPiAMionNJdZ5mZ5aJx38R3LdR g4U6d31KzuXClTyYe1l+CSdBbIygSCxbBSTL6brY+/kTu5TdNmtBRQQxx1fenEl2pIkcp ysVaKw5utnr8vncQ/1DGK7n/C2pbzaBfVqE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois The structure is not correctly placed in the file. Move it so it follows the EARM_OBJECT_ID enum order. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- The changes can be seen at: https://github.com/PierreARM/edk2/tree/1685_Che= ckUpArmNameSpaceObjects_v1 .../Include/ArmNameSpaceObjects.h | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTables= Pkg/Include/ArmNameSpaceObjects.h index f0654866444e..bc463d19879d 100644 --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h @@ -1,6 +1,6 @@ /** @file =20 - Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.
+ Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.
=20 SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -465,16 +465,6 @@ typedef struct CmArmItsGroupNode { CM_OBJECT_TOKEN ItsIdToken; } CM_ARM_ITS_GROUP_NODE; =20 -/** A structure that describes the - GIC ITS Identifiers for an ITS Group node. - - ID: EArmObjGicItsIdentifierArray -*/ -typedef struct CmArmGicItsIdentifier { - /// The ITS Identifier - UINT32 ItsId; -} CM_ARM_ITS_IDENTIFIER; - /** A structure that describes the Named component node for the Platform. =20 @@ -636,6 +626,16 @@ typedef struct CmArmPmcgNode { CM_OBJECT_TOKEN ReferenceToken; } CM_ARM_PMCG_NODE; =20 +/** A structure that describes the + GIC ITS Identifiers for an ITS Group node. + + ID: EArmObjGicItsIdentifierArray +*/ +typedef struct CmArmGicItsIdentifier { + /// The ITS Identifier + UINT32 ItsId; +} CM_ARM_ITS_IDENTIFIER; + /** A structure that describes the ID Mappings for the Platform. =20 --=20 2.17.1 -=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 (#72798): https://edk2.groups.io/g/devel/message/72798 Mute This Topic: https://groups.io/mt/81348755/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Wed May 15 16:45:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72799+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72799+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1615814817; cv=none; d=zohomail.com; s=zohoarc; b=j/C14Xm4W9tSgroYDvl+OPnZ/BBafnd60R/YLLqXedoe4YjhvTCGXneMhm3sI37md25G+vazUBN6wYIvcBVG2AzT4wr3P1Yac4p3dBEhSuVMSCWYtmH0OTEcQwl33vApCqoQAJ6NZA44Rg6U8kFV7Fg3A8txvZZskEOnjFwZMMU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615814817; h=Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=TabKdeFeDCbN3+E/IPXzzMhJAPwy0wAJODihDGB/hCY=; b=Z8S2CuLGX+/5iznUFf08EHBuIqs3L9WqKr47vfLw7mF9TtijmgDDPGB46LAzNrnKVhFieWHPzj+Dwdc2nFkPfIEQUwQtPKDr8Osb5h66PduTSZxOXbn6nySlbGUauKDtHWHGEr066fKEEfLUyKQaCQrbEhUuXvQ/ylZiSxs7DSs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72799+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615814817730508.72709559385555; Mon, 15 Mar 2021 06:26:57 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id O9XIYY1788612xgpF8Yvrfxq; Mon, 15 Mar 2021 06:26:57 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.8639.1615814811787957542 for ; Mon, 15 Mar 2021 06:26:51 -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 5B1A31FB; Mon, 15 Mar 2021 06:26:51 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.51.200]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 82E453F792; Mon, 15 Mar 2021 06:26:50 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Sami.Mujawar@arm.com, Alexei.Fedorov@arm.com Subject: [edk2-devel] [PATCH v1 2/2] DynamicTablesPkg: Remove EArmObjExtendedInterruptInfo Date: Mon, 15 Mar 2021 13:26:32 +0000 Message-Id: <20210315132632.21890-3-Pierre.Gondois@arm.com> In-Reply-To: <20210315132632.21890-1-Pierre.Gondois@arm.com> References: <20210315132632.21890-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: 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 X-Gm-Message-State: jR8VIm3Oly4e5UYkGN8SCl3zx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615814817; bh=UejZ7ycCkSexlh83ZuRdwavVYG8PngT3fpu1bAkXpF8=; h=Date:From:Reply-To:Subject:To; b=R+kKV1CvVRR+42rX+csokbh6wjjcghuneXW7tCh0TR84DDBMJ3MZq3w84Od7+HbdCiR WFl+AHQuryXc6oRNfYyTCe8ircwVK92CVp7XUl6oUHYMdWRGefhOB8FLB7zv7n0ntza8H 3D5LcD+u5HwHt5mnot9rbLwmIZceypLgAYs= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois The EArmObjExtendedInterruptInfo doesn't exist. Remove any reference to this enum. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- The changes can be seen at: https://github.com/PierreARM/edk2/tree/1685_Che= ckUpArmNameSpaceObjects_v1 DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTables= Pkg/Include/ArmNameSpaceObjects.h index bc463d19879d..afcfe3704cb9 100644 --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h @@ -681,8 +681,6 @@ typedef CM_ARM_GENERIC_INTERRUPT CM_ARM_SMMU_INTERRUPT; Vector Flags (Byte 3) of the Extended Interrupt resource descriptor. See EFI_ACPI_EXTENDED_INTERRUPT_FLAG_xxx in Acpi10.h - - ID: EArmObjExtendedInterruptInfo */ typedef CM_ARM_GENERIC_INTERRUPT CM_ARM_EXTENDED_INTERRUPT; =20 --=20 2.17.1 -=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 (#72799): https://edk2.groups.io/g/devel/message/72799 Mute This Topic: https://groups.io/mt/81348756/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-