summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2016-05-20 07:14:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 00:42:25 -0400
commit6ca72e35e8332009f73c0c700b8a99c9346be286 (patch)
tree8f2f4f507fc41268e2f59c4d336217d7f8d861b1
parent600589e712fc8e5bd968be405d62ee9d3648e0cc (diff)
downloadtalos-hostboot-6ca72e35e8332009f73c0c700b8a99c9346be286.tar.gz
talos-hostboot-6ca72e35e8332009f73c0c700b8a99c9346be286.zip
Remove eq_dpll buckets from p9_ringId.H
Change-Id: I2a4feaeeede88a2d9948a61f1a680be72b4bd149 Original-Change-Id: Iedb8b22bff56cf75a081758eda482e95213e544b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24857 Tested-by: Jenkins Server Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25874 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ringId.C16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.C b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
index bf21416f7..aee13db81 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ringId.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
@@ -261,11 +261,7 @@ const GenRingIdList RING_ID_LIST_COMMON[] =
{"ex_l3_refr_time" , 0x0B, 0x10, 0x10, "ex_l3_refr_time_ring" , NON_VPD_RING, 0, 0x0008000000000100},
{"eq_ana_func" , 0x0C, 0x10, 0x10, "eq_ana_func_ring" , NON_VPD_RING, 0, 0x002000000000C000},
{"eq_ana_gptr" , 0x0D, 0x10, 0x10, "eq_ana_gptr_ring" , NON_VPD_RING, 0, 0x0020000000002000},
- {"eq_dpll_func_bucket_1" , 0x0E, 0x10, 0x10, "eq_dpll_func_bucket_1" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
- {"eq_dpll_func_bucket_2" , 0x0F, 0x10, 0x10, "eq_dpll_func_bucket_2" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
- {"eq_dpll_func_bucket_3" , 0x10, 0x10, 0x10, "eq_dpll_func_bucket_3" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
- {"eq_dpll_func_bucket_4" , 0x11, 0x10, 0x10, "eq_dpll_func_bucket_4" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
- {"eq_dpll_func_bucket_5" , 0x12, 0x10, 0x10, "eq_dpll_func_bucket_5" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
+ {"eq_dpll_func" , 0x0E, 0x10, 0x10, "eq_dpll_func_ring" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
{"eq_dpll_gptr" , 0x13, 0x10, 0x10, "eq_dpll_gptr_ring" , NON_VPD_PLL_RING, 0, 0x0002000000002000},
{"eq_dpll_other" , 0x14, 0x10, 0x10, "eq_dpll_other_ring" , NON_VPD_PLL_RING, 0, 0x0002000000005F70},
{"eq_ana_bndy" , 0x15, 0x10, 0x10, "eq_ana_bndy_ring" , NON_VPD_PLL_RING, 0, 0x0002000000000080},
@@ -293,12 +289,4 @@ const GenRingIdList RING_ID_LIST_INSTANCE[] =
{
{ "ec_repr" , 0x04, 0x20, 0x37, "ec_repr_ring", NON_VPD_RING, 0, 0x0E00000000000200},
};
-};
-
-
-
-
-
-
-
-
+}; \ No newline at end of file
OpenPOWER on IntegriCloud