summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
Commit message (Collapse)AuthorAgeFilesLines
...
* Attention handler addresses and bits.Brad Bishop2012-08-154-25/+483
| | | | | | | | | RTC: 41446 Change-Id: Iaf17f2b10552cc4ada7876de98f97d7bb01d7715 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1351 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial attention handler support.Brad Bishop2012-07-1625-1/+3527
| | | | | | | | RTC: 40764 Change-Id: Ic5b5b3e80915cb4f0ee543baa6fe4abc51e07ad2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1079 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix gerrit/master failures.Patrick Williams2012-07-031-23/+25
| | | | | | | | | | | | Opened Issue 44509 to resolve MDIA issue. Opened Issue 44511 to resolve OOM. Change-Id: I5b1e577fb45344a1bed0cfb33ded98ecc836bdf5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1291 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
* MDIA: Enhance CommandMonitor Unit testsLarina DSouza2012-07-024-106/+254
| | | | | | | | | | | RTC: 22610 Change-Id: Ia3c917d053b1adbd49c636f1d83088513ac938c7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1047 Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix prdfTest.H regressionNick Bofferding2012-04-271-11/+11
| | | | | | | | | | | | | - Fixed prdfTest.H regressiong introduced with commit 4157b5631a1bbfcc7f9f95480b54e9ade7abce7d which causes compile failures in debug mode Change-Id: I6d6156f9ebb6d01f1ce3b3c89ed12b0754035998 RTC: 35569 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/951 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* State machine supportBrad Bishop2012-04-2614-53/+1602
| | | | | | | | | | | | | State machine functionaly to decide when and which pattern/workItem to run on each MBA as part of memory diagnostics. RTC: 38391 Change-Id: I1fa85bc343ca81f6a206df511307d53df0163cb4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/817 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support targeting code commonalityNick Bofferding2012-04-2410-20/+21
| | | | | | | | | | | | | | | - Moved common targeting code to own subtrees - Updated many components with header file changes - Implemented abstract pointer class - Implemented Hostboot specific support for targeting commonality - Changed attribute VMM base address to 4 GB (From 3 GB) - Removed tabs, fixed > 80 character lines Change-Id: Ie5a6956670bfa4f262f7691b4f0ce5a20ed289fe RTC: 35569 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/909 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial memory diagnostics entry point support.Brad Bishop2012-04-247-2/+509
| | | | | | | | | | | | This is a first take at the memory diagnostics entry point function; the function called by the istep dispatcher. Change-Id: Id99b05e13dd723cea574e993a3cfc6e298f475b8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/784 Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial commit of the Maintenance Cmd Monitor with unit test file.Larina DSouza2012-04-246-2/+676
| | | | | | | | | | | RTC: 22610 Change-Id: I6e08afda4d658bccf2baa15830dd366a187b54b1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/775 Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix __FUNCTION__ error in TS_TRACEChris Phan2012-04-231-11/+11
| | | | | | | | Change-Id: I3d5935a4931801fdfe4f678802bbbcdd630044e4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/929 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change includes in proto file to fully specify the file locationChris Phan2012-04-191-1/+1
| | | | | | | | Change-Id: I572da385e7af124dc3d4c15dcc1af083ba78f646 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/916 Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial PRD code structure in HostbootChris Phan2012-04-1911-1/+733
| | | | | | | | | | | - RTC: 37733 - Add HUID debug trace and update from review comments Change-Id: I3894c1daa1fae4c307816ad3fab4014a38fca786 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/776 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* s/int32/int64, broken trace macro, remove __FUNCTION__Brad Bishop2012-03-215-13/+80
| | | | | | | | Change-Id: I4d3a9d26c191c7f538d01d2205efb7165eaf272f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/780 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* initial mdia commit. directories, makefiles, workitemBrad Bishop2012-03-1910-0/+609
Change-Id: Ic48a13935bfea72def5cdc63db3a93bb659ded30 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/751 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud