summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-07-14 12:36:41 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-27 14:34:23 -0400
commit08bd1261d0be0ff0335c97e2d2f6b2d4c3ea2484 (patch)
treea06f07c664ef4357814fffa1b9f8898c839072c7 /src/usr/xscom
parent3d565d0fd7f4f05803e53ab7274008fa448030f6 (diff)
downloadtalos-hostboot-08bd1261d0be0ff0335c97e2d2f6b2d4c3ea2484.tar.gz
talos-hostboot-08bd1261d0be0ff0335c97e2d2f6b2d4c3ea2484.zip
More fixes for issues found during start_pm_complex
Change-Id: I6011f2e13f616ff939ce74efd3fabdb2113cbe46 RTC:133847 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27094 Tested-by: Jenkins Server <pfd-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: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r--src/usr/xscom/runtime/rt_xscom.C9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/xscom/runtime/rt_xscom.C b/src/usr/xscom/runtime/rt_xscom.C
index 58d49ee4b..185185d46 100644
--- a/src/usr/xscom/runtime/rt_xscom.C
+++ b/src/usr/xscom/runtime/rt_xscom.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -189,6 +191,11 @@ errlHndl_t xScomDoOp(DeviceFW::OperationType i_ioType,
if(rc)
{
+ TRACFCOMP(g_trac_xscom,ERR_MRK
+ "Hypervisor scom read/write failed. "
+ "rc 0x%X target 0x%llX proc_id 0x%llX addr 0x%llX r/w %d",
+ rc, get_huid(i_target), proc_id, i_scomAddr, i_ioType);
+
// convert rc to error log
/*@
* @errortype
OpenPOWER on IntegriCloud