diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2013-07-09 11:16:54 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-09 15:23:42 -0500 |
commit | 09177b03b6bd1fecb9e52548fd57633b3dc0d600 (patch) | |
tree | 90c3bf9cd2b66970921fdafc4f5a9f89150a456e | |
parent | cf9d170610549a41e0466eee3d071795784b426b (diff) | |
download | talos-hostboot-09177b03b6bd1fecb9e52548fd57633b3dc0d600.tar.gz talos-hostboot-09177b03b6bd1fecb9e52548fd57633b3dc0d600.zip |
Update PRC_HB_CODE value
Number came from Rijoy who is updating the FipS code
Change-Id: I04516c65df9e90b69922dc0201ea4fcb60c4d152
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5342
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H index 028d10eb8..91232dc0b 100644 --- a/src/include/usr/hwas/common/hwasCallout.H +++ b/src/include/usr/hwas/common/hwasCallout.H @@ -59,12 +59,13 @@ typedef enum { GARD_Void = 0xFF } GARD_ErrorType; -// from src/epub/fsp/epub_service_codes.H -// nuVersionSID 1.24.14.36 versionSID 1.24.14.36 - /** @enum epubProcedureID - * This enumeration contains all the Procedures to be used with a callout - * in an SRC. - */ +// from src/epub/fsp/epub_service_codes.H v1.24.24.4 +// - Any additions should be added to FipS code first + +/** @enum epubProcedureID + * This enumeration contains all the Procedures to be used with a callout + * in an SRC. + */ enum epubProcedureID { EPUB_PRC_NONE = 0x00, @@ -85,7 +86,7 @@ enum epubProcedureID EPUB_PRC_EIBUS_ERROR = 0x37, EPUB_PRC_POWER_ERROR = 0x3F, EPUB_PRC_PERFORMANCE_DEGRADED = 0x4D, - EPUB_PRC_HB_CODE = 0x51 + EPUB_PRC_HB_CODE = 0x55 }; // from srci/fsp/srci.H |