summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2018-02-22 11:16:19 -0600
committerhostboot <hostboot@us.ibm.com>2018-03-22 14:06:16 -0500
commit528afaf1ec1604b85d86c1b8ff4dc5de03b35949 (patch)
tree1f263dc1a3a377d51b254cfa78f353a9762a170c /import
parent5f054b32cffe00f2f0bb472c728128fad1c93779 (diff)
downloadtalos-hcode-528afaf1ec1604b85d86c1b8ff4dc5de03b35949.tar.gz
talos-hcode-528afaf1ec1604b85d86c1b8ff4dc5de03b35949.zip
Update to putRingUtils to proper scanning of perv_pll_bndy_flt rings
I've updated p9_putRingUtils.C for SBE to make sure we do a 1-bit boundary scanning for the perv_pll_bndy_flt rings since they are override rings by nature. Change-Id: I1c8a63708c571f67be5359b1a0e4a9b050a8275b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54575 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/utils/imageProcs/p9_ring_id.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_ring_id.h b/import/chips/p9/utils/imageProcs/p9_ring_id.h
index 554cb674..bcadc317 100644
--- a/import/chips/p9/utils/imageProcs/p9_ring_id.h
+++ b/import/chips/p9/utils/imageProcs/p9_ring_id.h
@@ -29,9 +29,17 @@
/// @enum RingID
/// @brief Enumeration of Ring ID values. These values are used to traverse
/// an image having Ring Containers.
-// NOTE: Do not change the numbering, the sequence or add new constants to
-// the below enum, unless you know the effect it has on the traversing
-// of the image for Ring Containers.
+
+// *****************
+// *** IMPORTANT ***
+// *****************
+// Do *NOT* change the numbering, the sequence or add new constants to
+// the below enum, unless you know the effect it has on the traversing
+// of the image for Ring Containers:
+// - There are hard coded assumptions in SBE and SGPE PPE codes about the
+// below enums.
+// - A change to the below values is likely to cause a co-req situation.
+//
enum RingID
{
//*****************************
OpenPOWER on IntegriCloud