summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2018-08-31 12:42:39 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-10-18 11:13:33 -0500
commit7504dc6275e7da30b0ce064b2af983457950aca7 (patch)
treef63852ca87b66989329431128d1191a6437b509e /src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml
parente5eb14043e5dee87618875f178c5af0c90f5166a (diff)
downloadtalos-hostboot-7504dc6275e7da30b0ce064b2af983457950aca7.tar.gz
talos-hostboot-7504dc6275e7da30b0ce064b2af983457950aca7.zip
Adding p9a_get/put_mmio and explorer_inband
p9a_get/put_mmio implements getMMIO and putMMIO via the ADU. explorer_inband implements functions to access MSCC MMIO registers, MSCC RAM space for commands and responses, and IBM scom registers via inband/mmio to Explorer. Change-Id: I7b0213b1cb426b10f2902e06373295986e01cd9b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65569 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66608 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml
new file mode 100644
index 000000000..2a9cf87d6
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml
@@ -0,0 +1,38 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9a_mmio_errors.xml $ -->
+<!-- -->
+<!-- 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 -->
+<hwpErrors>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9A_MMIO_BAD_SIZE_ERR</rc>
+ <description>
+ Procedure: p9a_mmio_utils
+ Incorrect data size for MMIO operation
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>SIZE</ffdc>
+ <!-- no callout, deconfig, gard tags as FW does not consume -->
+ </hwpError>
+ <!-- ******************************************************************** -->
+</hwpErrors>
OpenPOWER on IntegriCloud