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:21:32 -0600 |
| commit | 3fb2aebf2f7d923d7d027eff8927fc9dc833f8d2 (patch) | |
| tree | e46a1efc0697df7abab54b5f955e0cb2083a98e0 /import/chips/p9/utils/imageProcs | |
| parent | c52286a7b9b7155f773509d211d325497d649d2e (diff) | |
| download | talos-hcode-3fb2aebf2f7d923d7d027eff8927fc9dc833f8d2.tar.gz talos-hcode-3fb2aebf2f7d923d7d027eff8927fc9dc833f8d2.zip | |
Override filter ring support for perv_pll_bndy_bucket rings.
Change-Id: I52ff40e24a57a31334c1db2784a9321aa1422baf
Original-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/p9/utils/imageProcs')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_ring_id.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_ring_id.h b/import/chips/p9/utils/imageProcs/p9_ring_id.h index 6a49a45c..554cb674 100644 --- a/import/chips/p9/utils/imageProcs/p9_ring_id.h +++ b/import/chips/p9/utils/imageProcs/p9_ring_id.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2016,2017 */ +/* COPYRIGHT 2016,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -356,6 +356,12 @@ enum RingID // CMSK ring ec_cmsk = 252, //0xFC + // Perv PLL filter override rings + perv_pll_bndy_flt_1 = 253, //0xFD + perv_pll_bndy_flt_2 = 254, //0xFE + perv_pll_bndy_flt_3 = 255, //0xFF + perv_pll_bndy_flt_4 = 256, //0x100 + //*************************** // Rings needed for SBE - End //*************************** |

