summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-08-05 17:31:55 +0200
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-11 10:52:44 -0400
commit329403838c2e415d0f855bc83a5a28062268ab13 (patch)
treed2d07058de39b93763cf40d6b693153aced1a511 /import
parent64f414f2322f8b7b85205fd27f9f3662c1b3d5f5 (diff)
downloadtalos-sbe-329403838c2e415d0f855bc83a5a28062268ab13.tar.gz
talos-sbe-329403838c2e415d0f855bc83a5a28062268ab13.zip
p9_tor / p9_ringId: fixing layering violation
p9_tor builds on p9_ringId, not the other way around. Hence p9_ringId should not include p9_tor. Resolving by moving a definition and fixing some includes. Change-Id: Ibfe4d7c0c28838a836bf6ee5fc704ff515827c72 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27918 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28058 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/utils/imageProcs/p9_ringId.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_ringId.H b/import/chips/p9/utils/imageProcs/p9_ringId.H
index b017388c..ef400dc2 100644
--- a/import/chips/p9/utils/imageProcs/p9_ringId.H
+++ b/import/chips/p9/utils/imageProcs/p9_ringId.H
@@ -36,6 +36,17 @@ typedef struct
uint64_t scanRegionType;
} GenRingIdList;
+typedef enum RingVariant // Base variables
+{
+ BASE = 0x00,
+ CC = 0x01,
+ RL = 0x02,
+ OVERRIDE = 0x03,
+ OVERLAY = 0x04,
+ NUM_RING_VARIANTS = 0x05,
+ NOT_VALID = 0xff
+} RingVariant_t;
+
typedef struct
{
uint8_t variant[3];
OpenPOWER on IntegriCloud