summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.H
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-02-21 07:34:45 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-16 13:03:35 -0400
commit2800982f145be9728959250572219826415aed1a (patch)
treed77e02d6e5a638912a81a838f62217a3045b43fa /src/import/chips/p9/utils/imageProcs/p9_tor.H
parent6fb1517765c1acee1a9160dcc4c51254547e7b9e (diff)
downloadtalos-hostboot-2800982f145be9728959250572219826415aed1a.tar.gz
talos-hostboot-2800982f145be9728959250572219826415aed1a.zip
TOR API cleanup: Removing support for GET_CPLT_LEVEL_RINGS
and related structures SbeTorId and CmeTorId. Change-Id: I4bde34a633a8db2468b32fde8ea7432086b27b0c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36781 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: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36825 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.H41
1 files changed, 1 insertions, 40 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H
index c342ea265..039339158 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -93,8 +93,7 @@ typedef enum RingBlockType
GET_SINGLE_RING = 0x00,
GET_DD_LEVEL_RINGS = 0x01,
GET_PPE_LEVEL_RINGS = 0x02,
- GET_CPLT_LEVEL_RINGS = 0x03,
- PUT_SINGLE_RING = 0x04
+ PUT_SINGLE_RING = 0x03
} RingBlockType_t;
typedef enum RingType
@@ -112,44 +111,6 @@ typedef enum PpeType
NUM_PPE_TYPES = 0x03
} PpeType_t;
-typedef enum SbeTorId
-{
- PERV_CPLT = 0,
- N0_CPLT = 1,
- N1_CPLT = 2,
- N2_CPLT = 3,
- N3_CPLT = 4,
- XB_CPLT = 5,
- MC_CPLT = 6,
- OB0_CPLT = 7,
- OB1_CPLT = 8,
- OB2_CPLT = 9,
- OB3_CPLT = 10,
- PCI0_CPLT = 11,
- PCI1_CPLT = 12,
- PCI2_CPLT = 13,
- EQ_CPLT = 14,
- EC_CPLT = 15,
- SBE_NOOF_CHIPLETS = 16
-} SbeTorId_t;
-
-typedef enum CmeTorId
-{
- CME0_CPLT = 0,
- CME1_CPLT = 1,
- CME2_CPLT = 2,
- CME3_CPLT = 3,
- CME4_CPLT = 4,
- CME5_CPLT = 5,
- CME6_CPLT = 6,
- CME7_CPLT = 7,
- CME8_CPLT = 8,
- CME9_CPLT = 9,
- CME10_CPLT = 10,
- CME11_CPLT = 11,
- CME_NOOF_CHIPLETS = 12
-} CmeTorId_t;
-
typedef enum TorOffsetSize
{
RING_OFFSET_SIZE = 2,
OpenPOWER on IntegriCloud