summaryrefslogtreecommitdiffstats
path: root/src/import/generic
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-12-17 08:46:03 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-02-13 22:30:10 -0600
commitf902471a6092dfeede5653b6664d12b314ed563b (patch)
tree1719e111c0ff3d60fb01dd71cdfab029dfaad394 /src/import/generic
parent5421995274d7ca08f0948bef73a89190205ea4b9 (diff)
downloadtalos-hostboot-f902471a6092dfeede5653b6664d12b314ed563b.tar.gz
talos-hostboot-f902471a6092dfeede5653b6664d12b314ed563b.zip
Add new MSS attributes for Axone
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>
Diffstat (limited to 'src/import/generic')
-rwxr-xr-xsrc/import/generic/memory/tools/gen_accessors.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/generic/memory/tools/gen_accessors.pm b/src/import/generic/memory/tools/gen_accessors.pm
index 40999d503..172d710cb 100755
--- a/src/import/generic/memory/tools/gen_accessors.pm
+++ b/src/import/generic/memory/tools/gen_accessors.pm
@@ -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,
OpenPOWER on IntegriCloud