summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatbldda.H
diff options
context:
space:
mode:
authornagurram-in <nagendra.g@in.ibm.com>2017-01-31 23:50:35 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-02-06 17:17:25 -0500
commitb9fd10a99329adb4093c453bf9f80b05a6f31fa3 (patch)
tree3ce90083966c9d815ba05777a3969dbc011f873a /src/usr/hdat/hdatbldda.H
parentfea19a9fce4bb79622ce1bd927ce8bc8e0e2f20a (diff)
downloadtalos-hostboot-b9fd10a99329adb4093c453bf9f80b05a6f31fa3.tar.gz
talos-hostboot-b9fd10a99329adb4093c453bf9f80b05a6f31fa3.zip
Dumping full vpd into HDAT
Change-Id: I34f5ce9d702818254d44a0dd979b277b75ebc861 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35711 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/hdatbldda.H')
-rwxr-xr-xsrc/usr/hdat/hdatbldda.H10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/hdat/hdatbldda.H b/src/usr/hdat/hdatbldda.H
index 84dc6a649..7ac6a4994 100755
--- a/src/usr/hdat/hdatbldda.H
+++ b/src/usr/hdat/hdatbldda.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -42,6 +42,12 @@
#include "hdatvpd.H"
#include <errl/errlentry.H> // ErrlEntry class definition
#include <hdat/hdat_reasoncodes.H>
+#include <../vpd/mvpd.H>
+#include <../vpd/ipvpd.H>
+#include <../vpd/pvpd.H>
+using namespace MVPD;
+using namespace PVPD;
+using namespace IPVPD;
namespace HDAT
{
@@ -142,7 +148,7 @@ errlHndl_t hdatBldSpecificVpd(hdatSpiraDataAreas i_dataArea,
*/
errlHndl_t hdatProcessFru(const hdatMsAddr_t &i_msAddr,
const hdatSpiraDataAreas i_dataArea,
- struct vpdData i_fetchVpd[],
+ const IpVpdFacade::recordInfo i_fetchVpd[],
const uint8_t i_size,
vpdType i_vpdtype,
uint32_t &o_count,
OpenPOWER on IntegriCloud