summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H7
1 files changed, 4 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 803f7a45..ae5b947a 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
@@ -40,8 +40,6 @@ namespace mss
{
namespace exp
{
-namespace i2c
-{
///
/// @brief explorer ffdc codes
@@ -50,8 +48,12 @@ enum ffdc_codes
{
EXP_I2C_GET_FIELD = 0x0000,
EXP_I2C_SET_FIELD = 0x0001,
+ READ_HOST_FW_RESPONSE_STRUCT = 0x0003,
};
+namespace i2c
+{
+
/// @brief List of explorer I2C commands
///
enum cmd_id : uint8_t
@@ -119,7 +121,6 @@ enum boot_stages
FW_UPGRADE_MODE = 0x02,
RUNTIME_FW = 0x03,
};
-
}// i2c
}// exp
}// mss
OpenPOWER on IntegriCloud