summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_initialization
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-04-04 07:17:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-08 16:43:45 -0500
commit3f7400b8fe83ae55f87f9a630e9d75428ca94f36 (patch)
tree4b5d52e4c9053139716a1de1848c8e2e2b8d7b7b /src/usr/hwpf/hwp/dram_initialization
parentdb7919eace93c812fe9ae045479ba7e641658fff (diff)
downloadtalos-hostboot-3f7400b8fe83ae55f87f9a630e9d75428ca94f36.tar.gz
talos-hostboot-3f7400b8fe83ae55f87f9a630e9d75428ca94f36.zip
SW253362: INITPROC: Hostboot - High Priority HW Init Procedures from 3/11/18
Change-Id: I13d9423019d3899f3d5cfb91b3fb9da1bac05c1c CQ:SW253362 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10113 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/10138 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_initialization')
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/host_mpipl_service/proc_mpipl_ex_cleanup.H6
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/mss_power_cleanup/mss_power_cleanup.C16
2 files changed, 5 insertions, 17 deletions
diff --git a/src/usr/hwpf/hwp/dram_initialization/host_mpipl_service/proc_mpipl_ex_cleanup.H b/src/usr/hwpf/hwp/dram_initialization/host_mpipl_service/proc_mpipl_ex_cleanup.H
index df8b03177..a09c7179e 100644
--- a/src/usr/hwpf/hwp/dram_initialization/host_mpipl_service/proc_mpipl_ex_cleanup.H
+++ b/src/usr/hwpf/hwp/dram_initialization/host_mpipl_service/proc_mpipl_ex_cleanup.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_mpipl_ex_cleanup.H,v 1.3 2012/11/27 23:11:35 belldi Exp $
+// $Id: proc_mpipl_ex_cleanup.H,v 1.4 2014/03/03 00:42:49 belldi Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_mpipl_ex_cleanup.H,v $
//------------------------------------------------------------------------------
// *|
@@ -57,7 +57,7 @@ extern "C"
/**
* @brief Undo step that prepared fast-winkled cores for scanning and set up deep winkle mode
*
- * @param[in] (1) 'i_target' Reference to chip target
+ * @param[in] (1) 'i_target' Reference to processor chip target
*
* @return ReturnCode
*
diff --git a/src/usr/hwpf/hwp/dram_initialization/mss_power_cleanup/mss_power_cleanup.C b/src/usr/hwpf/hwp/dram_initialization/mss_power_cleanup/mss_power_cleanup.C
index 1ba2a871c..d8fe64beb 100644
--- a/src/usr/hwpf/hwp/dram_initialization/mss_power_cleanup/mss_power_cleanup.C
+++ b/src/usr/hwpf/hwp/dram_initialization/mss_power_cleanup/mss_power_cleanup.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: mss_power_cleanup.C,v 1.10 2014/03/25 18:06:03 jdsloat Exp $
+// $Id: mss_power_cleanup.C,v 1.7 2014/02/19 13:41:33 bellows Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/centaur/working/procedures/ipl/fapi/mss_power_cleanup.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2012
@@ -29,7 +29,7 @@
//------------------------------------------------------------------------------
// *! TITLE : mss_power_cleanup
// *! DESCRIPTION : see additional comments below
-// *! OWNER NAME : Jacob Sloat Email: jdsloat@us.ibm.com
+// *! OWNER NAME : Mark Bellows Email: bellows@us.ibm.com
// *! BACKUP NAME : Anuwat Saetow Email: asaetow@us.ibm.com
// *! ADDITIONAL COMMENTS :
@@ -49,9 +49,6 @@
//------------------------------------------------------------------------------
// Version:| Author: | Date: | Comment:
//---------|----------|---------|-----------------------------------------------
-// 1.10 | jdsloat |25-MAR-14| ENUM_ATTR_MSS_INIT_STATE_COLD became fapi::ENUM_ATTR_MSS_INIT_STATE_COLD
-// 1.9 | jdsloat |25-MAR-14| Fixed 1.8
-// 1.8 | jdsloat |25-MAR-14| Added a check to break procedure if HW non-functional
// 1.7 | bellows |19-FEB-14| RAS Review Updates Pass 2
// 1.6 |bellows |17-FEB-14| RAS review updates
// 1.5 |bellows |05-FEB-14| Making this procedure work on really non-functional centaurs
@@ -103,7 +100,6 @@ extern "C"
{
fapi::ReturnCode rc,rc0,rc1,rcf,rcc;
uint8_t centaur_functional=1, mba0_functional=1, mba1_functional=1;
- uint8_t cen_init_state = 0;
FAPI_INF("Running mss_power_cleanupon %s\n", i_target_centaur.toEcmdString());
@@ -118,14 +114,6 @@ extern "C"
rc = FAPI_ATTR_GET(ATTR_FUNCTIONAL, &i_target_mba1, mba1_functional);
if(rc) { FAPI_ERR("ERROR: Cannot get ATTR_FUNCTIONAL"); break; }
- rc = FAPI_ATTR_GET(ATTR_MSS_INIT_STATE, &i_target_centaur, cen_init_state);
- if(rc) { FAPI_ERR("ERROR: Cannot get ATTR_INIT_STATE"); break; }
-
- if (cen_init_state == fapi::ENUM_ATTR_MSS_INIT_STATE_COLD)
- {
- FAPI_ERR("Centaur clocks not on. Cannot execute mss_power_cleanup on this target: %s", i_target_centaur.toEcmdString()); break;
- }
-
rc0 = mss_power_cleanup_mba_part1(i_target_centaur, i_target_mba0);
rc1 = mss_power_cleanup_mba_part1(i_target_centaur, i_target_mba1);
OpenPOWER on IntegriCloud