summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/ipvpd.H
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2017-07-23 18:25:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-22 10:37:01 -0400
commitf01850d033176cb33c2396ed26377a3fc965787a (patch)
tree91618ccaf0a7baf690295a86271d2b7483d925ee /src/usr/vpd/ipvpd.H
parentb74c51e043b4466f675cda22591b32aa50cef497 (diff)
downloadtalos-hostboot-f01850d033176cb33c2396ed26377a3fc965787a.tar.gz
talos-hostboot-f01850d033176cb33c2396ed26377a3fc965787a.zip
Adding in MEMD functionality with multiple copies
This commit adds support for a separate version of the MEMD VPD. In the PNOR, we will have a new optional section that will contain multiple versions of the MEMD VPD. This code adds the functionality to loop through the different versions and check the VM keyword to find a matching one. Change-Id: I3f8e6e589c31b3b480d915a1b29b4614fa809162 RTC:175158 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43508 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/ipvpd.H')
-rw-r--r--src/usr/vpd/ipvpd.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/vpd/ipvpd.H b/src/usr/vpd/ipvpd.H
index 299233eac..35bc6cac8 100644
--- a/src/usr/vpd/ipvpd.H
+++ b/src/usr/vpd/ipvpd.H
@@ -785,6 +785,12 @@ class IpVpdFacade
*/
configInfo iv_configInfo;
+ /**
+ * @brief Boolean variable to denote if the pnor section was
+ * accessed for the MEMD section
+ */
+ bool iv_memdAccessed;
+
};
OpenPOWER on IntegriCloud