diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2012-09-18 13:42:55 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-11-07 12:08:57 -0600 |
| commit | b23d4daee35dfc8761aecc86ade077be1bcac548 (patch) | |
| tree | af9d0bae4e63f21b6d098492e73f9b7b8d09be6b /src/include/usr | |
| parent | 899d62da619d299b0869c8e2b8c7b416985243af (diff) | |
| download | blackbird-hostboot-b23d4daee35dfc8761aecc86ade077be1bcac548.tar.gz blackbird-hostboot-b23d4daee35dfc8761aecc86ade077be1bcac548.zip | |
pore_gen_cpureg
Change-Id: Ic5cb0817118bf0de7d706124708e5b8551ba4258
RTC: 41425
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1899
Tested-by: Jenkins Server
Reviewed-by: Van H. Lee <vanlee@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/hwpf/istepreasoncodes.H | 3 | ||||
| -rw-r--r-- | src/include/usr/isteps/istep15list.H | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H index 72e852827..6ff163c6a 100644 --- a/src/include/usr/hwpf/istepreasoncodes.H +++ b/src/include/usr/hwpf/istepreasoncodes.H @@ -94,6 +94,7 @@ enum istepModuleId ISTEP_PROC_FAB_IOVALID_EROR = 0x2d, ISTEP_LOAD_PORE_IMAGE = 0x2e, ISTEP_APPLY_PORE_GEN_CPU_REGS = 0x2f, + ISTEP_PROC_PORESLW_INIT = 0x30, }; /** @@ -126,6 +127,8 @@ enum istepReasonCode ISTEP_STEP_NINETEEN = ISTEP_COMP_ID | 0x13, ISTEP_LOAD_PAYLOAD_FAILED = ISTEP_COMP_ID | 0x14, ISTEP_START_PAYLOAD_FAILED = ISTEP_COMP_ID | 0x15, + ISTEP_RESET_PORE_BARS_FAILED = ISTEP_COMP_ID | 0x16, + ISTEP_P8_PORESLW_INIT_FAILED = ISTEP_COMP_ID | 0x17, }; // end ISTEP } diff --git a/src/include/usr/isteps/istep15list.H b/src/include/usr/isteps/istep15list.H index d50e48cec..a64579dbc 100644 --- a/src/include/usr/isteps/istep15list.H +++ b/src/include/usr/isteps/istep15list.H @@ -34,6 +34,8 @@ * : Build runtime winkle images * 15.2 proc_set_pore_bar * : Tell SLW Eng where winkle image is + * 15.3 proc_poreslw_init + * : Initialize the PORE-SLW engine * * ***************************************************************** * THIS FILE WAS GENERATED ON 2012-04-12:1228 @@ -83,6 +85,14 @@ namespace INITSERVICE } }, + { + ISTEPNAME(15,03,"proc_poreslw_init"), + BUILD_WINKLE_IMAGES::call_proc_poreslw_init, + { + START_FN, + EXT_IMAGE, + } + }, // END OF LIST! }; |

