diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H | 9 | ||||
-rw-r--r-- | src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml | 45 |
2 files changed, 54 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H index 559c01d7..b6662902 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H @@ -49,6 +49,15 @@ namespace exp constexpr uint32_t OCMB_ADDR_SHIFT = 3; /// +/// @brief common explorer sizes +/// +enum sizes +{ + MAX_DIMM_PER_PORT = 2, + MAX_RANK_PER_DIMM = 4, +}; + +/// /// @brief explorer ffdc codes /// enum ffdc_codes 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 a0a9c973..55498eda 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 @@ -25,6 +25,51 @@ <hwpErrors> <hwpError> + <rc>RC_MSS_EXP_DRAMINIT_UNSUPPORTED_DIMM_TYPE</rc> + <description>Unsupported DIMM type encountered in draminit_training procedure</description> + <ffdc>OCMB_TARGET</ffdc> + <ffdc>PORT</ffdc> + <ffdc>TYPE</ffdc> + <callout> + <target>OCMB_TARGET</target> + <priority>HIGH</priority> + </callout> + <deconfigure> + <target>OCMB_TARGET</target> + </deconfigure> + </hwpError> + + <hwpError> + <rc>RC_MSS_EXP_DRAMINIT_UNSUPPORTED_DRAM_WIDTH</rc> + <description>Unsupported DRAM width encountered in draminit_training procedure</description> + <ffdc>OCMB_TARGET</ffdc> + <ffdc>PORT</ffdc> + <ffdc>DATA_WIDTH</ffdc> + <callout> + <target>OCMB_TARGET</target> + <priority>HIGH</priority> + </callout> + <deconfigure> + <target>OCMB_TARGET</target> + </deconfigure> + </hwpError> + + <hwpError> + <rc>RC_MSS_EXP_DRAMINIT_UNSUPPORTED_3DS_HEIGHT</rc> + <description>Unsupported 3DS height encountered in draminit_training procedure</description> + <ffdc>OCMB_TARGET</ffdc> + <ffdc>PORT</ffdc> + <ffdc>HEIGHT</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> |