summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2014-07-09 02:45:26 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-23 14:35:52 -0500
commitc1ee855b9cb8e9688fea090cb5dbef9d2ff482be (patch)
treed8e0f27a00cc9f0679fc24be7e758f408dacb1b5 /src/usr/diag/prdf/framework
parent6c113a9137aa4f768053ffb4940e8ce3d4c165c4 (diff)
downloadblackbird-hostboot-c1ee855b9cb8e9688fea090cb5dbef9d2ff482be.tar.gz
blackbird-hostboot-c1ee855b9cb8e9688fea090cb5dbef9d2ff482be.zip
PRD: Collect FFDC on master winkle fail
Change-Id: Ia292d5a2bb03044d636c07b2d3e4fadb433060ac CQ: SW265458 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12044 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12392 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/framework')
-rw-r--r--src/usr/diag/prdf/framework/service/prdfPlatServices.C9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfPlatServices.C b/src/usr/diag/prdf/framework/service/prdfPlatServices.C
index 2057472c5..479c0b7f0 100644
--- a/src/usr/diag/prdf/framework/service/prdfPlatServices.C
+++ b/src/usr/diag/prdf/framework/service/prdfPlatServices.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] 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. */
@@ -100,6 +102,11 @@ void milliSleep( uint32_t i_seconds, uint32_t i_milliseconds )
//## Processor specific functions
//##############################################################################
+void collectSBE_FFDC(TARGETING::TargetHandle_t i_procTarget)
+{
+ // Do nothing for Hostboot
+}
+
//##############################################################################
//## Memory specific functions
//##############################################################################
OpenPOWER on IntegriCloud