From 8e498eb418ccdb17da292ad0794c68815f343cf4 Mon Sep 17 00:00:00 2001 From: Adam Muhle Date: Mon, 25 Mar 2013 15:54:12 -0500 Subject: 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 Reviewed-by: Douglas R. Gilbert Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/hwpf_reasoncodes.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/usr/hwpf/hwpf_reasoncodes.H') 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, }; /** -- cgit v1.2.3