From 33da4f841de015cc9eac789e3bf0c523d0add4ac Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Tue, 14 May 2019 16:14:02 -0400 Subject: [PATCH] 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 Tested-by: Jenkins Server Reviewed-by: Mark Pizzutillo Reviewed-by: Louis Stermole Reviewed-by: ANDRE A. MARIN Reviewed-by: Thi N. Tran --- .../hwp/memory/lib/shared/exp_consts.H | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) 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 1a9e19688..4284da0fc 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 @@ -46,6 +46,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