diff options
| author | Adam Muhle <armuhle@us.ibm.com> | 2013-03-25 15:54:12 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-29 10:43:53 -0500 |
| commit | 8e498eb418ccdb17da292ad0794c68815f343cf4 (patch) | |
| tree | 2f43de6f6904f36646292e7d979b577859349782 /src/include/usr/hwpf/hwpf_reasoncodes.H | |
| parent | 60f7382c8d36e07234eee36f48c006cfdd0ab402 (diff) | |
| download | blackbird-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/hwpf/hwpf_reasoncodes.H')
| -rw-r--r-- | src/include/usr/hwpf/hwpf_reasoncodes.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/hwpf_reasoncodes.H b/src/include/usr/hwpf/hwpf_reasoncodes.H index 53ba4622e..cb20f4b9c 100644 --- a/src/include/usr/hwpf/hwpf_reasoncodes.H +++ b/src/include/usr/hwpf/hwpf_reasoncodes.H @@ -80,6 +80,7 @@ namespace fapi MOD_GET_CACHE_DECONFIG = 0x29, MOD_FAPI_GET_OTHER_SIDE_OF_MEM_CHANNEL = 0x2A, MOD_MBVPD_ACCESS = 0x2B, + MOD_OCC_LOAD_OCC_IMAGE_TO_HOMER = 0x2C, }; /** @@ -118,6 +119,9 @@ namespace fapi RC_NO_SINGLE_MCS = HWPF_COMP_ID | 0x25, RC_NO_SINGLE_MEMBUFF = HWPF_COMP_ID | 0x26, RC_STATE_MISMATCH = HWPF_COMP_ID | 0x27, + + // OCC Errors + RC_MMIO_UNMAP_ERR = HWPF_COMP_ID | 0x28, }; /** |

