summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-10-07 20:42:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-09 19:18:24 -0500
commit2ffd66d3fe29208a1a08dac4ef7f21c51198f3e5 (patch)
treec6e77db1de13df66ee55565483cbb41d47a02624 /src/usr/hwpf/hwp/occ
parent29c238d3c9ab3e2e7680ab935a550b0909abaad7 (diff)
downloadtalos-hostboot-2ffd66d3fe29208a1a08dac4ef7f21c51198f3e5.tar.gz
talos-hostboot-2ffd66d3fe29208a1a08dac4ef7f21c51198f3e5.zip
INITPROC: Hostboot - from defect SW226528 Week 9/24
Change-Id: I0b03d4b8a21db1ab0802bd30a958c15f404ed3c7 CQ:SW226528 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6545 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/occ')
-rwxr-xr-xsrc/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C b/src/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C
index bca3f4d60..e6afbd2f8 100755
--- a/src/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C
+++ b/src/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_oha_init.C,v 1.12 2013/08/02 19:00:04 stillgs Exp $
+// $Id: p8_oha_init.C,v 1.13 2013/09/12 16:08:45 stillgs Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_oha_init.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -382,7 +382,7 @@ p8_oha_init_init(const fapi::Target& i_target, struct_i_oha_val_init_type i_oha_
// std::vector<Target>::iterator itr;
uint8_t l_ex_number = 0;
- uint8_t attr_pm_aiss_timeout = 0;
+ uint8_t attr_pm_aiss_timeout;
uint32_t attr_pm_tod_pulse_count_match_val = 1024;
uint32_t attr_pm_ppt_timer_tick;
uint32_t attr_pm_ppt_timer_match_value;
@@ -406,7 +406,13 @@ p8_oha_init_init(const fapi::Target& i_target, struct_i_oha_val_init_type i_oha_
ATTR_PM_PPT_TIMER_MATCH_VALUE,
"ATTR_PM_PPT_TIMER_MATCH_VALUE",
&i_target,
- attr_pm_ppt_timer_match_value);
+ attr_pm_ppt_timer_match_value);
+
+ GETATTR(rc,
+ ATTR_PM_AISS_TIMEOUT,
+ "ATTR_PM_AISS_TIMEOUT",
+ &i_target,
+ attr_pm_aiss_timeout);
// ******************************************************************
// initialize all oha_reg with scan-zero values upfront
OpenPOWER on IntegriCloud