summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-10-25 14:57:59 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-11-01 21:39:47 -0500
commit68d4feee7c9a15428df2fc06bcbbbe86762c732e (patch)
treeb496699c157c29c35c6eabf2609b6585ce4855c7 /src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule
parent61bcb01d6fd51dec3f1d86bd9e942fe86fe2b855 (diff)
downloadtalos-hostboot-68d4feee7c9a15428df2fc06bcbbbe86762c732e.tar.gz
talos-hostboot-68d4feee7c9a15428df2fc06bcbbbe86762c732e.zip
PRD: prep splitting rule files by chip model
Change-Id: I5ad119da986f42182aad183a82867688219c05fb Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68150 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://rchgit01.rchland.ibm.com/gerrit1/68271 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule b/src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule
deleted file mode 100644
index 9deb647ca..000000000
--- a/src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule
+++ /dev/null
@@ -1,52 +0,0 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: src/usr/diag/prdf/common/plat/p9/p9_mc_regs.rule $
-#
-# OpenPOWER HostBoot Project
-#
-# Contributors Listed Below - COPYRIGHT 2018
-# [+] 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
-
-################################################################################
-# Additional registers for MC target, not defined in XML
-################################################################################
-
- ############################################################################
- # P9 MC target IOMCFIR
- ############################################################################
-
- register IOMCFIR_MASK_OR
- {
- name "P9 MC target IOMCFIR MASK atomic OR";
- scomaddr 0x07011005;
- capture group never;
- access write_only;
- };
-
- ############################################################################
- # Config registers for channel failure attentions
- ############################################################################
-
- register SCOM_MODE_PB
- {
- name "IOMP.BUSCTL.SCOM.SCOM_MODE_PB";
- scomaddr 0x07011020;
- capture group default;
- };
-
OpenPOWER on IntegriCloud