From b9fd10a99329adb4093c453bf9f80b05a6f31fa3 Mon Sep 17 00:00:00 2001 From: nagurram-in Date: Tue, 31 Jan 2017 23:50:35 -0600 Subject: Dumping full vpd into HDAT Change-Id: I34f5ce9d702818254d44a0dd979b277b75ebc861 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35711 Tested-by: Jenkins Server Reviewed-by: Dean Sanner Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Reviewed-by: William G. Hoffa --- src/usr/hdat/hdatbldda.H | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/usr/hdat/hdatbldda.H') 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 // ErrlEntry class definition #include +#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, -- cgit v1.2.1