summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-03-19 11:09:30 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-19 16:09:14 -0500
commit48785cd8095b54449391ae64fbf62025df8e66f5 (patch)
treebf8134c70df2076b7bf9161d2b9b617d502e68f1 /src/include/usr/diag
parent3e1e69778315cab6bf28758af9ad10add936963c (diff)
downloadtalos-hostboot-48785cd8095b54449391ae64fbf62025df8e66f5.tar.gz
talos-hostboot-48785cd8095b54449391ae64fbf62025df8e66f5.zip
PRD: fixed MCIFIR clearing for non-MBA Centaur attns
Change-Id: If23e19ee9ad79add8a77e612cc9a920ca6cb5e93 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3629 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/diag')
-rwxr-xr-xsrc/include/usr/diag/prdf/common/prdfMain_common.H9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/usr/diag/prdf/common/prdfMain_common.H b/src/include/usr/diag/prdf/common/prdfMain_common.H
index 9d2b2493b..3ae82f42b 100755
--- a/src/include/usr/diag/prdf/common/prdfMain_common.H
+++ b/src/include/usr/diag/prdf/common/prdfMain_common.H
@@ -94,9 +94,6 @@ enum prd_return_code_t
//! DD11: SRC ACCESS FAILED
SCR_ACCESS_FAILED = 0xDD11,
- //! DD12: HOM ACCESS FAILED
- HOM_ACCESS_FAILED = 0xDD12,
-
//! DD20: System Analyze() is called with no domains in System (init failed?)
NO_DOMAINS_IN_SYSTEM = 0xDD20,
@@ -127,12 +124,6 @@ enum prd_return_code_t
//! DDFF: Special return code indicating Not to reset or mask FIR bits.
PRD_NO_CLEAR_FIR_BITS = 0xDDFF,
- //! 7FFD: word13 of src 7FFDxxxx - An assert failed in PRD
- PRD_ASSERT_ERROR_SIGNATURE = 0x7FFD,
-
- //! 7FFF: word13 of src 7FFFxxxx - xxxx will describe the error
- PRD_EXECUTION_ERROR_SIGNATURE = 0x7FFF
-
};
/** Indicates if PRD has been initialized. */
OpenPOWER on IntegriCloud