summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2016-10-24 14:12:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-11-14 10:13:54 -0500
commit2774d5a00ba5370c2e1747c6bea9b57d81b60173 (patch)
treeae394429d1ad6c599a342dc5df15fa4368e97333 /src/import/chips
parent07140e35ef7fd82cfe4f9f94c3ccb6909edbc06e (diff)
downloadtalos-hostboot-2774d5a00ba5370c2e1747c6bea9b57d81b60173.tar.gz
talos-hostboot-2774d5a00ba5370c2e1747c6bea9b57d81b60173.zip
Removing three pibnet rings.
Change-Id: I08b685d0bf80b4e0e235917748ed96b45e933f81 Original-Change-Id: I44fdbb857ca1fe578e097ce3871b3d65f608a6d9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31739 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: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32279 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')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ring_id.h8
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ring_identification.C3
2 files changed, 3 insertions, 8 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ring_id.h b/src/import/chips/p9/utils/imageProcs/p9_ring_id.h
index 54b659193..a9b463e2d 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ring_id.h
+++ b/src/import/chips/p9/utils/imageProcs/p9_ring_id.h
@@ -54,11 +54,9 @@ enum RingID
perv_pll_bndy_bucket_4 = 13,
perv_pll_bndy_bucket_5 = 14,
perv_pll_func = 15,
- perv_pibnet_gptr = 16,
- perv_pibnet_time = 17,
- perv_repr = 18,
- occ_repr = 19,
- perv_pibnet_repr = 20,
+ perv_repr = 16,
+ occ_repr = 17,
+ // values 18-20 unused
// Nest Chiplet Rings - N0
n0_fure = 21,
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ring_identification.C b/src/import/chips/p9/utils/imageProcs/p9_ring_identification.C
index af51f233e..511b314c7 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ring_identification.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_ring_identification.C
@@ -34,8 +34,6 @@ const RingIdList RING_ID_LIST_PDG[] =
{"occ_time", occ_time, 0x01, 0x01, VPD_KEYWORD_PDG, VPD_RING_CLASS_NEST},
{"perv_ana_gptr", perv_ana_gptr, 0x01, 0x01, VPD_KEYWORD_PDG, VPD_RING_CLASS_GPTR},
{"perv_pll_gptr", perv_pll_gptr, 0x01, 0x01, VPD_KEYWORD_PDG, VPD_RING_CLASS_GPTR},
- {"perv_pibnet_gptr", perv_pibnet_gptr, 0x01, 0x01, VPD_KEYWORD_PDG, VPD_RING_CLASS_GPTR},
- {"perv_pibnet_time", perv_pibnet_time, 0x01, 0x01, VPD_KEYWORD_PDG, VPD_RING_CLASS_NEST},
{"n0_gptr", n0_gptr, 0x02, 0x02, VPD_KEYWORD_PDG, VPD_RING_CLASS_GPTR},
{"n0_time", n0_time, 0x02, 0x02, VPD_KEYWORD_PDG, VPD_RING_CLASS_NEST},
{"n0_nx_gptr", n0_nx_gptr, 0x02, 0x02, VPD_KEYWORD_PDG, VPD_RING_CLASS_GPTR},
@@ -115,7 +113,6 @@ const RingIdList RING_ID_LIST_PDR[] =
/* min max */
{"perv_repr", perv_repr, 0x01, 0x01, VPD_KEYWORD_PDR, VPD_RING_CLASS_NEST},
{"occ_repr", occ_repr, 0x01, 0x01, VPD_KEYWORD_PDR, VPD_RING_CLASS_NEST},
- {"perv_pibnet_repr", perv_pibnet_repr, 0x01, 0x01, VPD_KEYWORD_PDR, VPD_RING_CLASS_NEST},
{"n0_repr", n0_repr, 0x02, 0x02, VPD_KEYWORD_PDR, VPD_RING_CLASS_NEST},
{"n0_nx_repr", n0_nx_repr, 0x02, 0x02, VPD_KEYWORD_PDR, VPD_RING_CLASS_NEST},
{"n0_cxa0_repr", n0_cxa0_repr, 0x02, 0x02, VPD_KEYWORD_PDR, VPD_RING_CLASS_NEST},
OpenPOWER on IntegriCloud