diff options
| author | Andre Marin <aamarin@us.ibm.com> | 2018-07-24 00:02:23 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-08-06 09:32:54 -0500 |
| commit | 6a03e838d00c6fb01525019c9b8c1cc3c667c7d3 (patch) | |
| tree | b2d8639f14c4e910c5a5b6efc60f17f34cde096f /src/import/generic/memory/lib/utils/shared | |
| parent | 95b925b6af0e553da06f61d89d2a0c1616882e29 (diff) | |
| download | blackbird-hostboot-6a03e838d00c6fb01525019c9b8c1cc3c667c7d3.tar.gz blackbird-hostboot-6a03e838d00c6fb01525019c9b8c1cc3c667c7d3.zip | |
Generalize byte reading from SPD reading, for exp i2c reuse
Change-Id: I388e5abd6639464514fb9ca2d555362e431b753c
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63209
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63538
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/utils/shared')
| -rw-r--r-- | src/import/generic/memory/lib/utils/shared/mss_generic_consts.H | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H index 736827295..9952519c8 100644 --- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H +++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H @@ -70,8 +70,8 @@ enum generic_ffdc_codes SET_ATTR_HYBRID_MEDIA = 0x1003, SET_ATTR_MASTER_RANKS = 0x1004, PRE_DATA_ENGINE_CTOR = 0x1005, - EXTRACT_SPD_FLD = 0x1006, - SPD_READER = 0x1007, + GET_FIELD = 0x1006, + READ_SPD_FIELD = 0x1007, BASE_CFG_PARAM_SELECT = 0x1008, DIMM_MODULE_PARAM_SELECT = 0x1009, BASE_CFG_FACTORY = 0x100A, @@ -93,6 +93,8 @@ enum generic_ffdc_codes TWTR_L_MIN = 0x101A, DEVICE_TYPE = 0x101B, BASE_MODULE_TYPE = 0x101C, + BAD_SPD_DATA = 0x101C, + SET_FIELD = 0x101D, }; /// |

