summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-04-23 12:39:47 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-25 15:50:55 -0500
commit31d3ba898e04d288ecf5b521d164006721b5e410 (patch)
tree1ffebd1b8e14c183b01443ef103a5d6fffb7b9ab /src/usr/hwpf
parent81f8f5bce33b7f7779422d026d2c8a7a8beb25fb (diff)
downloadtalos-hostboot-31d3ba898e04d288ecf5b521d164006721b5e410.tar.gz
talos-hostboot-31d3ba898e04d288ecf5b521d164006721b5e410.zip
SW258495: Update getPllRingInfoAttr.C for centuar dd2.1
Change-Id: I1899fc07fd3dd50ae64c7fdcfa40053bdd0f69e8 CQ:SW258495 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10711 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10713 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r--src/usr/hwpf/hwp/pll_accessors/getPllRingInfoAttr.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/pll_accessors/getPllRingInfoAttr.C b/src/usr/hwpf/hwp/pll_accessors/getPllRingInfoAttr.C
index b8d7e7d52..325a3800f 100644
--- a/src/usr/hwpf/hwp/pll_accessors/getPllRingInfoAttr.C
+++ b/src/usr/hwpf/hwp/pll_accessors/getPllRingInfoAttr.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: getPllRingInfoAttr.C,v 1.2 2014/01/17 23:50:05 whs Exp $
+// $Id: getPllRingInfoAttr.C,v 1.3 2014/04/23 17:23:40 thi Exp $
/**
* @file getPllRingInfoAttr.C
*
@@ -420,7 +420,7 @@ fapi::ReturnCode get_MEMB_DMI_CUPLL_PFD360_OFFSET(
{
// Data supplied by HW team
if ((l_name == fapi::ENUM_ATTR_NAME_CENTAUR) &&
- ((l_ec == 0x10) || (l_ec == 0x20)))
+ ((l_ec == 0x10) || (l_ec == 0x20) || (l_ec == 0x21)))
{
o_val = 134;
}
@@ -477,7 +477,7 @@ fapi::ReturnCode get_MEMB_DMI_CUPLL_REFCLKSEL_OFFSET(
{
// Data supplied by HW team
if ((l_name == fapi::ENUM_ATTR_NAME_CENTAUR) &&
- ((l_ec == 0x10) || (l_ec == 0x20)))
+ ((l_ec == 0x10) || (l_ec == 0x20) || (l_ec == 0x21)))
{
o_val = 92;
}
OpenPOWER on IntegriCloud