summaryrefslogtreecommitdiffstats
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-26 00:55:51 -0500
commit135ec660720d61c36081c2032f58485638a172be (patch)
treeaf6a2e2a57f1d96230d417c62108a42e7deb35ff
parenteb69df413bccfa2e4b32b4221a577b013acf23de (diff)
downloadtalos-sbe-135ec660720d61c36081c2032f58485638a172be.tar.gz
talos-sbe-135ec660720d61c36081c2032f58485638a172be.zip
Adds explorer training response display functions
Change-Id: I6a68cfaa50aaf922f07bc63b414ff5b0e555161a Original-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>
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H10
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H1
2 files changed, 11 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 f2e0541f..6a3da3ca 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
@@ -118,6 +118,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
{
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 f0b47ce7..4bb39313 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
@@ -543,6 +543,7 @@ enum class throttle_type
};
+
///
/// @brief Trait classes for mc_type
/// @tparam MC the mc_type
OpenPOWER on IntegriCloud