From: Pierre Gondois <pierre.gond...@arm.com> 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 <pierre.gond...@arm.com> --- The changes can be seen at: https://github.com/PierreARM/edk2/tree/1685_CheckUpArmNameSpaceObjects_v1 .../Include/ArmNameSpaceObjects.h | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h index f0654866444e..bc463d19879d 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.<BR> + Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR> 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. -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- 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/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-