summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-09-03 21:19:03 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-09-07 06:14:18 -0400
commit7cffc3009baacff0f21a62243aaab45cbf0e18d5 (patch)
tree1d73d97b01341c27b2ade1eb46e91b21444d639a /src
parentc207cc4cdcc56bb6ea63fb2d0192588b40388e61 (diff)
downloadtalos-sbe-7cffc3009baacff0f21a62243aaab45cbf0e18d5.tar.gz
talos-sbe-7cffc3009baacff0f21a62243aaab45cbf0e18d5.zip
Add VPD decode and attributes for DQ and CKE maps
Fix include path in raw_card.C Change-Id: I1d02ed92d11667e639e832be72a86cdec5035a90 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29222 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29223 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/hwpf/fapi2/include/vpd_access_defs.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/vpd_access_defs.H b/src/import/hwpf/fapi2/include/vpd_access_defs.H
index 57d51e13..1f178e41 100644
--- a/src/import/hwpf/fapi2/include/vpd_access_defs.H
+++ b/src/import/hwpf/fapi2/include/vpd_access_defs.H
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: import/hwpf/fapi2/include/vpd_access_defs.H $ */
+/* $Source: src/import/hwpf/fapi2/include/vpd_access_defs.H $ */
/* */
/* OpenPOWER sbe Project */
/* */
@@ -42,6 +42,8 @@ enum MemVpdData
MR, //! Memory phase rotator
MT, //! Memory Termination
MP, //! Memory Power related info
+ DQ, //! DQ/DQS pin assignments
+ CK, //! CKE pin assignments
};
typedef MemVpdData MemVpdData_t;
OpenPOWER on IntegriCloud