Skip to content

Commit

Permalink
Add new MSS attributes for Axone
Browse files Browse the repository at this point in the history
  ATTR_MEM_MRW_IS_PLANAR
  ATTR_MEM_EFF_DIMM_SPARE
  ATTR_MEM_VPD_DQ_MAP

Change-Id: I2495b48850f8cce3ababfeea66e33ddbfc81acfb
Original-Change-Id: I36915bf7aa8c6fffc3e8b27aea595d9feb1760dc
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69903
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@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: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71830
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
stermole authored and crgeddes committed Feb 14, 2019
1 parent 5421995 commit f902471
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/import/generic/memory/tools/gen_accessors.pm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ use constant {

# Special attributes which are multi-demensional but the second dimension doesn't represent the DIMM but
# rather the data on the port
PER_PORT_ATTRIBUTES => { "ATTR_MSS_VPD_DQ_MAP" => 1 },
PER_PORT_ATTRIBUTES => {
"ATTR_MSS_VPD_DQ_MAP" => 1,
"ATTR_MEM_VPD_DQ_MAP" => 1,
},

# Constants for code generation subroutines
NO_TARGET => 0,
Expand Down

0 comments on commit f902471

Please sign in to comment.