diff options
| author | Brian Stegmiller <bjs@us.ibm.com> | 2016-07-21 15:25:02 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-31 16:14:37 -0400 |
| commit | 1f1e263edc891398fabb3ac18c609198419ef2b7 (patch) | |
| tree | 93d4a6c9f525a14d613dfa8db40e3d1b6b34f751 /src/include | |
| parent | 5df2675372b378275cfe7e3b83d3663fed2fd21a (diff) | |
| download | talos-hostboot-1f1e263edc891398fabb3ac18c609198419ef2b7.tar.gz talos-hostboot-1f1e263edc891398fabb3ac18c609198419ef2b7.zip | |
Limit checkForIplAttentions to master in early IPL
Change-Id: I74f3c6c00fdb7ea30bdf06d4be37c1a717fc6210
RTC: 154658
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27342
Tested-by: Jenkins Server <pfd-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>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/isteps/istep08list.H | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/include/usr/isteps/istep08list.H b/src/include/usr/isteps/istep08list.H index b4f426e1b..7935260af 100644 --- a/src/include/usr/isteps/istep08list.H +++ b/src/include/usr/isteps/istep08list.H @@ -120,6 +120,15 @@ void* call_host_cbs_start(void *io_pArgs); void* call_proc_check_slave_sbe_seeprom_complete(void *io_pArgs); /** + * @brief call_host_attnlisten_proc + * + * param[in,out] - pointer to any arguments, usually NULL + * + * return any error logs to istep + */ +void* call_host_attnlisten_proc(void *io_pArgs); + +/** * @brief proc_cen_ref_clk_enable * * param[in,out] - pointer to any arguments, usually NULL @@ -314,9 +323,9 @@ namespace INITSERVICE { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, false } }, { - ISTEPNAME(08,05,"host_attnlisten_proc"), // @TODO-RTC:154658 - NULL, - { NONE, EXT_IMAGE, IPL_NOOP, false } + ISTEPNAME(08,05,"host_attnlisten_proc"), + ISTEP_08::call_host_attnlisten_proc, + { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false } }, { ISTEPNAME(08,06,"proc_cen_ref_clk_enable"), |

