summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/runtime/rt_vpd.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-01-29 12:39:58 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-07 15:19:15 -0500
commitcaaafc02d5887c1ab777466c9609cdd4f25ed7fd (patch)
treed91e2e8800060909bc2f52e80001a245453d07e1 /src/usr/vpd/runtime/rt_vpd.C
parent4a33c3221672202c2eba7c8b781c70dcb2b247d7 (diff)
downloadtalos-hostboot-caaafc02d5887c1ab777466c9609cdd4f25ed7fd.tar.gz
talos-hostboot-caaafc02d5887c1ab777466c9609cdd4f25ed7fd.zip
Commit errors for VPD writes as visible logs
The basic path should be working now so we need to stop hiding error logs we generate in the VPD write message path. Change-Id: Iaa53d7a2e2d2444981d62f71d80ed9f8b844a0d1 RTC: 180490 Backport: fips910 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52846 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/runtime/rt_vpd.C')
-rw-r--r--src/usr/vpd/runtime/rt_vpd.C5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/vpd/runtime/rt_vpd.C b/src/usr/vpd/runtime/rt_vpd.C
index 2f9cdffe9..42d7f0fa6 100644
--- a/src/usr/vpd/runtime/rt_vpd.C
+++ b/src/usr/vpd/runtime/rt_vpd.C
@@ -516,11 +516,10 @@ errlHndl_t sendMboxWriteMsg ( size_t i_numBytes,
if( l_resp_fw_msg ) { free(l_resp_fw_msg); }
l_req_fw_msg = l_resp_fw_msg = nullptr;
+ // Commit any errors we get in here because we'd like the main
+ // function to complete even if we can't send the data out
if (l_err)
{
- // @fixme-RTC:180490 - Temporarily commit until FSP code is implemented
- // Just commit the log for now until FSP code is implemented
- l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL);
errlCommit( l_err, VPD_COMP_ID );
}
OpenPOWER on IntegriCloud