summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2018-02-22 11:16:19 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-16 13:37:13 -0400
commit68f67bd7aab5d3f3713da2a2078a85187778ec3a (patch)
treeb6b478285f3f67a7bb57ca365e2fadabf1bed192 /src/import/chips
parentbd85928cb6ab7406273f1d2dc2d2fda9c089398f (diff)
downloadtalos-hostboot-68f67bd7aab5d3f3713da2a2078a85187778ec3a.tar.gz
talos-hostboot-68f67bd7aab5d3f3713da2a2078a85187778ec3a.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54588 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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.h16
1 files changed, 12 insertions, 4 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 fbe43d673..5bef6a919 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ring_id.h
+++ b/src/import/chips/p9/utils/imageProcs/p9_ring_id.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -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