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 4F4D57803DB for ; Thu, 21 Mar 2024 15:54:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4GadIDoDVx1vAqG5hrMXA+ilM5+RNNix0QxSYnVXn+s=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1711036456; v=1; b=tPpRnrAZEdIy+75X08pZnzooH4W4Dd4yMOjvaY9KvfVyZJu2ZYPxT0akZPkczLJMFB58Y5+G S4BIccB9n2Y277LS1aGzThlAi8hGRkqiFOap8tEUBPP5e77BrG+fmDnvRamuFV7ZUADOEf9wUMr b+HNJnWAXaniRqeP8zzxzeor6WtKZefR2zCRoYqf6mkeNMh4eUwHACC0uuIX6VnLVusIDPK7ueE OkbOmZpdyciQ6NzlmNCbLcq20eKMr6JuuG2CcuZkI/epmVJnjax3R8ueuHbgpuyA1DHexL7yUe8 vuXkk1t5zQQCboe9piGQNvgn4mycOstXfHFQbgbgqkXdQ== X-Received: by 127.0.0.2 with SMTP id bTsZYY7687511xjYAeUAKCrv; Thu, 21 Mar 2024 08:54:16 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.385.1711036455379389846 for ; Thu, 21 Mar 2024 08:54:15 -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 6351C1007; Thu, 21 Mar 2024 08:54:49 -0700 (PDT) X-Received: from e126645.nice.arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A2DEC3F67D; Thu, 21 Mar 2024 08:54:12 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Sami Mujawar , Pierre Gondois , Yeo Reum Yun , Sunil V L , AbdulLateef Attar , Jeshua Smith , Jeff Brasen , Girish Mahadevan , Leif Lindholm , Meenakshi Aggarwal Subject: [edk2-devel] [PATCH 08/16] DynamicTablesPkg: Update documentation for CM_OBJECT_ID Date: Thu, 21 Mar 2024 16:53:11 +0100 Message-Id: <20240321155319.701355-9-pierre.gondois@arm.com> In-Reply-To: <20240321155319.701355-1-pierre.gondois@arm.com> References: <20240321155319.701355-1-pierre.gondois@arm.com> MIME-Version: 1.0 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 Resent-Date: Thu, 21 Mar 2024 08:54:15 -0700 Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: y2HUrXzZHAc1YDYCwRZM96sfx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=tPpRnrAZ; 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 From: Sami Mujawar Remove the partial listing of the Arm Namespace object IDs from and add a reference to the enum EARM_OBJECT_ID that is used to describe the object in the ARM Namespace. Also document that the Arch Common namespace objects will be described using the enum EARCH_COMMON_OBJECT_ID. Cc: Pierre Gondois Cc: Yeo Reum Yun Cc: AbdulLateef Attar Cc: Jeshua Smith Cc: Jeff Brasen Cc: Girish Mahadevan Cc: Leif Lindholm Cc: Meenakshi Aggarwal Signed-off-by: Sami Mujawar Signed-off-by: Pierre Gondois --- .../Include/ConfigurationManagerObject.h | 35 +++---------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/DynamicTablesPkg/Include/ConfigurationManagerObject.h b/Dynami= cTablesPkg/Include/ConfigurationManagerObject.h index 04b365f3d0b7..dd730ca677f5 100644 --- a/DynamicTablesPkg/Include/ConfigurationManagerObject.h +++ b/DynamicTablesPkg/Include/ConfigurationManagerObject.h @@ -51,38 +51,11 @@ Object ID's in the Standard Namespace: 1 - ACPI Table List=0D 2 - SMBIOS Table List=0D =0D +Object ID's in the Arch Common Namespace:=0D + See EARCH_COMMON_OBJECT_ID.=0D +=0D Object ID's in the ARM Namespace:=0D - 0 - Reserved=0D - 1 - Boot Architecture Info=0D - 2 - CPU Info=0D - 3 - Power Management Profile Info=0D - 4 - GICC Info=0D - 5 - GICD Info=0D - 6 - GIC MSI Frame Info=0D - 7 - GIC Redistributor Info=0D - 8 - GIC ITS Info=0D - 9 - Serial Console Port Info=0D - 10 - Serial Debug Port Info=0D - 11 - Generic Timer Info=0D - 12 - Platform GT Block Info=0D - 13 - Generic Timer Block Frame Info=0D - 14 - Platform Generic Watchdog=0D - 15 - PCI Configuration Space Info=0D - 16 - Hypervisor Vendor Id=0D - 17 - Fixed feature flags for FADT=0D - 18 - ITS Group=0D - 19 - Named Component=0D - 20 - Root Complex=0D - 21 - SMMUv1 or SMMUv2=0D - 22 - SMMUv3=0D - 23 - PMCG=0D - 24 - GIC ITS Identifier Array=0D - 25 - ID Mapping Array=0D - 26 - SMMU Interrupt Array=0D - 27 - Processor Hierarchy Info=0D - 28 - Cache Info=0D - 29 - Processor Hierarchy Node ID Info=0D - 30 - CM Object Reference=0D + See EARM_OBJECT_ID.=0D */=0D typedef UINT32 CM_OBJECT_ID;=0D =0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116969): https://edk2.groups.io/g/devel/message/116969 Mute This Topic: https://groups.io/mt/105067978/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-