summaryrefslogtreecommitdiffstats
path: root/src/include/usr/util/util_reasoncodes.H
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2013-03-25 15:54:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-29 10:43:53 -0500
commit8e498eb418ccdb17da292ad0794c68815f343cf4 (patch)
tree2f43de6f6904f36646292e7d979b577859349782 /src/include/usr/util/util_reasoncodes.H
parent60f7382c8d36e07234eee36f48c006cfdd0ab402 (diff)
downloadblackbird-hostboot-8e498eb418ccdb17da292ad0794c68815f343cf4.tar.gz
blackbird-hostboot-8e498eb418ccdb17da292ad0794c68815f343cf4.zip
OCC DMA Support
Added support to get LIDs from either PNOR Ext Img or through mailbox DMA from FSP. The Extended Image path is fully tested, however the mailbox DMA code can't be tested until FSP support is available. The OCC function will be enabled with RTC 50987. Change-Id: I798ea19b2ca566288ff4ce64ce7440de20703496 RTC: 51076 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3845 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/util/util_reasoncodes.H')
-rw-r--r--src/include/usr/util/util_reasoncodes.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/util/util_reasoncodes.H b/src/include/usr/util/util_reasoncodes.H
index ed690cecc..4295bc4d6 100644
--- a/src/include/usr/util/util_reasoncodes.H
+++ b/src/include/usr/util/util_reasoncodes.H
@@ -32,6 +32,9 @@ namespace Util
{
UTIL_MOD_MEM_READ = 0x01, // UtilMem::Read
UTIL_MOD_MEM_WRITE = 0x02, // UtilMem::Write
+ UTIL_LIDMGR_GETLID = 0x03, // UtilLidMgr::getLid
+ UTIL_LIDMGR_GETLIDSIZE = 0x04, // UtilLidMgr::getLidSize
+ UTIL_LIDMGR_GETLIDPNOR = 0x06, // UtilLidMgr::getLidPnor
};
enum ReasonCode
@@ -39,6 +42,10 @@ namespace Util
UTIL_ERC_NONE = UTIL_COMP_ID | 0x01,
UTIL_ERC_BAD_PTR = UTIL_COMP_ID | 0x02,
UTIL_ERC_EOF = UTIL_COMP_ID | 0x03,
+ UTIL_LIDMGR_RC_FAIL = UTIL_COMP_ID | 0x04,
+ UTIL_LIDMGR_INVAL_DATA = UTIL_COMP_ID | 0x05,
+ UTIL_LIDMGR_INVAL_SIZE = UTIL_COMP_ID | 0x06,
+ UTIL_LIDMGR_UNSUP_MSG = UTIL_COMP_ID | 0x07,
};
};
OpenPOWER on IntegriCloud