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 33A64941A94 for ; Thu, 21 Mar 2024 16:01:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=o/3fcGKWh4gOVm2skWz/xAcS93AKGwkjQ2UlgT+hw50=; 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=1711036868; v=1; b=PRFaLZPqyanwTj/Yj0922I40ChhwIAe6b0HR2ut5HvYLZQiTc8eu0UUG2zb+7QRpic71ixpT a7JLsVZ7/QG9cXI5HujpedEs+b59vXp6VX1YWHsEbxGbr9vFzmW5fFXlU0PCEatHj1D5kVN6aZd eZPhPyasUgd3/Qs56f/MqD86Ie58+r1swjPEIBvDG0vVJsiTADFoWBgg+yDoUlB2py1K6IYau7X PbpYzhqGtLddmj3DpGPdnDtiFPifaoVsJaTKDt6jBtsRMnrZ7JOaEuyWu85waPgqytQqMTHTFZ0 1/hytqGE+ug/w5iahfStiWg6exaPPachSVqzM/v/PeMJQ== X-Received: by 127.0.0.2 with SMTP id wZ93YY7687511xLwGRq1FVRu; Thu, 21 Mar 2024 09:01:08 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.643.1711036868246649932 for ; Thu, 21 Mar 2024 09:01:08 -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 45DA31007; Thu, 21 Mar 2024 09:01:42 -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 6D2F43F67D; Thu, 21 Mar 2024 09:01:05 -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 17/19] DynamicTablesPkg: Move PCC Type 3 & 4 info to Arch Common Date: Thu, 21 Mar 2024 16:59:22 +0100 Message-Id: <20240321155924.707272-18-pierre.gondois@arm.com> In-Reply-To: <20240321155924.707272-1-pierre.gondois@arm.com> References: <20240321155924.707272-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 09:01:08 -0700 Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: mWIPWoo5kRjbl70uurvvKnj1x7686176AA= 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=PRFaLZPq; 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 Move the PCC Subspace Type 3 & 4 info object from Arm Namespace to the Arch Common namespace. Correspondingly also update the following modules to reflect the changes introduced by the move: - PCCT generator - ConfigurationManagerObjectParser - Dynamic Plat Repo TokenFixer map. 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/ArchCommonNameSpaceObjects.h | 40 ++++++++++++++++ .../Include/ArmNameSpaceObjects.h | 46 ++----------------- .../Acpi/Arm/AcpiPcctLibArm/PcctGenerator.c | 34 +++++++------- .../DynamicPlatRepoLib/CmObjectTokenFixer.c | 8 ++-- .../ConfigurationManagerObjectParser.c | 8 ++-- DynamicTablesPkg/Readme.md | 10 ++-- 6 files changed, 72 insertions(+), 74 deletions(-) diff --git a/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h b/Dynami= cTablesPkg/Include/ArchCommonNameSpaceObjects.h index 817c07f40d55..d4de70af5a6c 100644 --- a/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h @@ -42,6 +42,8 @@ typedef enum ArchCommonObjectID { EArchCommonObjPccSubspaceType0Info, ///< 19 - Pcc Subspace Typ= e 0 Info=0D EArchCommonObjPccSubspaceType1Info, ///< 20 - Pcc Subspace Typ= e 1 Info=0D EArchCommonObjPccSubspaceType2Info, ///< 21 - Pcc Subspace Typ= e 2 Info=0D + EArchCommonObjPccSubspaceType3Info, ///< 22 - Pcc Subspace Typ= e 3 Info=0D + EArchCommonObjPccSubspaceType4Info, ///< 23 - Pcc Subspace Typ= e 4 Info=0D EArchCommonObjMax=0D } EARCH_COMMON_OBJECT_ID;=0D =0D @@ -570,6 +572,44 @@ typedef struct CmArchCommonPccSubspaceType2Info { PCC_MAILBOX_REGISTER_INFO PlatIrqAckReg;=0D } CM_ARCH_COMMON_PCC_SUBSPACE_TYPE2_INFO;=0D =0D +/** A structure that describes a=0D + PCC Subspace of type 3 (Extended)=0D +=0D + ID: EArchCommonObjPccSubspaceType3Info=0D +*/=0D +typedef struct CmArchCommonPccSubspaceType3Info {=0D + /** Generic Pcc information.=0D +=0D + The Subspace of Type0 contains information that can be re-used=0D + in other Subspace types.=0D + */=0D + PCC_SUBSPACE_GENERIC_INFO GenericPccInfo;=0D +=0D + /// Platform Interrupt.=0D + CM_ARCH_COMMON_GENERIC_INTERRUPT PlatIrq;=0D +=0D + /// Platform Interrupt Register.=0D + PCC_MAILBOX_REGISTER_INFO PlatIrqAckReg;=0D +=0D + /// Command Complete Check Register.=0D + /// The WriteMask field is not used.=0D + PCC_MAILBOX_REGISTER_INFO CmdCompleteCheckReg;=0D +=0D + /// Command Complete Update Register.=0D + PCC_MAILBOX_REGISTER_INFO CmdCompleteUpdateReg;=0D +=0D + /// Error Status Register.=0D + /// The WriteMask field is not used.=0D + PCC_MAILBOX_REGISTER_INFO ErrorStatusReg;=0D +} CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO;=0D +=0D +/** A structure that describes a=0D + PCC Subspace of type 4 (Extended)=0D +=0D + ID: EArchCommonObjPccSubspaceType4Info=0D +*/=0D +typedef CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO CM_ARCH_COMMON_PCC_SUBSPACE= _TYPE4_INFO;=0D +=0D #pragma pack()=0D =0D #endif // ARCH_COMMON_NAMESPACE_OBJECTS_H_=0D diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTables= Pkg/Include/ArmNameSpaceObjects.h index c287a855da87..7977cef07a0a 100644 --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h @@ -51,11 +51,9 @@ typedef enum ArmObjectID { EArmObjCmn600Info, ///< 20 - C= MN-600 Info=0D EArmObjRmr, ///< 21 - R= eserved Memory Range Node=0D EArmObjMemoryRangeDescriptor, ///< 22 - M= emory Range Descriptor=0D - EArmObjPccSubspaceType3Info, ///< 23 - P= cc Subspace Type 3 Info=0D - EArmObjPccSubspaceType4Info, ///< 24 - P= cc Subspace Type 4 Info=0D - EArmObjPccSubspaceType5Info, ///< 25 - P= cc Subspace Type 5 Info=0D - EArmObjEtInfo, ///< 26 - E= mbedded Trace Extension/Module Info=0D - EArmObjPsdInfo, ///< 27 - P= -State Dependency (PSD) Info=0D + EArmObjPccSubspaceType5Info, ///< 23 - P= cc Subspace Type 5 Info=0D + EArmObjEtInfo, ///< 24 - E= mbedded Trace Extension/Module Info=0D + EArmObjPsdInfo, ///< 25 - P= -State Dependency (PSD) Info=0D EArmObjMax=0D } EARM_OBJECT_ID;=0D =0D @@ -711,44 +709,6 @@ typedef struct CmArmRmrDescriptor { UINT64 Length;=0D } CM_ARM_MEMORY_RANGE_DESCRIPTOR;=0D =0D -/** A structure that describes a=0D - PCC Subspace of type 3 (Extended)=0D -=0D - ID: EArmObjPccSubspaceType3Info=0D -*/=0D -typedef struct CmArmPccSubspaceType3Info {=0D - /** Generic Pcc information.=0D -=0D - The Subspace of Type0 contains information that can be re-used=0D - in other Subspace types.=0D - */=0D - PCC_SUBSPACE_GENERIC_INFO GenericPccInfo;=0D -=0D - /// Platform Interrupt.=0D - CM_ARCH_COMMON_GENERIC_INTERRUPT PlatIrq;=0D -=0D - /// Platform Interrupt Register.=0D - PCC_MAILBOX_REGISTER_INFO PlatIrqAckReg;=0D -=0D - /// Command Complete Check Register.=0D - /// The WriteMask field is not used.=0D - PCC_MAILBOX_REGISTER_INFO CmdCompleteCheckReg;=0D -=0D - /// Command Complete Update Register.=0D - PCC_MAILBOX_REGISTER_INFO CmdCompleteUpdateReg;=0D -=0D - /// Error Status Register.=0D - /// The WriteMask field is not used.=0D - PCC_MAILBOX_REGISTER_INFO ErrorStatusReg;=0D -} CM_ARM_PCC_SUBSPACE_TYPE3_INFO;=0D -=0D -/** A structure that describes a=0D - PCC Subspace of type 4 (Extended)=0D -=0D - ID: EArmObjPccSubspaceType4Info=0D -*/=0D -typedef CM_ARM_PCC_SUBSPACE_TYPE3_INFO CM_ARM_PCC_SUBSPACE_TYPE4_INFO;=0D -=0D /** A structure that describes a=0D PCC Subspace of type 5 (HW-Registers).=0D =0D diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPcctLibArm/PcctGenerator= .c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPcctLibArm/PcctGenerator.c index 552aca4af47c..0df6429b0f91 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPcctLibArm/PcctGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPcctLibArm/PcctGenerator.c @@ -32,8 +32,8 @@ Requirements: - EArchCommonObjPccSubspaceType0Info=0D - EArchCommonObjPccSubspaceType1Info=0D - EArchCommonObjPccSubspaceType2Info=0D - - EArmObjPccSubspaceType3Info=0D - - EArmObjPccSubspaceType4Info=0D + - EArchCommonObjPccSubspaceType3Info=0D + - EArchCommonObjPccSubspaceType4Info=0D - EArmObjPccSubspaceType5Info=0D */=0D =0D @@ -68,18 +68,18 @@ GET_OBJECT_LIST ( Subspace of Type 3 Information from the Configuration Manager.=0D */=0D GET_OBJECT_LIST (=0D - EObjNameSpaceArm,=0D - EArmObjPccSubspaceType3Info,=0D - CM_ARM_PCC_SUBSPACE_TYPE3_INFO=0D + EObjNameSpaceArchCommon,=0D + EArchCommonObjPccSubspaceType3Info,=0D + CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO=0D );=0D =0D /** This macro expands to a function that retrieves the PCC=0D Subspace of Type 4 Information from the Configuration Manager.=0D */=0D GET_OBJECT_LIST (=0D - EObjNameSpaceArm,=0D - EArmObjPccSubspaceType4Info,=0D - CM_ARM_PCC_SUBSPACE_TYPE4_INFO=0D + EObjNameSpaceArchCommon,=0D + EArchCommonObjPccSubspaceType4Info,=0D + CM_ARCH_COMMON_PCC_SUBSPACE_TYPE4_INFO=0D );=0D =0D /** This macro expands to a function that retrieves the PCC=0D @@ -256,11 +256,11 @@ MapPccSubspaceId ( break;=0D =0D case EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_3_EXTENDED_PCC:=0D - CmObjSize =3D sizeof (CM_ARM_PCC_SUBSPACE_TYPE3_INFO);=0D + CmObjSize =3D sizeof (CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO);=0D break;=0D =0D case EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED_PCC:=0D - CmObjSize =3D sizeof (CM_ARM_PCC_SUBSPACE_TYPE4_INFO);=0D + CmObjSize =3D sizeof (CM_ARCH_COMMON_PCC_SUBSPACE_TYPE4_INFO);=0D break;=0D =0D case EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_5_HW_REGISTERS_COMMUNICATIONS:=0D @@ -489,7 +489,7 @@ STATIC EFI_STATUS=0D EFIAPI=0D AddSubspaceStructType34 (=0D - IN CM_ARM_PCC_SUBSPACE_TYPE3_INFO *PccCmObj,=0D + IN CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO *PccCmObj,=0D IN EFI_ACPI_6_4_PCCT_SUBSPACE_3_EXTENDED_PCC *PccAcpi=0D )=0D {=0D @@ -734,7 +734,7 @@ PopulatePcctTable ( =0D case EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_3_EXTENDED_PCC:=0D Status =3D AddSubspaceStructType34 (=0D - (CM_ARM_PCC_SUBSPACE_TYPE3_INFO *)CurrentPccSubspace,=0D + (CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO *)CurrentPccSub= space,=0D (EFI_ACPI_6_4_PCCT_SUBSPACE_3_EXTENDED_PCC *)PccBuffer= =0D );=0D =0D @@ -743,7 +743,7 @@ PopulatePcctTable ( =0D case EFI_ACPI_6_4_PCCT_SUBSPACE_TYPE_4_EXTENDED_PCC:=0D Status =3D AddSubspaceStructType34 (=0D - (CM_ARM_PCC_SUBSPACE_TYPE4_INFO *)CurrentPccSubspace,=0D + (CM_ARCH_COMMON_PCC_SUBSPACE_TYPE4_INFO *)CurrentPccSub= space,=0D (EFI_ACPI_6_4_PCCT_SUBSPACE_4_EXTENDED_PCC *)PccBuffer= =0D );=0D =0D @@ -830,9 +830,9 @@ BuildPcctTable ( UINT32 PccType1Count;=0D CM_ARCH_COMMON_PCC_SUBSPACE_TYPE2_INFO *PccType2;=0D UINT32 PccType2Count;=0D - CM_ARM_PCC_SUBSPACE_TYPE3_INFO *PccType3;=0D + CM_ARCH_COMMON_PCC_SUBSPACE_TYPE3_INFO *PccType3;=0D UINT32 PccType3Count;=0D - CM_ARM_PCC_SUBSPACE_TYPE4_INFO *PccType4;=0D + CM_ARCH_COMMON_PCC_SUBSPACE_TYPE4_INFO *PccType4;=0D UINT32 PccType4Count;=0D CM_ARM_PCC_SUBSPACE_TYPE5_INFO *PccType5;=0D UINT32 PccType5Count;=0D @@ -898,7 +898,7 @@ BuildPcctTable ( goto error_handler;=0D }=0D =0D - Status =3D GetEArmObjPccSubspaceType3Info (=0D + Status =3D GetEArchCommonObjPccSubspaceType3Info (=0D CfgMgrProtocol,=0D CM_NULL_TOKEN,=0D &PccType3,=0D @@ -909,7 +909,7 @@ BuildPcctTable ( goto error_handler;=0D }=0D =0D - Status =3D GetEArmObjPccSubspaceType4Info (=0D + Status =3D GetEArchCommonObjPccSubspaceType4Info (=0D CfgMgrProtocol,=0D CM_NULL_TOKEN,=0D &PccType4,=0D diff --git a/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/CmObjectTok= enFixer.c b/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/CmObjectToke= nFixer.c index b73d0ded953d..112bef715166 100644 --- a/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/CmObjectTokenFixer= .c +++ b/DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/CmObjectTokenFixer= .c @@ -166,11 +166,9 @@ CM_OBJECT_TOKEN_FIXER TokenFixer[EArmObjMax] =3D { NULL, ///< 20 - CMN-600 Info=0D NULL, ///< 21 - Reserved Memory Range Node=0D NULL, ///< 22 - Memory Range Descriptor=0D - NULL, ///< 23 - Pcc Subspace Type 3 Info=0D - NULL, ///< 24 - Pcc Subspace Type 4 Info=0D - NULL, ///< 25 - Pcc Subspace Type 5 Info=0D - NULL, ///< 26 - Embedded Trace Extension/Mod= ule Info=0D - NULL ///< 27 - P-State Dependency (PSD) Inf= o=0D + NULL, ///< 23 - Pcc Subspace Type 5 Info=0D + NULL, ///< 24 - Embedded Trace Extension/Mod= ule Info=0D + NULL ///< 25 - P-State Dependency (PSD) Inf= o=0D };=0D =0D /** CmObj token fixer.=0D diff --git a/DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationMa= nagerObjectParser.c b/DynamicTablesPkg/Library/Common/TableHelperLib/Config= urationManagerObjectParser.c index c3e18b5a9500..5f08f514faad 100644 --- a/DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerOb= jectParser.c +++ b/DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerOb= jectParser.c @@ -613,9 +613,9 @@ STATIC CONST CM_OBJ_PARSER CmArchCommonPccSubspaceType= 2InfoParser[] =3D { ARRAY_SIZE (CmArmMailboxRegisterInfoParser) },=0D };=0D =0D -/** A parser for EArmObjPccSubspaceType3Info or EArmObjPccSubspaceType4Inf= o.=0D +/** A parser for EArchCommonObjPccSubspaceType3Info or EArchCommonObjPccSu= bspaceType4Info.=0D */=0D -STATIC CONST CM_OBJ_PARSER CmArmPccSubspaceType34InfoParser[] =3D {=0D +STATIC CONST CM_OBJ_PARSER CmArchCommonPccSubspaceType34InfoParser[] =3D = {=0D { "GenericPccInfo", sizeof (PCC_SUBSPACE_GENERIC_INFO),=0D NULL, NULL, CmArchCommonPccSubspaceType0InfoParser,=0D ARRAY_SIZE (CmArchCommonPccSubspaceType0InfoParser) },=0D @@ -692,6 +692,8 @@ STATIC CONST CM_OBJ_PARSER_ARRAY ArchCommonNamespaceOb= jectParser[] =3D { CM_PARSER_ADD_OBJECT (EArchCommonObjPccSubspaceType0Info, CmArchC= ommonPccSubspaceType0InfoParser),=0D CM_PARSER_ADD_OBJECT (EArchCommonObjPccSubspaceType1Info, CmArchC= ommonPccSubspaceType1InfoParser),=0D CM_PARSER_ADD_OBJECT (EArchCommonObjPccSubspaceType2Info, CmArchC= ommonPccSubspaceType2InfoParser),=0D + CM_PARSER_ADD_OBJECT (EArchCommonObjPccSubspaceType3Info, CmArchC= ommonPccSubspaceType34InfoParser),=0D + CM_PARSER_ADD_OBJECT (EArchCommonObjPccSubspaceType4Info, CmArchC= ommonPccSubspaceType34InfoParser),=0D CM_PARSER_ADD_OBJECT_RESERVED (EArchCommonObjMax)=0D };=0D =0D @@ -721,8 +723,6 @@ STATIC CONST CM_OBJ_PARSER_ARRAY ArmNamespaceObjectPar= ser[] =3D { CM_PARSER_ADD_OBJECT (EArmObjCmn600Info, CmArmCmn600Info= Parser),=0D CM_PARSER_ADD_OBJECT (EArmObjRmr, CmArmRmrInfoPar= ser),=0D CM_PARSER_ADD_OBJECT (EArmObjMemoryRangeDescriptor, CmArmMemoryRang= eDescriptorInfoParser),=0D - CM_PARSER_ADD_OBJECT (EArmObjPccSubspaceType3Info, CmArmPccSubspac= eType34InfoParser),=0D - CM_PARSER_ADD_OBJECT (EArmObjPccSubspaceType4Info, CmArmPccSubspac= eType34InfoParser),=0D CM_PARSER_ADD_OBJECT (EArmObjPccSubspaceType5Info, CmArmPccSubspac= eType5InfoParser),=0D CM_PARSER_ADD_OBJECT (EArmObjEtInfo, CmArmEtInfo),=0D CM_PARSER_ADD_OBJECT (EArmObjPsdInfo, CmArmPsdInfoPar= ser),=0D diff --git a/DynamicTablesPkg/Readme.md b/DynamicTablesPkg/Readme.md index 59b6f8d1eaa3..1e45bcd5974e 100644 --- a/DynamicTablesPkg/Readme.md +++ b/DynamicTablesPkg/Readme.md @@ -463,11 +463,9 @@ The CM_OBJECT_ID type is used to identify the Configur= ation Manager | 20 | CMN 600 Info | |=0D | 21 | Reserved Memory Range Node | |=0D | 22 | Memory Range Descriptor | |=0D -| 23 | Pcc Subspace Type 3 Info | Move to Arch Common = NS |=0D -| 24 | Pcc Subspace Type 4 Info | Move to Arch Common = NS |=0D -| 25 | Pcc Subspace Type 5 Info | Move to Arch Common = NS |=0D -| 26 | Embedded Trace Extension/Module Info | |=0D -| 27 | P-State Dependency (PSD) Info | Move to Arch Common = NS |=0D +| 23 | Pcc Subspace Type 5 Info | Move to Arch Common = NS |=0D +| 24 | Embedded Trace Extension/Module Info | |=0D +| 25 | P-State Dependency (PSD) Info | Move to Arch Common = NS |=0D | `*` | All other values are reserved. | |=0D =0D #### Object ID's in the Arch Common Namespace:=0D @@ -496,5 +494,7 @@ The CM_OBJECT_ID type is used to identify the Configura= tion Manager | 19 | Pcc Subspace Type 0 Info | |=0D | 20 | Pcc Subspace Type 1 Info | |=0D | 21 | Pcc Subspace Type 2 Info | |=0D +| 22 | Pcc Subspace Type 3 Info | |=0D +| 23 | Pcc Subspace Type 4 Info | |=0D | `*` | All other values are reserved. | |=0D =0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116995): https://edk2.groups.io/g/devel/message/116995 Mute This Topic: https://groups.io/mt/105068175/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-