summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/utility_procedures
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-12-11 08:04:12 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-13 09:41:13 -0600
commit54e360ff4e6b6adcb35f58cdeeeb83e50fdb9c3d (patch)
tree510849da0cd5c89e48870b5ad02fb28563156078 /src/usr/hwpf/hwp/utility_procedures
parent08cef17440fce1d4adf74d4d3f9ff5a04a906ba9 (diff)
downloadtalos-hostboot-54e360ff4e6b6adcb35f58cdeeeb83e50fdb9c3d.tar.gz
talos-hostboot-54e360ff4e6b6adcb35f58cdeeeb83e50fdb9c3d.zip
INITPROC: Hostboot - SW235037 VPD attribute use updates
Change-Id: I9f47190127c6880abce78f101b18533479376e71 CQ:SW235037 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7669 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/utility_procedures')
-rw-r--r--src/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.C b/src/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.C
index c1d722930..7b2fef9b6 100644
--- a/src/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.C
+++ b/src/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: mss_maint_cmds.C,v 1.28 2013/10/31 20:42:54 gollub Exp $
+// $Id: mss_maint_cmds.C,v 1.29 2013/12/02 18:58:05 bellows Exp $
//------------------------------------------------------------------------------
// Don't forget to create CVS comments when you check in your changes!
//------------------------------------------------------------------------------
@@ -82,6 +82,7 @@
// | | | ENABLE_CMD_COMPLETE_ATTENTION_ON_CLEAN_AND_ERROR
// | | | DD2: enable (fixed)
// | | | DD1: disable (broken)
+// 1.29 | 11/19/13 | bellows | Swapped to use ATTR_VPD_DIMM_SPARE
//------------------------------------------------------------------------------
@@ -4632,7 +4633,7 @@ fapi::ReturnCode mss_restore_DRAM_repairs( const fapi::Target & i_target,
// l_spare_dram[port][dimm][rank]
// NO_SPARE = 0, LOW_NIBBLE = 1, HIGH_NIBBLE = 2, FULL_BYTE = 3
// NOTE: Typically will same value for whole Centaur.
- l_rc = FAPI_ATTR_GET(ATTR_EFF_DIMM_SPARE, &i_target, l_spare_dram);
+ l_rc = FAPI_ATTR_GET(ATTR_VPD_DIMM_SPARE, &i_target, l_spare_dram);
if(l_rc)
{
FAPI_ERR("Error reading attribute to see if spare exists on %s.",i_target.toEcmdString());
OpenPOWER on IntegriCloud