summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2012-12-07 13:50:38 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-19 08:53:04 -0600
commitf94a72b34c65ee2ab3e4d736f1c334159af99d58 (patch)
tree461a77e4e2b9b8d9de1e8bb950dcba4c67fe9272 /src/include/usr/hwpf
parentd00706a9f8869af321b4ddb3dea0106d19cea312 (diff)
downloadtalos-hostboot-f94a72b34c65ee2ab3e4d736f1c334159af99d58.tar.gz
talos-hostboot-f94a72b34c65ee2ab3e4d736f1c334159af99d58.zip
Implementing io_dccal HWP to HostBoot
RTC: 41360 Change-Id: I04982bfdc11e7500106c95b7731927fe3e500cd7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2598 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index f0db7365c..f79326448 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -111,6 +111,8 @@ enum istepModuleId
ISTEP_FABRIC_IO_RESTORE_EREPAIR = 0x3E,
ISTEP_VDDR_ENABLE = 0x3F,
ISTEP_VDDR_DISABLE = 0x40,
+ ISTEP_DMI_IO_DCCAL = 0x41,
+ ISTEP_FABRIC_IO_DCCAL = 0x42,
};
/**
@@ -155,6 +157,10 @@ enum istepReasonCode
ISTEP_DMI_GET_RESTORE_LANES_FAILED = ISTEP_COMP_ID | 0x1F,
ISTEP_FABRIC_GET_RESTORE_LANES_FAILED = ISTEP_COMP_ID | 0x20,
ISTEP_GET_PBUS_CONNECTIONS_FAILED = ISTEP_COMP_ID | 0x21,
+ ISTEP_DMI_IO_DCCAL_MCS_FAILED = ISTEP_COMP_ID | 0x22,
+ ISTEP_DMI_IO_DCCAL_MEMBUF_FAILED = ISTEP_COMP_ID | 0x23,
+ ISTEP_FABRIC_IO_DCCAL_ENDPOINT1_FAILED = ISTEP_COMP_ID | 0x24,
+ ISTEP_FABRIC_IO_DCCAL_ENDPOINT2_FAILED = ISTEP_COMP_ID | 0x25,
}; // end ISTEP
}
OpenPOWER on IntegriCloud