summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-04-10 12:52:08 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-10 16:26:12 -0500
commite2c68003b0682e7735a16c621138da7251c02c45 (patch)
treee2b86b8fa9840007b13b3c2106af2c069edaccf9 /src/usr/hwpf/hwp
parent309a33734d3ae5bd9247c3a2ad045d89d70717d9 (diff)
downloadtalos-hostboot-e2c68003b0682e7735a16c621138da7251c02c45.tar.gz
talos-hostboot-e2c68003b0682e7735a16c621138da7251c02c45.zip
SW256496: INITPROC: FSP & Hostboot - p8_cpu_special_wakeup.C v1.20
Change-Id: Ib3c26839281387c001b63faf1a3bf0de4708a91b CQ:SW256496 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10356 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/10364 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp')
-rw-r--r--src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C b/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C
index 08e13fe3b..e78ed83b5 100644
--- a/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C
+++ b/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/usr/hwpf/hwp/occ/occ_procedures/p8_cpu_special_wakeup.C $ */
+/* $Source: src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C $ */
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013,2014 */
+/* COPYRIGHT International Business Machines Corp. 2014 */
/* */
/* p1 */
/* */
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_cpu_special_wakeup.C,v 1.19 2014/03/13 01:58:40 stillgs Exp $
+// $Id: p8_cpu_special_wakeup.C,v 1.20 2014/04/07 20:40:45 stillgs Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_cpu_special_wakeup.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -411,12 +411,12 @@ p8_cpu_special_wakeup( const fapi::Target& i_ex_target,
switch(idle_state)
{
- case 0x0 : // Running
- case 0x1 : // Special Wakeup
+ case 0x0 : // Running
case 0x2 : // Nap
poll_during_xstop_flag = true;
break;
+ case 0x1 : // Special Wakeup
case 0x4 : // Fast Sleep
case 0x5 : // Deep Sleep
case 0x6 : // Fast Winkle
OpenPOWER on IntegriCloud