diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml index 9e9712a8..4b9285dd 100644 --- a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml +++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml @@ -336,6 +336,39 @@ </hwpError> <hwpError> + <rc>RC_MSS_EXP_HALF_DIMM_MODE_NOT_SUPPORTED</rc> + <description> + The enterprise settings do not support half dimm mode. + </description> + <ffdc>ENTERPRISE_SETTING</ffdc> + <ffdc>HALF_DIMM_SETTING</ffdc> + <callout> + <target>OCMB_TARGET</target> + <priority>HIGH</priority> + </callout> + <deconfigure> + <target>OCMB_TARGET</target> + </deconfigure> + </hwpError> + + <hwpError> + <rc>RC_MSS_EXP_ENTERPRISE_INVALID_CONFIGURATION</rc> + <description> + The enterprise supported bit from explorer fuse + conflicts with the enterprise policy setting. + </description> + <ffdc>ENTERPRISE_SUPPORTED</ffdc> + <ffdc>POLICY</ffdc> + <callout> + <target>OCMB_TARGET</target> + <priority>HIGH</priority> + </callout> + <deconfigure> + <target>OCMB_TARGET</target> + </deconfigure> + </hwpError> + + <hwpError> <rc>RC_MSS_EXP_ENTERPRISE_SETUP_ERROR</rc> <description>The enterprise mode bit is in the incorrect state</description> <ffdc>EXPECTED</ffdc> |