summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/util
Commit message (Collapse)AuthorAgeFilesLines
* PRD: TPS bugsZane Shelley2014-05-161-1/+0
| | | | | | | | | | | Change-Id: I0afbac0b0c985d2efc74d9ad4c99b7d2cbb6c572 CQ: SW260816 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11033 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11058 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Added action for Serviceability.Prem Shanker Jha2014-03-131-1/+3
| | | | | | | | | | | | | | | | | | For serviceability considerations, during while asserting PRDF would request for reset reload Change-Id: Ifed559f9190d29abbdfa091d386eeaf68156197b RTC:95879 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9099 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9616
* PRD: Fix in UtilSMapSachin Gupta2014-01-101-6/+59
| | | | | | | | | | Change-Id: I09e5905f4a3d2f90e324c9ba1e74e99425ae6c4f CQ: SW237677 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7746 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8002
* Remove some of the fixme tags from PRDF code baseprashanthacharya2013-05-171-3/+5
| | | | | | | | | | RTC: 52110 Change-Id: I15e88a0b9afb19ce98493df72678a7d4b36663fa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2453 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4519
* PRD: Add NULL checks for memory in FlyWeightsachin gupta2013-04-022-3/+19
| | | | | | | | | | Change-Id: If655cf403ace276f9d9a0d71ed016a5316148204 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3617 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3829
* General cleanup of some PRD code.Zane Shelley2013-03-151-2/+2
| | | | | | | | | | | | | Fixed some coding guideline issues. Cleaned up the function definitions of startScrub and restoreDramRepairs. Fixed issue in prdfLogParse.C where PlatServices was getting pulled into x86.nfp parser because of an include dependency. Change-Id: I9eb89466086810ec570a5a46e99cf4987f6679c9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3310 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3587
* Refactoring PRDF file iipglobl.hprashanthacharya2013-03-145-4/+8
| | | | | | | | | | | | | | | To move hostboot/fsp specific code out of iipglobl.h file and placing the same in respective hostboot/fsp folder inside prdfErrorLog.H and also to rename iipglobl.h to prdfGlobal.H. Change-Id: Iae0493da66196fcadd16bea741138590200361c2 RTC: 63999 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3283 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3562
* Design Change for PRD Resolutionprem2013-02-154-35/+22
| | | | | | | | | Change-Id: I4d3ed18d78a8f829029354d85550b5b5f311a155 RTC: 47516 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2765 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3198
* Design change for PRD Registerprem2013-02-1539-39/+53
| | | | | | | | | | | | | | | | | - Addressed the use case of attention in PLL Domain.RuleChip under analysis is pushed to stack at the beginning of all public function of RuleChip.Same is poped back at the end of function. - Scope of RuleChip stack is no longer bound to scope of ServiceDataCollector. Change-Id: I152e85332f5443dbef3efeebc7de530ee0fee241 RTC: 47515 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2543 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3197
* Encapsulated PRD codebase with PRDF namespaceprashanthacharya2012-11-2834-384/+417
| | | | | | | | | | RTC: 51223 Change-Id: Ie074cb409083d7b04edeba75d39977eb90082d05 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2196 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2436 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Merged common FSP and HB PRD code to prdf/common/Zane Shelley2012-11-1639-0/+8090
Change-Id: Iac94c3690598b7263de230934b911bb4ced34557 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2350 Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2368 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud