summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorTerry J. Opie <opiet@us.ibm.com>2012-05-17 13:22:48 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-12 12:41:41 -0500
commitdec09123e59a74c471ab967cd662a57a53b16800 (patch)
tree04b78fe1863b4d72f91fdb3acbf12e1b292b4ed0 /src/include/usr/hbotcompid.H
parentc57e10754ce222368b371355509e2f505e724893 (diff)
downloadtalos-hostboot-dec09123e59a74c471ab967cd662a57a53b16800.tar.gz
talos-hostboot-dec09123e59a74c471ab967cd662a57a53b16800.zip
Host Start Payload
- Start Payload - System attributes for payload base/entry - Execute Cxx Unit tests before starting payload - Send mailbox messages to signal Fsp Change-Id: I314920c64d4c9deaa781696e02231ff8dc8de678 RTC: 39892 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1075 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.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 0e15cb6ba..8f9f8daff 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -226,6 +226,14 @@ const compId_t UTIL_COMP_ID = 0x1600;
const char UTIL_COMP_NAME[] = "util";
//@}
+/** @name ISTEP
+ * Istep component
+ */
+//@{
+const compId_t ISTEP_COMP_ID = 0x1700;
+const char ISTEP_COMP_NAME[] = "istep";
+//@}
+
/** @name RESERVED
* Reserved component ID. x3100 is the component ID
* of FipS ERRL component. Due to our use of
OpenPOWER on IntegriCloud