diff options
| author | Brad Bishop <bradleyb@us.ibm.com> | 2012-03-27 15:34:19 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-26 15:27:38 -0500 |
| commit | 5cd51ece6aac9562c15e7366f8136ec7ba616f9b (patch) | |
| tree | fec70a5867832322a4354bdc998bb9d1b61405ec /src/include/usr/hbotcompid.H | |
| parent | b30cea3aa6f56548bdbc8bf1fd0b790f598ca5aa (diff) | |
| download | blackbird-hostboot-5cd51ece6aac9562c15e7366f8136ec7ba616f9b.tar.gz blackbird-hostboot-5cd51ece6aac9562c15e7366f8136ec7ba616f9b.zip | |
State machine support
State machine functionaly to decide when and
which pattern/workItem to run on each MBA as part of
memory diagnostics.
RTC: 38391
Change-Id: I1fa85bc343ca81f6a206df511307d53df0163cb4
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/817
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 8f257680a..721b7c510 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -202,6 +202,14 @@ const compId_t HBPRDF_COMP_ID = 0x1300; //FIXME working with ERRL owner to resol const char HBPRDF_COMP_NAME[] = "prdf"; //FIXME //@} +/** @name MDIA + * MDIA memory diagnostics component + */ +//@{ +const compId_t HBMDIA_COMP_ID = 0x1400; +const char HBMDIA_COMP_NAME[] = "mdia"; +//@} + /** @name RESERVED * Reserved component ID. x3100 is the component ID * of FipS ERRL component. Due to our use of |

