Skip to content

Commit

Permalink
Update to putRingUtils to proper scanning of perv_pll_bndy_flt rings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cmolsen authored and dcrowell77 committed Mar 16, 2018
1 parent bd85928 commit 68f67bd
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/import/chips/p9/utils/imageProcs/p9_ring_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -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
{
//*****************************
Expand Down

0 comments on commit 68f67bd

Please sign in to comment.