diff options
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! }; |

