From cc00dbcb19a199db0ecd68a6fd9525eda3ee552e Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Mon, 15 Mar 2021 13:26:31 +0000 Subject: DynamicTablesPkg: Re-order GicItsIdentifierArray struct 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 --- DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'DynamicTablesPkg/Include') diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h index f065486644..bc463d1987 100644 --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.
+ Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent @@ -465,16 +465,6 @@ typedef struct CmArmItsGroupNode { CM_OBJECT_TOKEN ItsIdToken; } CM_ARM_ITS_GROUP_NODE; -/** 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. @@ -636,6 +626,16 @@ typedef struct CmArmPmcgNode { CM_OBJECT_TOKEN ReferenceToken; } CM_ARM_PMCG_NODE; +/** 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. -- cgit v1.2.3