summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2016-09-07 14:38:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-21 10:43:45 -0400
commit1ff9bbea76be1abe3a861706aa55ad1bd873a175 (patch)
tree5e58c2ab3314d408684bae36ac53795b8bebcf8f /src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H
parent8c46cb6573e2e9009e7afdc22c2f03d9ad195409 (diff)
downloadtalos-hostboot-1ff9bbea76be1abe3a861706aa55ad1bd873a175.tar.gz
talos-hostboot-1ff9bbea76be1abe3a861706aa55ad1bd873a175.zip
PRD: Initial L3 Line Delete
This commit performs L3 line deletes by setting the delete-on-next-ce bit. Change-Id: I542d9527b91640902c4d62a4fb2a4a2c69313819 RTC: 155327 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29338 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29973 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H b/src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H
new file mode 100644
index 000000000..b12f8616e
--- /dev/null
+++ b/src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H
@@ -0,0 +1,39 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/common/plat/p9/prdfP9ExExtraSig.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef __prdfP9ExExtraSig_H
+#define __prdfP9ExExtraSig_H
+
+#include <prdrSignatures.H>
+
+PRDR_ERROR_SIGNATURE( P9EX_L2CE_LD_ISSUED, 0x0fff0000, "L2FIR[0]",
+ "L2 Cache Read CE, Line Delete Issued");
+PRDR_ERROR_SIGNATURE( P9EX_L2CE_LD_FAILURE, 0x0fff0001, "L2FIR[0]",
+ "L2 Cache Read CE, Line Delete Failed");
+PRDR_ERROR_SIGNATURE( P9EX_L3CE_LD_ISSUED, 0x0fff0005, "L3FIR[4]",
+ "L3 Cache Read CE, Line Delete Issued");
+PRDR_ERROR_SIGNATURE( P9EX_L3CE_LD_FAILURE, 0x0fff0006, "L3FIR[4]",
+ "L3 Cache Read CE, Line Delete Failed");
+#endif // __prdfP9ExExtraSig_H
+
OpenPOWER on IntegriCloud