summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H7
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml21
2 files changed, 25 insertions, 3 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 72278238..1a9e1968 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
@@ -132,6 +132,7 @@ enum generic_consts
namespace i2c
{
+///
/// @brief List of explorer I2C commands
///
enum cmd_id : uint8_t
@@ -260,10 +261,10 @@ enum cmd_and_response_id
EXP_FW_DDR_PHY_INIT = 0x02,
// read temperature sensor
- EXP_FW_FW_TEMP_SENSOR_PASS_THROUGH_READ = 0x03,
+ EXP_FW_TEMP_SENSOR_PASS_THROUGH_READ = 0x03,
// configure temperature sensor
- EXP_FW_FW_TEMP_SENSOR_PASS_THROUGH_WRITE = 0x04,
+ EXP_FW_TEMP_SENSOR_PASS_THROUGH_WRITE = 0x04,
// configure interval read mechanism
EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ = 0x05,
@@ -289,6 +290,7 @@ enum cmd_and_response_id
///
/// @brief Command flag definitions
+///
enum cmd_flags
{
NO_FLAGS = 0,
@@ -305,7 +307,6 @@ enum response_arg
};
}// omi
-
}// exp
}// mss
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 7a90c423..f48742f8 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
@@ -175,4 +175,25 @@
</deconfigure>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_EXP_SENSOR_CACHE_ENABLE_FAILED</rc>
+ <description>
+ The response_argument field of the host_fw_response_struct returned
+ a FAILURE for enabling sensor cache
+ </description>
+ <ffdc>RSP_ID</ffdc>
+ <ffdc>ERROR_CODE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud