summaryrefslogtreecommitdiffstats
path: root/src/import/chips/common/utils
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-11-08 14:35:02 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-10 16:03:08 -0500
commitfecd2a64f5b411c3cc103e2b0e1238789066a2fa (patch)
tree9dfc62493af2f7efc0978c0f4c23d290a1211768 /src/import/chips/common/utils
parent40a7f282bb789528ec3d8250df0938cd3516b710 (diff)
downloadtalos-hostboot-fecd2a64f5b411c3cc103e2b0e1238789066a2fa.tar.gz
talos-hostboot-fecd2a64f5b411c3cc103e2b0e1238789066a2fa.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49451 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/common/utils')
-rw-r--r--src/import/chips/common/utils/imageProcs/common_ringId.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/common/utils/imageProcs/common_ringId.H b/src/import/chips/common/utils/imageProcs/common_ringId.H
index 712c84d0e..7be2e87c7 100644
--- a/src/import/chips/common/utils/imageProcs/common_ringId.H
+++ b/src/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
};
OpenPOWER on IntegriCloud