summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* MVPD Device DriverTerry J. Opie2012-04-0410-221/+2282
| | | | | | | | | | | | - MVPD test cases - Add temp binary image file - Adjust SPD/DIMM Pres Detect tests to operate on 1 DIMM. Change-Id: Iaaacd4787ba8e8a8d74f3c427507d98a5f0b218c RTC: 35329 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/777 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Automating creation of PNOR image with TOC and Section data.Adam Muhle2012-04-046-45/+54
| | | | | | | | | | | | | | | | | Wrote buildpnor.pl which builds PNOR image based on pnorLayout.xml file and input binary files. Setup makefiles to create PNOR if input files change and to handle make clean. Updated PNORRP to support new section offsets and new MVPD and DIMM VPD sections. Also updated PNORDD to use 4 MB of L3 Cache as fake-PNOR. Change-Id: Ic40670a45a53211a2414570d7fe5632e19bd44ed RTC: 35043 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/819 Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactor InitServiceMark Wenning2012-04-0438-1525/+790
| | | | | | | | | | | | | | | | Finish join() conversion, remove TaskArgs Cleanup Initservice Cleanup ExtInitService Cleanup IStepDisp Add SPLess Halt & Shutdown command. Implements code for Tasks 35508, 3855, 36929 and 38870 . RTC: 38196 Change-Id: I554655412b529ef6cd143fea361a39bd584d18b5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/794 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* fix first dimm -- noticed that it was missing the 0.Brian Horton2012-04-031-2/+2
| | | | | | | | | | | | noticed that the first dimm in the VENICE.system.xml file is incorrect - it was missing the number 0 in the name and physical path. i've fixed it (as well as my script that put it in there, just in case i have to rerun that again.) Change-Id: Ife1b5e96f22cec7ee23b244179f3244704afface Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/809 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Add mss_ddr_phy_reset procedure to HB code baseThi Tran2012-04-037-196/+763
| | | | | | | | | | | Update from review comments Change-Id: I300b5b855aa61cd4a73d3e6ac5959071904b96fb Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/782 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Perl script processing Tuleta MRW and generated TULETA.mrw.xmlVan Lee2012-04-032-0/+7869
| | | | | | | | | | | - generate 8 logical DIMMs target per physical DIMM - use strict and XML::Simple parser RTC: 38209 Change-Id: I37f0fdee5468424b1564e5aff7e725a205bf4b20 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/778 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* ERRL: Minor fixes to enable error log parserMike Jones2012-04-032-26/+27
| | | | | | | Change-Id: If0ca350e5a791900e667c457668ee5200dfc9eb9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/810 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix FSI FFDC collection thread bugDan Crowell2012-04-032-10/+15
| | | | | | | | | | | | Fixing a possible multi-threading issue in how the FSI driver collects FFDC. I am keeping track of the Task that hit the error to avoid hitting the mutex twice. Change-Id: Ic48cc046e1a23c67df84802c51307be645a06a8d RTC: 35287 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/806 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Create attribute dump-to-trace functionDan Crowell2012-04-035-1/+168
| | | | | | | | | | | | | | | | | | | | | | Work for Task 38385 I modified the attribute parsing script (xmltohb.pl) to generate a debug function that will loop over all targets and trace out the value of every defined attribute. Note that this is not the permanent direction, eventually we will do the parsing offline using the debug framework. This is a stop-gap until that is ready. For review I have a copy of the trace output here: /gsa/ausgsa/home/d/c/dcrowell/public/hostboot/RTC_35202_output.txt RTC: 35202 Change-Id: I038dfd0fd0eb10b25203fe91fa23933fd24fe62f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/770 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Full support for Scom TranslateMissy Connell2012-03-307-243/+2489
| | | | | | | | | | | | | | | | Includes Xbus, Abus support and all indirect scom address ranges known to date. Task 36903 - Scom Translate for A and X Bus Task 37697 - Code updates for Scom Translate Abus/Xbus Task 38765 - fix for Indirect Scom/Scom translate for MBA targets currently not yet supported Added Murano XML targets for Xbus and Abus Final Merge with Murano/Venice on 810 verified Change-Id: I75d9e642efc4e020e39a2b87ab541cfa5ecd56ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/761 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Prevent double registration in device frameworkDan Crowell2012-03-305-92/+216
| | | | | | | | | | | | The device framework code will log an error if more than one function is registered for the same operation/access/target combination. Change-Id: Id5136c389250ed26d7b62ff3b71116bba54ceb89 RTC: 38760 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/805 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Improve std::map by using a SplayTree container.Patrick Williams2012-03-291-0/+37
| | | | | | | | | | | | | | | | | Originally std::map was implemented as a linked list. Some of the maps in PORE and PRD code will be big enough that this is very inefficient. Converted std::map to a binary search tree implementation based on the Splay-Tree algorithm. RTC: 34071 Change-Id: If77c017f5d95920f8010991e7f087cbe571ca2e9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/790 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Make MURANO config work in SimicsDan Crowell2012-03-2814-563/+111
| | | | | | | | | | | | | | | | | | | This is work for Task 38048 -Updated bbuild to an 810 build with the latest Simics support -Pulled support for Salerno from build tools -Changed DEFAULT_MACHINE to MURANO -Updated testcases to follow error logging guidelines -Fixed up some FSI error handling bugs -Disabled FSI loopback on VENICE (fix with Task 39187) -Disabled a few testcases (see Impediment 39188) Verified both MURANO and VENICE configurations Change-Id: Ie7761f49c9e653489c8c4dad261b1c8852fa7548 RTC: 35596 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/791 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix I2C/EEPROM tests to work when there are no I2C TargetsTerry J. Opie2012-03-274-73/+67
| | | | | | | | Change-Id: I22112ca863b19759eec9080742148bd71751b144 RTC: 39190 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/793 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Indirect Scom Error checking addedMissy Connell2012-03-273-15/+222
| | | | | | | | | | Also added a patch for the action files so that I can allow the testcases to run. Change-Id: I86e39b5b8efd31ba8ea3b037470f88be68ec5818 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/702 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support P8 interrupt presenter.Patrick Williams2012-03-273-80/+224
| | | | | | | | | | | Task 35765 RTC: 35561 Change-Id: I9fd382fa1005b593d5bef5a258810a70956129d7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/788 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Hostboot errlogs should cope with HWP error IDs greater than 255Mike Jones2012-03-275-70/+74
| | | | | | | | | | | | | | | | | | | | | | | | RTC: 39175 This is **part** of the work required for RTC 39175. When a HWP creates an error, the reason code is (HWPF_COMP_ID | errID). The errID is a single byte. Error log tags are automatically created so that the errors can be parsed. However at some point there will be more than 255 HWP errors so this scheme will not work. And more pressing is RTC 39175, the error IDs will change from 0, 1, 2, 3, to 32-bit hash codes. The new plan is to have a fixed reason code for HWP errors (HWPF_COMP_ID | RC_HWP_GENERATED_ERROR), the 32 bit error ID will be FFDC data which will be parsed by an auto-generated function. This also changes the expected HWPF unit test error to be committed by CXXTEST which is the subject of a request by Dan. Change-Id: I5669f2a53702649d4599556a9e380ec3725ca51b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/792 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move MBOX to extended image, make dd interface privatedgilbert2012-03-274-185/+257
| | | | | | | | | Change-Id: Ie1a94fb5f9f8da23c57af0cda2afaee88284fd2a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/758 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Infrastructure to allow HWPs to look for specific PLAT errorsMike Jones2012-03-231-5/+11
| | | | | | | | | | | | | | | | | | | | | | | Currently when PLAT firmware (e.g. FSP, Hostboot, Cronus) attaches an error log to a fapi::ReturnCode, the ReturnCode value is FAPI_RC_PLAT_ERR_SEE_DATA, all a HWP receiving the ReturnCode knows is that there is a PLAT error and it cannot look at the data (it is PLAT specific). There will be future scenarios where HWPs need to look for specific errors code from PLAT. The example given by Joe McGill is ADU_LOCKED, a HWP may want to retry a SCOM operation if the error is ADU_LOCKED. The way to do this will be to define a PLAT return code value in fapiReturnCodes.H called FAPI_RC_PLAT_ADU_ERR. PLAT code would set this special value and attach its error log. Then HWP code can look for this special value. This change is simply to allow PLAT code to specify the return code value when attaching an error log to the ReturnCode. Change-Id: I6bc3f0b4d3350cc3eed52fa947a5bf4a885095a5 RTC: 37970 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/785 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support string attributesNick Bofferding2012-03-215-14/+435
| | | | | | | | | | | | | | | - Updated targeting test makefile to enable access to targ trace - Added testcases to verify string attribute behavior - Added string attribute types for testing - Added string attributes to target types for testing - Updated attribute compiler to output string attribute typedefs + sizes - Updated attribute compiler to emit more friendly attribute alias - Updated attribute compiler to process and emit string attributes Change-Id: I4fe1bbd402319e7f40d90f6448cd342f714c1058 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/767 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Implement clear_trace in hb-istep for ThiMark Wenning2012-03-212-0/+11
| | | | | | | | | | | RTC: 38383 - branch clear_trace Change-Id: I89f5967fa015a29756f608d13329db7eaa270d90 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/754 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* HWPF: Decode HWP FFDC in error logsMike Jones2012-03-2110-148/+145
| | | | | | | | | | | RTC: 37921 Change-Id: I6c8bbe5e92eb6e22eb18cba3529128ae70a9786f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/768 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.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>
* fix bug in dimmPresenceDetect where 'false' was being written into outputBrian Horton2012-03-211-6/+5
| | | | | | | | | | | buffer as return data, but size was being set to 0. Change-Id: I1cd35915a7eb50b9c9c0782feec45cb29778c797 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/773 Tested-by: Jenkins Server 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>
* Support P8 mambo model and Murano proc.Patrick Williams2012-03-212-5/+18
| | | | | | | | | RTC: 38206 Change-Id: Iab79041931db533ad6b6ebd057c1ef9fe4c4b8cc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/714 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add support for MURANO simics configDan Crowell2012-03-218-212/+6295
| | | | | | | | | | | Update bbuild to released 1209 driver (b0229a_1209.760) RTC: 35596 Change-Id: Ifeb06070ac61943982509e88df6a1ca27c5e0aea Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/717 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initservice: Eliminate task specific module idsMike Jones2012-03-204-33/+2
| | | | | | | | | Change-Id: Id01a11505b3a720c646de7ef8e8663c1478615ce Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/772 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* initial mdia commit. directories, makefiles, workitemBrad Bishop2012-03-1912-1/+624
| | | | | | | 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>
* ERRL: Interface to remove backtrace from error logMike Jones2012-03-161-4/+21
| | | | | | | | | RTC: 37794 Change-Id: I944f6ed9c86c64e0d3a84649d1f71e66a9aaa7c3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/732 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ERRL: Ensure all Hostboot code uses ErrlUserDetails framework.Mike Jones2012-03-1622-737/+445
| | | | | | | | | RTC: 36920 Change-Id: I82667c8e63e8a99b9cc7eb1dfbbbdbe1c3b2bb2a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/730 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF Attribute Support: Fabric config attributesMike Jones2012-03-1512-15/+685
| | | | | | | | | RTC: 35819 Change-Id: I8502e8a8974935cccf60e38b02cc1fbff86a18ce Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/728 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Ensure crashing testcases are flagged as failure.Patrick Williams2012-03-151-1/+8
| | | | | | | | | Change-Id: Ifb2d924986255a9a840fd7ce58cde0b139eff741 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/759 Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update mc_init frameworkMark Wenning2012-03-138-120/+852
| | | | | | | | | | | | - branch mc_init Supports HWP's for mss_volt, mss_freq, mss_eff_config_sim Tested on Simics Change-Id: Ic1d4d9c110f83a0371fac8d8669a833da0dcbfd7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/715 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ISTEP 13: dram_trainingMark Wenning2012-03-1312-213/+3195
| | | | | | | | | | | | | | | | | | RTC37081 - HWP Integration: mss_draminit. Add to Hostboot RTC37087 - HWP Integration: mss_draminit_training. Add to Hostboot RTC37093 - HWP Integration: mss_draminit_mc. Add to Hostboot - branch mss_draminit Checking in all 3 as one because of common files mss_funcs.H, memory_errors.xml review fixes (remove extra trace, change draminit_mc target to centaur ) update to new levels of mss_func, mss_draminit and mss_draminit_mc Depends on Change Ib83227b1: Add code to set MBA's under Centaurs functional Change-Id: I77463d9b8482ad6bc1884baf05d6b6c2dde48b7c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/707 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add status printk's to Initialization service tasksMark Wenning2012-03-134-13/+43
| | | | | | | | | - branch add_printks Change-Id: I7bebb7da8d3774df6dab655a567f863757cb2198 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/726 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* CFAM access of non-chip type targetThi Tran2012-03-122-22/+129
| | | | | | | | | | | | Updated from review comments Updated from review comments of set #2 Change-Id: Ia56b239954a1e3287440056b9ccd78634cc0f3a7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/723 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VSBE code change to run SBE cen_sbe_tp_chiplet_init1Thi Tran2012-03-089-1050/+565
| | | | | | | | | | Updated with Review comments Change-Id: I745f0cd19b5e3159bba590f4efa9eab6fec71779 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/710 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Tools for managing binary files in git.Patrick Williams2012-03-073-5/+3
| | | | | | | | | Change-Id: I420803b36707e877a4ba35f6f484c74c9ed4eb43 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/711 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add return of an iterator to the vector erase function to match the stl ↵Doug Gilbert2012-03-061-0/+33
| | | | | | | | | | | standard. Change-Id: I383a147976bb6203f6426c22279f9ad6dc80b46e RTC: 37922 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/722 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com>
* Base Mailbox device driver read/write functionMatthew Barth2012-03-066-1/+844
| | | | | | | Change-Id: I71cee7950d4dff6279422b6ee7fbcc94dcfaf8df Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/679 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Fix DEBUG compile fail in CxxTest.Patrick Williams2012-03-061-1/+1
| | | | | | | | Change-Id: I08380dc507fa53d45710570cbee8c0bf4b84eb43 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/721 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* fapiGetParentChip() does not return the MBA chiplet's Centaur chipVan Lee2012-03-051-1/+1
| | | | | | | | Change-Id: I976fda01917ab8e212584898c6ace1ce6426f2ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/712 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix timing issues in mutex-attr testcase.Patrick Williams2012-03-051-6/+13
| | | | | | | | | Change-Id: Ib3815a1510576c834640da1833a6cb947c448242 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/718 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Convert CxxTest to use join.Patrick Williams2012-03-052-25/+17
| | | | | | | | | Change-Id: I404bfbbe179c0fea7bba1deab731f639a5dd20be Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/720 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FAPI breakpoint external interface implementationDoug Gilbert2012-03-054-53/+97
| | | | | | | Change-Id: I2d18e87cb8ce250935a129e3567b09e12ce191d8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/699 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove invalid UTF chars from memory_attributes.xmlMike Jones2012-03-051-3/+3
| | | | | | | Change-Id: Icd9d5ef8fe9c3c2647e31db822b0a50507dc092d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/713 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Ability to use hex and binary for a SCOM addressCamVan Nguyen2012-03-035-59/+408
| | | | | | | | | Change-Id: Iec1f62ffaf3a9608f34d022f2a4fec283e8503b9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/688 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPO continuous trace support for VBU (AWAN) execution environemtVan Lee2012-03-031-34/+136
| | | | | | | | Change-Id: Ib304cb0e203e4a4b69a07e824cb88581462463e2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/687 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Cleaning up some duplicate SRC tags that I noticed. I also changedDan Crowell2012-03-033-28/+28
| | | | | | | | | | | | some of the constants to make them a little more consistent with some of the other modules. Change-Id: I56d9de9179fe088b46aaa41c6b46e06b6e4ca423 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/704 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Melissa J. Connell <missyc@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Minor fixes to target path decoding in TARGETING and HWPFMike Jones2012-03-032-31/+47
| | | | | | | | Change-Id: I029ab50189174de146f8855ac7b734994bb8de38 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/708 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud