summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorTerry J. Opie <opiet@us.ibm.com>2012-03-07 13:39:53 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-04 21:02:11 -0500
commitade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c (patch)
tree29bcedfb462d476c4d1ace8a29cee543e465510b /src/include/usr/hbotcompid.H
parent4e29fbf87555f7d1b4c9923203f091bde397e2a6 (diff)
downloadtalos-hostboot-ade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c.tar.gz
talos-hostboot-ade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c.zip
MVPD Device Driver
- MVPD test cases - Add temp binary image file - Adjust SPD/DIMM Pres Detect tests to operate on 1 DIMM. Change-Id: Iaaacd4787ba8e8a8d74f3c427507d98a5f0b218c RTC: 35329 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/777 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.H18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index df0280f14..7888327f3 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -171,7 +171,7 @@ const char INTR_COMP_NAME[] = "intr";
//@}
/** @name SPD
- * EEPROM device driver component
+ * DIMM SPD device driver component
*/
//@{
const compId_t SPD_COMP_ID = 0x1000;
@@ -186,9 +186,19 @@ const compId_t HBMBOX_COMP_ID = 0x1100;
const char HBMBOX_COMP_NAME[] = "mbox";
//@}
-/** @name FIPS_ERRL
- * Used to add component trace to an error log
- * so that it can be decoded by the FSP errlog parser
+/** @name MVPD
+ * MVPD device driver component
+ */
+//@{
+const compId_t MVPD_COMP_ID = 0x1200;
+const char MVPD_COMP_NAME[] = "mvpd";
+//@}
+
+/** @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.
*/
//@{
const compId_t FIPS_ERRL_COMP_ID = 0x3100;
OpenPOWER on IntegriCloud