summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-06-06 12:25:48 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 08:45:40 -0500
commit745d87118441a97be98b15670640a8714736b264 (patch)
tree0826118750e6d91b7421c5709fe742ae71a455d4 /src/import/chips/ocmb/explorer/procedures/hwp
parent98807cd328ffe8e3be2644a830f0d853c9e68058 (diff)
downloadtalos-sbe-745d87118441a97be98b15670640a8714736b264.tar.gz
talos-sbe-745d87118441a97be98b15670640a8714736b264.zip
Fix exp_draminit phy_params
Change-Id: I624caa1310920daf172d6681e7c760442236070f git-coreq:hostboot:I624caa1310920daf172d6681e7c760442236070f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78469 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81017 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H12
1 files changed, 6 insertions, 6 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 5f089691..fd1a284c 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
@@ -69,11 +69,11 @@ enum attr_eff_engine_fields
TSV_8H_SUPPORT = 6,
PSTATES = 7,
MRAM_SUPPORT = 8,
- HEIGHT_3DS = 9,
- SPD_CL_SUPPORTED = 10,
+ SPD_CL_SUPPORTED = 9,
+ ADDRESS_MIRROR = 10,
// Dispatcher set to last enum value
- ATTR_EFF_DISPATCHER = SPD_CL_SUPPORTED,
+ ATTR_EFF_DISPATCHER = ADDRESS_MIRROR,
};
///
@@ -103,6 +103,7 @@ enum ffdc_codes
READ_CRCT_ENDIAN = 0x0005,
READ_TRAINING_RESPONSE_STRUCT = 0x0006,
+ SET_EXP_DRAM_ADDRESS_MIRRORING = 0x1040,
SET_BYTE_ENABLES = 0x1041,
SET_NIBBLE_ENABLES = 0x1042,
SET_TAA_MIN = 0x1043,
@@ -112,9 +113,8 @@ enum ffdc_codes
SET_VREF_DQ_TRAIN_RANGE = 0x1047,
SET_PSTATES = 0x1048,
SET_MRAM_SUPPORT = 0x1049,
- SET_3DS_HEIGHT = 0x1050,
- SET_SPD_CL_SUPPORTED = 0x1051,
- SET_SERDES_FREQ = 0x1052,
+ SET_SPD_CL_SUPPORTED = 0x1050,
+ SET_SERDES_FREQ = 0x1051,
};
///
OpenPOWER on IntegriCloud