summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-05-14 16:14:02 -0400
committerRaja Das <rajadas2@in.ibm.com>2019-07-26 00:56:49 -0500
commit33da4f841de015cc9eac789e3bf0c523d0add4ac (patch)
tree47b4bca79aee131a4785fffeeb149b3a0ce774fa
parentb44d7913b6b680171af51f2dc01e4587838ab5af (diff)
downloadtalos-sbe-33da4f841de015cc9eac789e3bf0c523d0add4ac.tar.gz
talos-sbe-33da4f841de015cc9eac789e3bf0c523d0add4ac.zip
Adds new attributes for 07MAY19 explorer specification
Change-Id: I089255eb438136dfcf3225d3884005d360375446 Original-Change-Id: I7629340458d5cccd80777059dbc8b00aaa973e6c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77362 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com>
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H40
1 files changed, 40 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 1a9e1968..4284da0f 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
@@ -47,6 +47,46 @@ namespace exp
constexpr uint32_t OCMB_ADDR_SHIFT = 3;
///
+/// @brief enum list for the indexes for the address delays
+/// @note Taken from 07-MAY-19 firwmare document
+///
+enum attr_delay_index
+{
+ ODT1 = 0,
+ ODT0 = 0,
+ CS_N0 = 0,
+ CS_N1 = 0,
+ ADDR13 = 1,
+ ADDR5 = 1,
+ BG0 = 1,
+ CKE1 = 1,
+ ADDR17 = 2,
+ ADDR7 = 2,
+ BA0 = 2,
+ ADDR16 = 2,
+ ADDR8 = 3,
+ BG1 = 3,
+ CID1 = 3,
+ CID0 = 3,
+ ADDR1 = 4,
+ ADDR9 = 4,
+ ADDR2 = 4,
+ CAPARITY = 4,
+ ADDR12 = 5,
+ ADDR3 = 5,
+ ADDR4 = 5,
+ ADDR0 = 5,
+ CKE0 = 6,
+ ADDR15 = 6,
+ ACT_N = 6,
+ ADDR10 = 6,
+ ADDR11 = 7,
+ ADDR6 = 7,
+ BA1 = 7,
+ ADDR14 = 7,
+};
+
+///
/// @brief enum list of explorer SPD derived attributes to set
/// @note these attrs are strictly derived from SPD
/// @warning wrapped in exp namesapce to be distinguished from
OpenPOWER on IntegriCloud