summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/test/mvpdtest.H
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2017-08-23 10:29:57 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-06 14:22:35 -0400
commit2a1cc4f4045ddfb247a7be1a18593a9836db8412 (patch)
tree880c73ec0af9e7ffb14df3686a8a5502cdfad8cd /src/usr/vpd/test/mvpdtest.H
parent7e787acb321e220f9ba0f4a17a408e06b5b4cef0 (diff)
downloadtalos-hostboot-2a1cc4f4045ddfb247a7be1a18593a9836db8412.tar.gz
talos-hostboot-2a1cc4f4045ddfb247a7be1a18593a9836db8412.zip
Updated VPD from HBRT on FSP systems
Created a generic message type that is used as a mailbox message that is passed from HBRT to FSP. The new generic message type is used to make a VPD write call. Change-Id: I21240d19909f786d525e2a98878000af4aea6e9f RTC:171488 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45048 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/test/mvpdtest.H')
-rwxr-xr-xsrc/usr/vpd/test/mvpdtest.H16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/usr/vpd/test/mvpdtest.H b/src/usr/vpd/test/mvpdtest.H
index 36dffe093..95941b076 100755
--- a/src/usr/vpd/test/mvpdtest.H
+++ b/src/usr/vpd/test/mvpdtest.H
@@ -549,7 +549,7 @@ class MVPDTest: public CxxTest::TestSuite
testData,
theSize,
DEVICE_MVPD_ADDRESS(MVPD::VWML,MVPD::pdI) );
-#ifndef __HOSTBOOT_RUNTIME
+
if( err )
{
fails++;
@@ -611,20 +611,6 @@ class MVPDTest: public CxxTest::TestSuite
VPD_COMP_ID );
continue;
}
-#else
- if(!err)
- {
- fails++;
- TRACFCOMP( g_trac_vpd, ERR_MRK
- "testMvpdWrite() at runtime did not fail");
- TS_FAIL( "testMvpdWrite() - VPD write did not fail at runtime");
- }
- else
- {
- delete err;
- }
-#endif
-
} while( 0 );
if( NULL != testData )
OpenPOWER on IntegriCloud