]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Re-order GicItsIdentifierArray struct
authorPierre Gondois <Pierre.Gondois@arm.com>
Mon, 15 Mar 2021 13:26:31 +0000 (13:26 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 13 Apr 2021 14:14:49 +0000 (14:14 +0000)
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.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Include/ArmNameSpaceObjects.h

index f0654866444e5497a010f7e7177199604f5d32b6..bc463d19879dd872d320059b568b66f2d0406309 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -465,16 +465,6 @@ typedef struct CmArmItsGroupNode {
   CM_OBJECT_TOKEN   ItsIdToken;\r
 } CM_ARM_ITS_GROUP_NODE;\r
 \r
-/** A structure that describes the\r
-    GIC ITS Identifiers for an ITS Group node.\r
-\r
-    ID: EArmObjGicItsIdentifierArray\r
-*/\r
-typedef struct CmArmGicItsIdentifier {\r
-  /// The ITS Identifier\r
-  UINT32  ItsId;\r
-} CM_ARM_ITS_IDENTIFIER;\r
-\r
 /** A structure that describes the\r
     Named component node for the Platform.\r
 \r
@@ -636,6 +626,16 @@ typedef struct CmArmPmcgNode {
   CM_OBJECT_TOKEN   ReferenceToken;\r
 } CM_ARM_PMCG_NODE;\r
 \r
+/** A structure that describes the\r
+    GIC ITS Identifiers for an ITS Group node.\r
+\r
+    ID: EArmObjGicItsIdentifierArray\r
+*/\r
+typedef struct CmArmGicItsIdentifier {\r
+  /// The ITS Identifier\r
+  UINT32  ItsId;\r
+} CM_ARM_ITS_IDENTIFIER;\r
+\r
 /** A structure that describes the\r
     ID Mappings for the Platform.\r
 \r