summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2013-02-20 14:19:05 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-22 11:55:29 -0600
commit846e9f0c557aa3a67a03f501fe41105fdbf0a489 (patch)
tree193f93574d3030ed8b6451d12494ee57115c999c /src/include/usr/hbotcompid.H
parent5535a79cbab37d06d898076f9e2e87a40dc52ea7 (diff)
downloadblackbird-hostboot-846e9f0c557aa3a67a03f501fe41105fdbf0a489.tar.gz
blackbird-hostboot-846e9f0c557aa3a67a03f501fe41105fdbf0a489.zip
Change PRDF_COMP_ID to match with what defined in fips_comp_id.H
Change-Id: I8720a8cb80dfb2c71b716685756a8c033a9cc677 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3270 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.H19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index e9ee15166..52ba02edf 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -182,13 +182,7 @@ const char MBOX_COMP_NAME[] = "mbox";
// 0x1200 - open to reclaim
-/** @name PRDF
- * PRDF component
- */
-//@{
-const compId_t PRDF_COMP_ID = 0x1300;
-const char PRDF_COMP_NAME[] = "prdf";
-//@}
+// 0x1300 - open to reclaim
/** @name MDIA
* MDIA memory diagnostics component
@@ -288,6 +282,17 @@ const compId_t FIPS_ERRL_COMP_ID = 0x3100;
const char FIPS_ERRL_COMP_NAME[] = "hb-trace";
//@}
+/** @name PRDF
+ * PRDF component
+ * @Note PRDF_COMP_ID=0xE500 matches with what
+ * defined in fips_comp_id.H for PRDF which is
+ * common between Hostboot and FSP
+ */
+//@{
+const compId_t PRDF_COMP_ID = 0xE500;
+const char PRDF_COMP_NAME[] = "prdf";
+//@}
+
// ----------------------------------------------------------
// CXXTEST Unit Test, reserve compid near the end...
/** @name CXXTEST
OpenPOWER on IntegriCloud