summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.H
diff options
context:
space:
mode:
authorGirisankar Paulraj <gpaulraj@in.ibm.com>2016-06-16 00:57:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-28 12:31:30 -0400
commit9a805ec5183ddc1dd1f8c3ae489c9275aef813c8 (patch)
tree30e2ee694cfa38239a5ba9561cb5e316c4c6347d /src/import/chips/p9/utils/imageProcs/p9_tor.H
parent2e58f03a03f5044d2391587378a92a64e64d5bfc (diff)
downloadtalos-hostboot-9a805ec5183ddc1dd1f8c3ae489c9275aef813c8.tar.gz
talos-hostboot-9a805ec5183ddc1dd1f8c3ae489c9275aef813c8.zip
Removing OBUS chiplet from p9_tor and p9_ring_apply
Change-Id: I88af09def6792a30f5e921d098b0d2ee3266e5d7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25911 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25914 Tested-by: FSP CI Jenkins 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.H16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H
index 198e0ab53..0144394c5 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -61,7 +61,6 @@ typedef struct
} TorPpeBlock_t;
-#define MAX_CPLT_SBE 13
#define IMGBUILD_TGR_RING_FOUND 0
#define IMGBUILD_TGR_RING_BLOCKS_FOUND 0
#define IMGBUILD_TGR_RING_NOT_FOUND 1 // Ring is not found in HW image.
@@ -141,13 +140,12 @@ typedef enum SbeTorId
N3_CPLT = 4,
XB_CPLT = 5,
MC_CPLT = 6,
- OB_CPLT = 7,
- PCI0_CPLT = 8,
- PCI1_CPLT = 9,
- PCI2_CPLT = 10,
- EQ_CPLT = 11,
- EC_CPLT = 12,
- SBEALL = 13
+ PCI0_CPLT = 7,
+ PCI1_CPLT = 8,
+ PCI2_CPLT = 9,
+ EQ_CPLT = 10,
+ EC_CPLT = 11,
+ SBE_NOOF_CHIPLETS = 12
} SbeTorId_t;
typedef enum CmeTorId
{
@@ -163,7 +161,7 @@ typedef enum CmeTorId
CME9_CPLT = 9,
CME10_CPLT = 10,
CME11_CPLT = 11,
- CMEALL = 12
+ CME_NOOF_CHIPLETS = 12
} CmeTorId_t;
///
/// ****************************************************************************
OpenPOWER on IntegriCloud