summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep16
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-03-01 02:08:22 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-03 13:53:19 -0500
commitedb457cd288dcc1e86b25c7d7343c38f6044364b (patch)
tree58c4daf3100ea1266857c7020d957f9dd34b7e17 /src/usr/isteps/istep16
parent2384503c61febe6b4b543afcae1cdc0ae27c1132 (diff)
downloadtalos-hostboot-edb457cd288dcc1e86b25c7d7343c38f6044364b.tar.gz
talos-hostboot-edb457cd288dcc1e86b25c7d7343c38f6044364b.zip
Enable p9_rng_init_phase2 istep
Change-Id: I5a7ee986f3dbd7b703284207f522f150f59fca3b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37242 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep16')
-rw-r--r--src/usr/isteps/istep16/call_p9_rng_init_phase2.C15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/usr/isteps/istep16/call_p9_rng_init_phase2.C b/src/usr/isteps/istep16/call_p9_rng_init_phase2.C
index aeb3e60fd..4aeb4917e 100644
--- a/src/usr/isteps/istep16/call_p9_rng_init_phase2.C
+++ b/src/usr/isteps/istep16/call_p9_rng_init_phase2.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -22,18 +22,21 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
+
/**
- @file call_p9_rng_init_phase2.C
+ * @file call_p9_rng_init_phase2.C
*
- * Support file for IStep: nest_chiplets
- * Nest Chiplets
+ * Support file for IStep: core_activate
+ * Core Activate
*
* HWP_IGNORE_VERSION_CHECK
*
*/
+
/******************************************************************************/
// Includes
/******************************************************************************/
+
#include <stdint.h>
#include <trace/interface.H>
@@ -58,7 +61,7 @@
#include <fapi2/plat_hwp_invoker.H>
#include <p9_rng_init_phase2.H>
-namespace ISTEP_08
+namespace ISTEP_16
{
using namespace ISTEP;
@@ -67,7 +70,7 @@ using namespace ERRORLOG;
using namespace TARGETING;
//******************************************************************************
-// wrapper function to call proc_chiplet_enable_ridi
+// wrapper function to call p9_rng_init_phase2
//******************************************************************************
void* call_p9_rng_init_phase2( void *io_pArgs )
{
OpenPOWER on IntegriCloud