Skip to content

Commit

Permalink
Adds new attributes for 07MAY19 explorer specification
Browse files Browse the repository at this point in the history
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>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81007
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Tested-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
sglancy6 authored and RAJA DAS committed Jul 25, 2019
1 parent 3366f35 commit 9ea4071
Showing 1 changed file with 40 additions and 0 deletions.
Expand Up @@ -49,6 +49,46 @@ namespace exp
constexpr uint32_t OCMB_ADDR_SHIFT = 3;

#ifndef __PPE__
///
/// @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
Expand Down

0 comments on commit 9ea4071

Please sign in to comment.