summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H13
1 files changed, 13 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 654cea09..8a298132 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
@@ -104,6 +104,19 @@ enum ffdc_codes
SET_SPD_CL_SUPPORTED = 0x1051,
};
+///
+/// @brief constants for getecid procedure
+///
+enum ecid_consts
+{
+ FUSE_ARRAY_SIZE = 14,
+ DATA_IN_SIZE = 16,
+ // TK - Will need to be changed once ATTR_ECID is made larger
+ ATTR_ECID_SIZE = 2,
+ // 32 bit registers with getScom/putScom use the right-most 32 bits
+ REG_BIT_OFFSET = 32,
+};
+
namespace i2c
{
OpenPOWER on IntegriCloud