diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2013-03-19 09:21:06 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-08 11:33:44 -0500 |
| commit | d582f293ca042a34df6d52bfeb41a4fb2d91f62f (patch) | |
| tree | 4ac41dd1b02bf994e71b9d296708301225561cc3 /src/include/usr | |
| parent | ea5b40c56908934d7f74e90ff9e2da7f7a1460a6 (diff) | |
| download | talos-hostboot-d582f293ca042a34df6d52bfeb41a4fb2d91f62f.tar.gz talos-hostboot-d582f293ca042a34df6d52bfeb41a4fb2d91f62f.zip | |
HWSV ECID Service implementation to support target/attribute infrastructure
Change-Id: I34116aa25f79971eda7dc14b4f56473819ef9c86
RTC: 35557
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3793
Tested-by: Jenkins Server
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H index fa184a9ea..6175a38c7 100644 --- a/src/include/usr/hwpf/istepreasoncodes.H +++ b/src/include/usr/hwpf/istepreasoncodes.H @@ -116,6 +116,7 @@ enum istepModuleId ISTEP_PROC_ABUS_SCOMINIT = 0x44, ISTEP_PROC_DMI_SCOMINIT = 0x45, ISTEP_MEM_PLL_INITF = 0x46, + ISTEP_PROC_GETECID = 0x47, }; /** @@ -173,6 +174,7 @@ enum istepReasonCode ISTEP_PROC_ABUS_SCOMINIT_FAILED = ISTEP_COMP_ID | 0x2C, ISTEP_PROC_SWITCH_CFSIM_FAILED = ISTEP_COMP_ID | 0x2D, ISTEP_LOAD_SLW_FROM_PNOR_FAILED = ISTEP_COMP_ID | 0x2E, + ISTEP_PROC_GETECID_FAILED = ISTEP_COMP_ID | 0x2F, }; // end ISTEP } |

