diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-03-12 10:12:01 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-16 09:13:39 -0500 |
| commit | 8a1168142bd3f273dbd4edf841c53a3ae394cd5e (patch) | |
| tree | 94029d881fa5b89d186073859c7de2fd6dcdfcb8 /src/include/usr/hbotcompid.H | |
| parent | ff8472f5e338d17194b5a1300b9553dd1ac3a241 (diff) | |
| download | blackbird-hostboot-8a1168142bd3f273dbd4edf841c53a3ae394cd5e.tar.gz blackbird-hostboot-8a1168142bd3f273dbd4edf841c53a3ae394cd5e.zip | |
ERRL: Ensure all Hostboot code uses ErrlUserDetails framework.
RTC: 36920
Change-Id: I82667c8e63e8a99b9cc7eb1dfbbbdbe1c3b2bb2a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/730
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hbotcompid.H')
| -rw-r--r-- | src/include/usr/hbotcompid.H | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 6e812ea5b..df0280f14 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -178,23 +178,21 @@ const compId_t SPD_COMP_ID = 0x1000; const char SPD_COMP_NAME[] = "spd"; //@} -/** @name MBOX +/** @name HBMBOX * MBOX component */ //@{ -const compId_t MBOX_COMP_ID = 0x1100; -const char MBOX_COMP_NAME[] = "mbox"; +const compId_t HBMBOX_COMP_ID = 0x1100; +const char HBMBOX_COMP_NAME[] = "mbox"; //@} -/** @name RESERVED - * Reserved component ID. x3100 is the component ID - * of FipS ERRL component. Due to our use of - * of the FipS errl tool, let no Hostboot component - * use this component ID. +/** @name FIPS_ERRL + * Used to add component trace to an error log + * so that it can be decoded by the FSP errlog parser */ //@{ -const compId_t RESERVED_COMP_ID = 0x3100; -const char RESERVED_COMP_NAME[] = "reserved"; +const compId_t FIPS_ERRL_COMP_ID = 0x3100; +const char FIPS_ERRL_COMP_NAME[] = "hb-trace"; // ---------------------------------------------------------- // CXXTEST Unit Test, reserve compid near the end... |

