summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorSwathi Madhuri Bhattiprolu <bhmadhur@in.ibm.com>2018-04-20 06:18:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-16 12:51:54 -0400
commitb7a44c2259760465b375795baeea883b9f08b44d (patch)
tree94e7071daacc2f8751c9aadc45372c1a07b82c14 /src/include/usr/hwas
parent6855bca779b8435856b0f6881480d7a4ed205b6b (diff)
downloadtalos-hostboot-b7a44c2259760465b375795baeea883b9f08b44d.tar.gz
talos-hostboot-b7a44c2259760465b375795baeea883b9f08b44d.zip
Verify frequency attributes across nodes to match with that of master node
-Existing code ensures consistency of frequency data across all modules in istep6.12. -In a multi-drawer config this data needs to be consistent across all drawers. -Master drawer sends the frequency data to all the other via IPC mechanism. -This data is compared and error is returned if there is a mismatch. Change-Id: Ia1daf1f0eeb90fbafb68417b979488b040efe535 RTC:158036 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57542 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index c5fbf2f21..a74330aaf 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -61,6 +61,13 @@ typedef enum {
GARD_Void = 0xFF
} GARD_ErrorType;
+// Used in EPUB_PRC_INVALID_PART
+// userdata 3 of the SRC
+enum ErrorCategory {
+ ERR_CATEGORY_INVALID_SERIAL = 0x01,
+ ERR_CATEGORY_INVALID_PART = 0x02,
+};
+
// from src/epub/fsp/epub_service_codes.H v1.24.24.4
// - Any additions should be added to FipS code first
OpenPOWER on IntegriCloud