diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2017-03-01 02:08:22 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-03 13:53:19 -0500 |
| commit | edb457cd288dcc1e86b25c7d7343c38f6044364b (patch) | |
| tree | 58c4daf3100ea1266857c7020d957f9dd34b7e17 /src/include/usr | |
| parent | 2384503c61febe6b4b543afcae1cdc0ae27c1132 (diff) | |
| download | talos-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/include/usr')
| -rw-r--r-- | src/include/usr/isteps/istep16list.H | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/usr/isteps/istep16list.H b/src/include/usr/isteps/istep16list.H index a1117f009..f5c9646d5 100644 --- a/src/include/usr/isteps/istep16list.H +++ b/src/include/usr/isteps/istep16list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -123,11 +123,8 @@ namespace INITSERVICE }, { ISTEPNAME(16,03,"p9_rng_init_phase2"), - // @todo RTC:137389 - removed for P9 bringup - //ISTEP_16::call_host_activate_master, - //{ START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true } - NULL, - { NONE, EXT_IMAGE, IPL_NOOP, false } + ISTEP_16::call_p9_rng_init_phase2, + { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true } }, { // Hostboot PRD should no longer be called after this step. |

