Skip to content

Commit

Permalink
Adds explorer shmoo traits
Browse files Browse the repository at this point in the history
Change-Id: I099c3ab4d5a1b14936097d7d231682a0362a3be1
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82139
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-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/82315
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
sglancy6 authored and RAJA DAS committed Aug 26, 2019
1 parent 8187226 commit 056538d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -129,6 +129,7 @@ enum sizes
MAX_RANKS_DIMM1 = 2,
MAX_MRANK_PER_PORT = MAX_DIMM_PER_PORT * MAX_RANK_PER_DIMM,
MAX_BYTES_PER_PORT = MAX_DQ_BITS_PER_PORT / BITS_PER_BYTE,
MAX_NIBBLES_PER_PORT = MAX_DQ_BITS_PER_PORT / BITS_PER_NIBBLE,
};

#endif
Expand Down

0 comments on commit 056538d

Please sign in to comment.