diff options
Diffstat (limited to 'src/usr/hwpf/hwp/fapiHwpErrorInfo.xml')
| -rw-r--r-- | src/usr/hwpf/hwp/fapiHwpErrorInfo.xml | 79 |
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> |

