summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/core
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-06-20 08:35:49 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-23 19:51:25 -0400
commit526448a776b2ba44736baf370bce3575fc72d2a8 (patch)
tree0d3da544e9c721d22fcbcafd9c48175121aaddc4 /src/import/chips/p9/procedures/hwp/core
parent8242086d77cdff35e0e8e0d909b3d5cb9849489a (diff)
downloadtalos-sbe-526448a776b2ba44736baf370bce3575fc72d2a8.tar.gz
talos-sbe-526448a776b2ba44736baf370bce3575fc72d2a8.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/42119 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/core')
-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 20cdcf05..036730b6 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 sbe 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 e82ba9b0..bcbb120a 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 sbe 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