From b44d7913b6b680171af51f2dc01e4587838ab5af Mon Sep 17 00:00:00 2001 From: Sharath Manjunath Date: Wed, 13 Mar 2019 13:15:41 -0400 Subject: Add exp_thermal_init for Explorer FW Change-Id: I4bf6b9afaa8ab75574a58e20ab7806f8f05e02c9 Original-Change-Id: I6db5c5c1c435a5c63406c2c2fae28aadcc6f9e79 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75144 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer --- .../procedures/hwp/memory/lib/shared/exp_consts.H | 7 ++++--- .../procedures/xml/error_info/mss_exp_errors.xml | 21 +++++++++++++++++++++ 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 @@ + + RC_MSS_EXP_SENSOR_CACHE_ENABLE_FAILED + + The response_argument field of the host_fw_response_struct returned + a FAILURE for enabling sensor cache + + RSP_ID + ERROR_CODE + + CODE + MEDIUM + + + TARGET + HIGH + + + TARGET + + + -- cgit v1.2.1