summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-02-14 11:33:59 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:11:04 -0500
commit234734a31790273524af276bfd7c92d5a0c97329 (patch)
tree2b1e0973b46f71110470aec173e97b47d357645e /src/import/chips/ocmb/explorer
parent5d6711c64b55c19444b4671b1dd64034d558629e (diff)
downloadtalos-sbe-234734a31790273524af276bfd7c92d5a0c97329.tar.gz
talos-sbe-234734a31790273524af276bfd7c92d5a0c97329.zip
Adds explorer training response display functions
Change-Id: I2e5c8ef08cda7abf83a322d2a3b0e01de2aaee41 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71902 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80999 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H10
1 files changed, 10 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 a7a08f95..aafa80f2 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
@@ -77,6 +77,16 @@ enum ecid_consts
REG_BIT_OFFSET = 32,
};
+///
+/// @brief generic explorer constants
+///
+enum generic_consts
+{
+ // Number of DRAM for x4 vs x8
+ EXP_NUM_DRAM_X4 = 20,
+ EXP_NUM_DRAM_X8 = 10,
+};
+
namespace i2c
{
OpenPOWER on IntegriCloud