summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2013-09-13 14:59:14 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-10 12:02:04 -0500
commitae5f2aa9194b6f26893bfb21b1fc115d3cae0dcb (patch)
tree01d6128e1c9f8c8aa3b412160d08af827093a7d2 /src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
parent95bf47c534737019f956fbcca2c622c98dacc266 (diff)
downloadtalos-hostboot-ae5f2aa9194b6f26893bfb21b1fc115d3cae0dcb.tar.gz
talos-hostboot-ae5f2aa9194b6f26893bfb21b1fc115d3cae0dcb.zip
HWPF Error XML: Allow callout/deconfigure/gard of DIMM(s) related to MBA
Change-Id: Ibd067f73cf381b18eab5e48cf1f72f961450a1f2 RTC:81669 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6208 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/fapiHwpErrorInfo.xml')
-rw-r--r--src/usr/hwpf/hwp/fapiHwpErrorInfo.xml79
1 files changed, 78 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml b/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
index aaca27edf..33d09bafd 100644
--- a/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
+++ b/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
@@ -118,8 +118,85 @@
</hw>
<priority>MEDIUM</priority>
</callout>
+ -->
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_TEST_DIMM_CALLOUT_MBA_A</rc>
+ <description>DIMM Callout generated by Unit Test, passing in
+ MBA target and port number.</description>
+ <!-- Callout ALL dimms on specified MBA port with MEDIUM priority-->
+ <callout>
+ <childTargets>
+ <parent>UNIT_TEST_MBA_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ <childPort>UNIT_TEST_MBA_PORT_NUMBER</childPort>
+ </childTargets>
+ <priority>MEDIUM</priority>
+ </callout>
+ </hwpError>
+ <!-- Callout a specific DIMM on a specified PORT of MBA -->
+ <hwpError>
+ <rc>RC_TEST_DIMM_CALLOUT_MBA_B</rc>
+ <description>DIMM Callout generated by Unit Test, passing in
+ MBA target,port number and specific DIMM number.</description>
+ <callout>
+ <childTargets>
+ <parent>UNIT_TEST_MBA_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ <childPort>UNIT_TEST_MBA_PORT_NUMBER</childPort>
+ <childNumber>UNIT_TEST_DIMM_NUMBER</childNumber>
+ </childTargets>
+ <priority>LOW</priority>
+ </callout>
+ </hwpError>
+ <!-- Callout all dimms on all ports of a specfied MBA -->
+ <hwpError>
+ <rc>RC_TEST_DIMM_CALLOUT_MBA_C</rc>
+ <description>DIMM Callout generated by Unit Test, passing in
+ only MBA target to callout all dimms under it.</description>
+ <callout>
+ <childTargets>
+ <parent>UNIT_TEST_MBA_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ </childTargets>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <!-- Deconfigure ALL dimms on specified MBA port with MEDIUM priority-->
+ <hwpError>
+ <rc>RC_TEST_DIMM_DECONFIGURE_MBA_A</rc>
+ <description>DIMM DECONFIGURE generated by Unit Test, passing in
+ MBA target and port number.</description>
+ <!-- Commented out to avoid actually calling out chiplets in UT
+ <deconfigure>
+ <childTargets>
+ <parent>UNIT_TEST_MBA_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ <childPort>UNIT_TEST_MBA_PORT_NUMBER</childPort>
+ </childTargets>
+ <priority>MEDIUM</priority>
+ </deconfigure>
+ -->
+ </hwpError>
+ <!-- Gard a specific DIMM on a specified PORT of MBA -->
+ <hwpError>
+ <rc>RC_TEST_DIMM_GARD_MBA_B</rc>
+ <description>DIMM Callout generated by Unit Test, passing in
+ MBA target,port number and specific DIMM number.</description>
+ <!--
+ <gard>
+ <childTargets>
+ <parent>UNIT_TEST_MBA_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ <childPort>UNIT_TEST_MBA_PORT_NUMBER</childPort>
+ <childNumber>UNIT_TEST_DIMM_NUMBER</childNumber>
+ </childTargets>
+ <priority>LOW</priority>
+ </gard>
+ -->
+ </hwpError>
-->
- </hwpError>
<!-- *********************************************************************** -->
<hwpError>
<rc>RC_TEST_ERROR_B</rc>
OpenPOWER on IntegriCloud