summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.H
diff options
context:
space:
mode:
authorGirisankar Paulraj <gpaulraj@in.ibm.com>2016-07-05 07:43:45 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-21 17:48:38 -0400
commit0659b692f12c5fcb683973f06a05488d6610852b (patch)
tree2a5648a26e20ca40a1f8a8c5b7d98a5b11bc7d5d /src/import/chips/p9/utils/imageProcs/p9_tor.H
parentbca0c8f2309d607add8d9f77747d3e761336c1e6 (diff)
downloadtalos-hostboot-0659b692f12c5fcb683973f06a05488d6610852b.tar.gz
talos-hostboot-0659b692f12c5fcb683973f06a05488d6610852b.zip
support RISK LEVEL RING
Added struct for adopting order of ring variant Added code support for above struct Change-Id: I21e7a2a83126ff426ef8ee0db53e613982ab5bdb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26625 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26627 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_tor.H')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H
index 35390cfc6..c6162878f 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -106,7 +106,8 @@ typedef enum RingVariant // Base variables
RL = 0x02,
OVERRIDE = 0x03,
OVERLAY = 0x04,
- NUM_RING_VARIANTS = 0x05
+ NUM_RING_VARIANTS = 0x05,
+ NOT_VALID = 0xff
} RingVariant_t;
OpenPOWER on IntegriCloud