summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* GetChildChiplets does not return MBA chiplets of CentaurVan Lee2012-02-221-1/+1
| | | | | | | | | Change-Id: I5c27374b711dc4f7e40c7a5ead3e3a373ce4eb7c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/684 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* STL advance / distance.Patrick Williams2012-02-228-7/+444
| | | | | | | | | | Change-Id: I9cdf9459f2970def812b1681897fe7d0cdda37ac Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/669 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ThreadPoolPatrick Williams2012-02-2213-3/+1010
| | | | | | | | | | | Change-Id: I09bf867a2dbb45e063e4785f5b2b1f705fae72c8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/680 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Attribute Support: Memory/MirrorMemory base addressesMike Jones2012-02-227-1/+301
| | | | | | | | | Change-Id: I7ddf2ffb36b453ccf37dc6d3138752c1c8c4079d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/682 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Handle hype_fac_unavail exception.Patrick Williams2012-02-202-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | The P8 processor (in RFC02230 targeted for ISA 2.07) adds a new SPR register HFSCR (Hypervisor Facility Status and Control Register). This register allows the hypervisor to disable access to some resources, such as floating point and VSX, from a partition. The purpose of this is to save time in saving the partition context when switching partitions. Since we sometimes enable floating point instructions we need to also enable the HFSCR[FP]. We could do this when enabling floating point in the MSR, but the SPR does not exist in P7. Instead we'll do it as-needed on the hw-thread the first time it executes a FP instruction. The FP instruction will cause the hype_fac_unavail exception and the exception handler will set HFSCR appropriately. Change-Id: I6c1e75939bb59142cbcf692fa56deb2271d6bdc3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/676 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Per Mike -- adding back the removed chips.Brian Horton2012-02-201-11/+9799
| | | | | | | | | | | | | | | | | In the weekly "scrum of scrums" meeting this morning, we touched on your change to add DIMMs to the targeting XML files. I asked you to reduce the number of chips from 8 to 4 because there are no systems planned with more than 4 chips in a drawer. However, Dan Crowell said that he still wanted 8 chips because that is what the hardware supports. Patrick agreed. So... Would you mind adding back those 4 chips? I'm thinking that you can start with the old XML file and just use your script to add in the 512 DIMMs. I don't think this is a big change. Apologies for the confusion. Change-Id: I17e172eb48007dd56f24c8a530a3ea1ef6ac62a0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/678 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix CFAM register address calculationThi Tran2012-02-204-15/+18
| | | | | | | | | | | | | | Change CFAM SCAN trace to 32-bit values Update based on Patrick & Dan's comment Update based on Patrick's comment Change-Id: I003048f23656c2f2c043fb8c605442429cfbf973 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/671 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* RTC36927 - Refactor targeting codeMark Wenning2012-02-179-253/+421
| | | | | | | | | | - branch hwaspredicate - change name to PredicateIsFunctional, move to targeting/predicates Change-Id: I726af4b5b1db4bbe5de56992539df01bd2dca593 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/657 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Incorrect VPO check in vmmbasetest.HPatrick Williams2012-02-171-1/+1
| | | | | | | | Change-Id: Iad8e2ec1c1baa626bc2639417c3f8a6e43ec0ece Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/672 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Process error XML file with one element correctlyMike Jones2012-02-161-6/+6
| | | | | | | | Change-Id: Ie0bcf88aa8211552266575d891b3d74b0725a809 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/658 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Minor fixes to allow real HWP to access SPD attributesMike Jones2012-02-161-48/+49
| | | | | | | | Change-Id: I35c30415e2b5554fe2e41694ad2e216b529aa4d6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/667 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Task 37412: DeconfigGard: Add Target data to error logsBrian Horton2012-02-163-3/+11
| | | | | | | | | | | add use of ErrlUserDetailsTarget to add FFDC to a section of the errlog for desired cases. Change-Id: I1e9fb9d5b8ed42c7a26eb44b7eb4e0c19c5268a5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/664 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* DIMM Presence DetectTerry J. Opie2012-02-1610-26/+436
| | | | | | | | | | | | | - Detect DIMMs by reading BASIC_MEMORY_TYPE - Testcases to test DIMM Presence Detect - Added new SPD Keyword Enumeration - Modified table lookup for DRAM_MANUFACTURER_ID - New DIMM SPD data from Hardware team Change-Id: I11a0b8ad4b13d6200a58efc7459396f0a12695f2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/646 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Story 37595: Targeting: Add DIMM targets to simics_Venice and VBU imagesBrian Horton2012-02-166-2925/+4270
| | | | | | | | | | | | | | * add logic to hwas.C to find DIMMs and mark them as poweredOn, present and functional * correct bugs (s/CLASS_CARD/CLASS_LOGICAL_CARD) in other code that looked for TYPE_DIMM * add all possible DIMMs (256) to simics_VENICE.system and (8) to vbu.system.xml * also reduced simics_VENICE.system.xml file - it had 8 drawers; VENICE will only have 4. Change-Id: I7fb4913359c7153061ed1adaddf626943ee13957 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/673 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* RTC Story 34595Dan Crowell2012-02-166-248/+1132
| | | | | | | | | | | | | | | -Add first pass of LPC logic to PNOR driver -Add interfaces to handle future SPI changes -Remove support for MMRD/PMRW modes from driver and RP Code will still use our fake PNOR image in memory but it will exercise more of the full driver path by reading/writing in 32-bit chunks. Change-Id: I753c71926bd9e67d22ac06c3204a0daf8b2f222e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/637 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Use b0209a_1207.760 for bbuildVan Lee2012-02-151-1/+1
| | | | | | | Change-Id: I1d4e31c171eb692e3604ddb40bc2ad9b0636ce1d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/656 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Attribute Support: ATTR_FSI_GP_SCOM_ACCESS.Mike Jones2012-02-1412-32/+157
| | | | | | | | Change-Id: I6307ae3a6a3c151bb85fd86081a5bac4d16076f4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/666 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enable filetype detection on STL headersPatrick Williams2012-02-146-3/+7
| | | | | | | | Change-Id: I5540aebf1677c62d0094b29bc9608a6fb9636c35 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/665 Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* SCOM Initfile - Ability to #include common scom initfile definesCamVan Nguyen2012-02-093-3/+94
| | | | | | | | | Change-Id: If6b345a6f771579ccb687538f9c790f5875f564c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/651 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Task 37415: HWPF: Hostboot should trace filename in FAPI tracesBrian Horton2012-02-091-4/+4
| | | | | | | | | | add TRACE_FILENAME before _fmt_ in FAPI trace macros (_INF, _IMP, _ERR, and _DBG) Change-Id: I604c57341dca6db4b9e80a975de71b0ce0308297 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/654 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Add support for X and A Bus Endpoint FAPI TargetsMike Jones2012-02-093-20/+31
| | | | | | | | | Change-Id: I2b1cb92df44d1bc50bc3e3dc108cedd621c35424 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/648 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Attribute Support: DIMM SPD Attributes - RTC4590Van Lee2012-02-098-5/+804
| | | | | | | Change-Id: I4557a6a67ea73f13e2bcca6e05af57cba8d5a9e1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/613 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix extended image boot order.Patrick Williams2012-02-081-69/+73
| | | | | | | | | Change-Id: I0213266209bbe8eb83babefc334818bd3c73f648 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/650 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Collection of testcase updates for FSI and SCOM.Dan Crowell2012-02-085-61/+80
| | | | | | | | | | | | | -Updated bbuild to c0131a_1205.760 (released 1205.760 driver) -Removed writes to MCRSP32 regs from testcase (see Issue 35803) -Removed access to made-up reg 0x12345 from scom test -Removed Simics workaround for reg 0x02011403 in scom test -Updated debug FFDC for FSI errors Change-Id: I2714d3b179406d35f7e460a6c0629c961083e6df Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/647 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix a deadlock in trace.Patrick Williams2012-02-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | This is actually a workaround and based on the symptom I believe there are many other hazards in the trace code. What happened here is that a task caused a page-fault in the trace code while holding the trace mutex. This prevented code like the PNOR resource provider from being able to execute traces, which deadlocked all code. There are similar deadlock hazards in the binary and %s handling of trace. We need to revisit trace to ensure that it can never cause a page-fault while holding the global mutex. We talked recently about revamping trace entirely, so this is just one more design item to consider. Change-Id: I28e32d2d79cf419a7a7eb680627e79a88bc6a5a7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/649 Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* RTC 35744: Add Features to hb-istepMark Wenning2012-02-076-336/+259
| | | | | | | | | | | | | | | | | | | - branch save_po_file_setup_clear - bug that prints warning: Argument "<@istepnum>" isn't numeric in array element at ./hb-istep line 253, <FH> line 17. Argument "<@substepnum>" isn't numeric in array element at ./hb-istep line 253, <FH> line 17. This turns out to be caused by one of the new template files. - The istep numbers in Dean's document do not match the istep #'s printed for "hb-istep list" . Suggest removing the istep numbers for now, just list the names. - Currently if you type run by accident and the try "hb-istep istepmode", hb-istep will hang and eventually timeout because HostBoot has run past the point where it checks for istep mode. Suggest adding a global flag to HostBoot that hb-istep script can check to see if hostboot has already checked for Istep mode. - remove scanforisteps.pl and replace with grep/sed/sort line in makefile - this is from an old review with Patrick. - change to new vbutools dir and use HBDIR env variable. Change-Id: I67b01a2078ebe1a7949de55097415f185c5d5261 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/644 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Scom Translate for EX, MCS, MBA/MBSMissy Connell2012-02-078-17/+1281
| | | | | | | Change-Id: Iff47274d72c3994923234c998894671db6e833ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/632 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* GCOV supportPatrick Williams2012-02-0711-15/+616
| | | | | | | Change-Id: I73a446754cd03178055459eb75c7b2f87b51b0f3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/635 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial VSBE SupportsThi Tran2012-02-0757-11/+19775
| | | | | | | | | Fixed test case failure Change-Id: Ie388aebddacba99dfc6cc04e5fe98f0e8ca8b4bd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/520 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for logical DIMMs generated from the MRWNick Bofferding2012-02-078-8/+144
| | | | | | | | | | | | | | | - Fixed whitespace pruning of entity paths in attribute compiler - Added *.mrw.xml files (empty) to hold logical DIMM target instances - Updated makefile to process *.mrw.xml files - Updated SALERNO system XML to reference logical DIMM cards - Updated attribute XML with new postion, mba port, mba slot attributes - Updated attribute XML with new class type - Updated target type XML with classes/attributes for logical DIMMs Change-Id: I2981405fdf1e8706d7380a7963ede8e9fd6bc323 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/639 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changes to VPO tools:CamVan Nguyen2012-02-077-109/+93
| | | | | | | | | | | | Add tool's directory to perl's search path so tool modules can be found and tool can be invoked from anywhere. Change to use Hostboot's own copies of external vbu tools. Change to use common arguments for tools. Change-Id: Ide6233df381e33e724c4b57bf5fdeb37ff7233bb Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/645 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* RTC4545 and RCT4541 - HWP supportMark Wenning2012-02-0740-150/+9091
| | | | | | | | | | | | | | | | | | | | - branch HWP_test3 Add support for IStep HWPs: HostBoot - DMI Training 11.7 proc_cen_framelock : Initialize EDI Frame HostBoot - Establish System SMP 11.4 dmi_io_run_training : Run training on ext buses - add support for 2 centaurs - push to Gerrit for full review - review responses - final review responses Change-Id: Iab9d7c145eb6834cec5edcd0a6b97622cf0ce86b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/621 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SCOM Initfile - Support for using a range of index's for an array attributeCamVan Nguyen2012-02-0710-115/+328
| | | | | | | | Change-Id: I87a23905c877281037b8610b6400b828f0578bec Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/636 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* RTC 35711 - Wrapper for VPO-mode attribute checkDan Crowell2012-02-0713-129/+152
| | | | | | | | | The same code was in a dozen places so I added a wrapper function. Change-Id: I5b1d34e0f94b91289960c73670199ff22f4c6860 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/643 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Trace macro to clear all component trace buffers.Monte Copeland2012-02-073-1308/+1367
| | | | | | | | | Change-Id: I938d142b40cce23aae0d6408c915a58cdd47d83e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/631 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* istep breakpoint supportDoug Gilbert2012-02-039-16/+292
| | | | | | | Change-Id: I592c617963f810209a9ab76345a8c568d14af62c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/629 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
* Continuous trace: clear mixed trace buffer from callback in SimicsMonte Copeland2012-02-031-0/+27
| | | | | | | | Change-Id: Ia42c047c40e2d87200e4d3f531ff194a1c3af1ac Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/641 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
* Hostboot-aware errl tool part 1.Monte Copeland2012-02-0246-191/+1333
| | | | | | | Change-Id: Ibe49dc935206775de032d397b2800a7b83208283 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/630 Tested-by: Jenkins Server Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
* Common Errl FFDC Classes: DCUT - RTC4289Van Lee2012-02-0110-8/+402
| | | | | | | Change-Id: Ie0c7cc6422d30fe0b5449eb54aaa62ebb54774e7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/618 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Make Hostboot-Extended 1MB in size.Patrick Williams2012-02-014-26/+26
| | | | | | | | Change-Id: I2e59c8bab9d848a5ca0395e993fd405851a44d06 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/634 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Reduce SCAN trace to one trace per operationMike Jones2012-02-011-83/+38
| | | | | | | | | Change-Id: I082e0c4885849979c4a48da4b182ceac18532de3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/633 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SPD Device DriverTerry J. Opie2012-01-3115-13/+2001
| | | | | | | | | | | - JEDEC format for DDR3 - Testcases Change-Id: I8a9bf87335914d5cb824adb92f11546c37e5b423 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/610 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Enforce correct fapi::ReturnCode usageMike Jones2012-01-3115-144/+200
| | | | | | | | Change-Id: Id5f2c7c4ebef5fa880133dd8ba353d69def10bbc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/628 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
* TracePP: Optional macro to add filename to trace.Patrick Williams2012-01-272-0/+27
| | | | | | | | Change-Id: Id0ba703e0f386a0d6021b870809cae01fd45b8c3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/627 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
* HWPF: Adjust target emcd-string to match Cronus SCAN traceMike Jones2012-01-261-13/+28
| | | | | | | | Change-Id: Iadedca11bede647b5b53b3fc4011b332b8fec413 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/624 Tested-by: Jenkins Server Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for writing an attribute to a SCOM registerCamVan Nguyen2012-01-256-112/+247
| | | | | | | Change-Id: I5906917ed58c6e4ab33507ec127a38c62994b2ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/616 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Conditional Variable supportDoug Gilbert2012-01-257-84/+428
| | | | | | | Change-Id: Ib715b3a4e775ef183244e8769c6560a85ac19104 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/612 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPO implementation of debug framework.CamVan Nguyen2012-01-2515-661/+1106
| | | | | | | Change-Id: Ic4efd38fb189efa7c42a7b3089c82c7f6d408c14 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/596 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Indirect SCOM supportMissy Connell2012-01-245-9/+303
| | | | | | | | | | Added locking Change-Id: If2b3c2d69bb533a65cd9b41c1eaf595e979f93aa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/562 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* HWPF: Add ecmdDataBufferBase FFDC data to error logMike Jones2012-01-213-2/+19
| | | | | | | | | Change-Id: Ic66b73f4f5426a2f58692beeb378976cef757f43 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/622 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud