summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-06-20 08:35:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-23 17:59:40 -0400
commit04ee6e993b2794d8a0bd0324f6336691d5cb012e (patch)
tree6ea519dd771eb2424b71dd554b60d193cff27e67
parentb504bd65d5daf2ffd92f63ac79ad4f3eddd0e676 (diff)
downloadtalos-hostboot-04ee6e993b2794d8a0bd0324f6336691d5cb012e.tar.gz
talos-hostboot-04ee6e993b2794d8a0bd0324f6336691d5cb012e.zip
L3 update -- p9_sbe_instruct_start
Change-Id: I2c501b01f8bf819f2610dcf55a9225bb70e19c18 RTC:139623 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42110 Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42120 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.C13
-rw-r--r--src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.H10
2 files changed, 11 insertions, 12 deletions
diff --git a/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.C b/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.C
index cc850131a..51a2914ba 100644
--- a/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.C
+++ b/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,14 +24,14 @@
/* IBM_PROLOG_END_TAG */
///
/// @file p9_sbe_instruct_start.C
-/// @brief
-/// Starts instructions on 1 core, thread 0.
-/// Thread 0 will be started at CIA scan flush value of 0.
+///
+/// @brief Starts instructions on master core, thread 0.
+/// Thread 0 will be started at CIA scan flush value of 0.
//
// *HWP HWP Owner: Nick Klazynski <jklazyns@us.ibm.com>
// *HWP FW Owner: Thi Tran <thi@us.ibm.com>
// *HWP Team: Nest
-// *HWP Level: 2
+// *HWP Level: 3
// *HWP Consumed by: HB
//
@@ -56,7 +56,7 @@ extern "C"
FAPI_INF("Starting instruction on thread 0");
FAPI_TRY(p9_thread_control(i_target, 0b1000, PTC_CMD_START, false,
l_rasStatusReg, l_state),
- "p9_sbe_instruct_start: p9_thread_control() returns an error");
+ "p9_thread_control() returns an error");
fapi_try_exit:
FAPI_DBG("Exiting ...");
@@ -64,4 +64,3 @@ extern "C"
}
} // extern "C"
-/* End: */
diff --git a/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.H b/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.H
index 09d67d915..b6ce163e8 100644
--- a/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.H
+++ b/src/import/chips/p9/procedures/hwp/core/p9_sbe_instruct_start.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -23,13 +23,13 @@
/* */
/* IBM_PROLOG_END_TAG */
///
-/// @file p9_sbe_instruct_start.C
-/// @brief Placeholder for overrides needed to step the core from cache-contained execution to expand to memory
+/// @file p9_sbe_instruct_start.H
+/// @brief Starts instructions on master core, thread 0.
///
// *HWP HWP Owner: Nick Klazynski <jklazyns@us.ibm.com>
// *HWP FW Owner: Thi Tran <thi@us.ibm.com>
// *HWP Team: Nest
-// *HWP Level: 2
+// *HWP Level: 3
// *HWP Consumed by: HB
#ifndef _PROC_SBE_INSTRUCT_START_H_
@@ -55,7 +55,7 @@ extern "C"
// Hardware Procedure
//------------------------------------------------------------------------------
///
-/// @brief Calls thread_control to start instruction on thread 0.
+/// @brief Calls thread_control to start instruction on master core, thread 0.
/// This is to be called during IPL (istep 5.2)
///
/// @param[in] i_target Reference to core target
OpenPOWER on IntegriCloud