diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-11-08 14:35:02 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-01 16:15:30 -0600 |
| commit | d18a45c96be4669cb8038a8e2379dded287c76dc (patch) | |
| tree | ef89bef70545ca6e6f6670da51027b8c4df406c0 /import/chips/common/utils | |
| parent | 98fe04d0d6524aa02ac5e3132aabcd05dcefe6c5 (diff) | |
| download | talos-hcode-d18a45c96be4669cb8038a8e2379dded287c76dc.tar.gz talos-hcode-d18a45c96be4669cb8038a8e2379dded287c76dc.zip | |
Override filter ring support for perv_pll_bndy_bucket rings.
Change-Id: If1d4649da6da3c0d9e09ef4169d4181a1dc43bde
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49438
Tested-by: Jenkins Server <pfd-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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/common/utils')
| -rw-r--r-- | import/chips/common/utils/imageProcs/common_ringId.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/import/chips/common/utils/imageProcs/common_ringId.H b/import/chips/common/utils/imageProcs/common_ringId.H index ac4777f6..b8136a3b 100644 --- a/import/chips/common/utils/imageProcs/common_ringId.H +++ b/import/chips/common/utils/imageProcs/common_ringId.H @@ -168,6 +168,7 @@ typedef enum RingClass EKB_FSM_RING, EKB_STUMPED_RING, EKB_CMSK_RING, + EKB_NONFLUSH_RING, VPD_RING, CEN_RING, NUM_RING_CLASSES @@ -204,7 +205,7 @@ enum RingVariant CC = 0x01, RL = 0x02, OVERRIDE = 0x03, - OVERLAY = 0x04, //@FIXME Not supported. + OVERLAY = 0x04, NUM_RING_VARIANTS = 0x05, NOT_VALID = 0xff }; |

