summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Change PNORDD test cases to use test section of PNORAdam Muhle2012-07-117-46/+181
| | | | | | | | | | | | | | | Updated the PNOR Device Driver test cases to use a specially created test section of PNOR. The test cases will only run if the TEST section exists. Disabled the fake-pnor related test cases as the test section offset does not exist in the fake-pnor address space. Opened a story to fix this later. Change-Id: I1b5fd4989ee775c14034430226d9ffe844995f96 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1335 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add helpInfo to PageMgr debug tool.Patrick Williams2012-07-111-1/+8
| | | | | | | | Change-Id: Iff06ec0983d0b5d7ea830e8cab25ff40629ec2a9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1338 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Use VPD to verify FSI presence detectDan Crowell2012-07-116-71/+324
| | | | | | | | | | | | Changing the presence detect logic for the chips to look at VPD in addition to the FSI presence. Creates errors if they don't agree, except in VPO where FSI presence detection is busted. Change-Id: I17246413abad5c8cb78a9166606f666bb860c081 RTC: 44075 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1277 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add mss_scominit HWP to Hostboot.CamVan Nguyen2012-07-1112-241/+6538
| | | | | | | | | | | | | Note that the HWP (mss_scominit.C/H) has been been reviewed in the hwp_review_centaur project and does not need review. The *.initfile files also do not need review. Change-Id: I00968b483dcaa7dc1ffc006756407fa4ca621292 RTC: 41341 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1278 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Live-lock issues in memory allocator.Patrick Williams2012-07-1112-199/+332
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Debug tool for PageManager. * Support PageMgr allocations of non-2^k size. * Switch page-allocation to always be in kernel-mode. While investigating issue 44511, I noticed two problesm with the memory page allocator (PageManager). First, the allocator did not support allocations of pages which were not a power of 2, which would result in pages appearing to "leak". Second, in situations where a large allocation was requested and there was not a large chunk available, the allocation would enter a live-lock condition where coalescing would never occur. Switched the PageManager so that all allocations happen in kernel space. This allows us to force memory-release operations on the syscall path when we are out of memory and also put in place a task_yield call which will allow coalescing to eventually occur. Issue 44523 is suppose to fully resolve any of these live-lock paths. RTC: 44511 Change-Id: Ifefd5d0996ee6914e291c862fac0c7b76980717f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1330 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Improve memory page manager for low memory situationsDoug Gilbert2012-07-118-167/+420
| | | | | | | | | RTC: 40831 Change-Id: I7889f91eec44a10d56ffc94e03c7557f8085100a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1272 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* FAPI ring access supportsThi Tran2012-07-105-97/+587
| | | | | | | | Change-Id: I92a9cd3d772276888aae4188154da6bd91aecb2c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1297 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update genHwsvMrwXml.pl to generate new system attributes for TuletaVan Lee2012-07-102-3/+443
| | | | | | | Change-Id: Ia0aee8d4f9ae3fecf726a530e58ef3ffb6de51a7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1260 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Adding dumpfunctional bit to HWAS_STATE attribute for FSP team.Andrew Geissler2012-07-101-0/+8
| | | | | | | | | | | | Hostboot will never use this bit but since it's a part of a common attribute, we need to define it within here. Change-Id: I1ea36cc8846d57d7ed0d9f90dad364787dea8cbf RTC:44208 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1282 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SCOM Initfile: Improve error and debug tracing in the initfile compiler ↵CamVan Nguyen2012-07-1011-202/+364
| | | | | | | | | | | | | | error/debug paths. Fix miscellaneous bugs. Change-Id: I9ca5f870a756a6be2924f3d9e1c0750b2ce1e0ab RTC: 43488 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1290 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Handle sp-less environment in Mailbox serviceDoug Gilbert2012-07-092-79/+129
| | | | | | | | RTC: 39868 Change-Id: I55266b308d6ee56d0900ca3721f1ca3e1f757755 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1230 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Add proc_revert_sbe_mcs_setup HWP to HostbootMike Jones2012-07-0915-299/+1788
| | | | | | | | | | | | This was a late addition to the 07/15 milestone (Run Grub) Change-Id: I5a72c83e1481207e47d5351a116174b180021ab6 RTC: 44247 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1289 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>
* Deadlock in XSCOMPatrick Williams2012-07-091-36/+33
| | | | | | | | | | | | | | | | | Previously the code was calling into targeting, to determine the XSCOM base address for the target, while holding the HW thread's XSCOM mutex. This can cause a deadlock where PNOR is unable to be accessed because some thread is accessing targeting content which is not paged in but is also holding the XSCOM mutex. Moved mutex claiming to after targeting address lookup. Change-Id: Ic5de75519159f8a1d7fa7fdcb94979d43c73ffad Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1329 Tested-by: Jenkins Server Reviewed-by: Melissa J. Connell <missyc@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Mailbox additional error handling for Hardware errors and Invalid messagesDoug Gilbert2012-07-0917-370/+993
| | | | | | | | | RTC: 37990 Change-Id: I8378845ed412490a3bd214ac5198ea1fc9f19664 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1221 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move proc_chiplet_scominit initfiles to dmi_scominitMike Jones2012-07-098-193/+338
| | | | | | | | | | | | | There was miscommunication. Some initfiles were provided and added to proc_chiplet_scominit, but they should have been added to dmi_scominit. Change-Id: I294d2a5909b0858d73eefd031916eb0c87bd6179 RTC: 44692 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1294 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Unique PNOR Layout for VPO imagesAdam Muhle2012-07-096-33/+162
| | | | | | | | | | | | | -Unique PNOR layout for VPO to fit within fake-pnor -Larger image for simics configs which includes the base img. Change-Id: I884a99da51845c2f17fcb48be4afa7d272d0ffd5 RTC: 44290 Depends-on: I7294999d3619692aaab424dca1ae608a0a84fa81 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1281 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update PNOR RP to parse FFS Partition TableAdam Muhle2012-07-0914-423/+637
| | | | | | | | | | | | This function allows us to support varied PNOR layouts in Hostboot. Change-Id: I7294999d3619692aaab424dca1ae608a0a84fa81 RTC: 35057 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1274 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix gerrit/master failures.Patrick Williams2012-07-032-45/+51
| | | | | | | | | | | | 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>
* Start the rest of the threads on the master coreDan Crowell2012-07-0214-74/+1097
| | | | | | | | | | | Uses the scom from proc_thread_control HWP to start all of the threads that aren't started yet on the master core. Change-Id: I93efba6ebebbf9d286a399fc58fa437b30e830b1 RTC: 37008 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1242 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove Venice Simics workaroundAdam Muhle2012-07-021-6/+0
| | | | | | | | | | | | | | When enabling LPC2SPI in Venice I had to override a setting in the P8_VENICE.config file to enable the LPC2SPI FPGA. That setting is now changed in the FSP Backing builds, so the override is no longer needed. RTC:43661 Change-Id: Ieba9956eb13d43f866a021cd77fc5c4360202920 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1279 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix hb-istep defectsMark Wenning2012-07-025-54/+56
| | | | | | | | | | SW146494 : P8 Hostboot:VPO:hb_istep host_attnlisten_proc gives usagea SW146851 : P8 Hostboot:VPO:hb_istep sN fails to complete desired steps Change-Id: I4e2c233307a5b6dca369bf93918fc4831074c0ee Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1213 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Update FAPI perl script to output assembler constantsMike Jones2012-07-021-39/+51
| | | | | | | | | | | | | Bishop Brock requested that the fapiHwpErrorInfo.H file contain assembler constants for the error IDs so that the file can be used by SBE assembler code to generate errors. This is trivial and is not tracked with an RTC story. Change-Id: Ica2f4c6762d555624bc9810528e804a39773868d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1264 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add proc_chiplet_scominit HWP to HostbootMike Jones2012-06-2815-172/+2506
| | | | | | | | | | | | The HWP (proc_chiplet_scominit.C/H) calls the initfiles, this has been been reviewed in the hwp_review_proc project and does not need a detailed review. The Initfiles (in the initfile directory) do not need review. The other code (Hostboot specific) needs a detailed review Change-Id: Ia0d355e477a4ee7b300d8519f7d4d4c7ccae1f4b RTC: 41358 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1265 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update HB simics calls to new PHYP model names.Patrick Williams2012-06-285-30/+23
| | | | | | | | | | | | | | | See SW149779. The PHYP simics model is changing the location of phys_mem to be under system_cmp0 and renaming venice_cec_chip_cmp0 to proc_venicechip_cmp0. Change our debug and startup scripts to match these new naming conventions. Change-Id: I32b2ff8fa3467806ac4d7fac1b8b2e1db0796259 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1256 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add mss_extent_setup to hostboot istepRichard J. Knight2012-06-274-35/+162
| | | | | | | | | Change-Id: I1d7d23159d65f3fb03b93bd0ffd8c206d0559890 RTC: 41354 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1226 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Pick up latest memory attributes needed by mss_scom_inits HWPVan Lee2012-06-2712-396/+904
| | | | | | | | | | | | | - Also pick up two attributes from ei_bus_attributes.xml - Also pick up latest mss_eff_config.C Change-Id: Ica8b09fddf29ddb23b7cf822ff2c60063d2ee699 RTC: 41341 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1239 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* prcd_server incorrectly flags file as non-uniqueBrian Horton2012-06-272-7/+23
| | | | | | | | | | | | | | . correct logic in file-matching section so that files that match the last part of the filename aren't incorrectly flagged as an error as being non-unique; . add undocumented -k (keepsandbox) support to aid in debugging Change-Id: Ie289ae9cdeb74c8c1cde98aa5c7150627f0866c7 RTC: 43996 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1243 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Errlog User Details : Hardware RegisterBrian Horton2012-06-2613-119/+1111
| | | | | | | | | | | | | | | | Add support for new User Details error log class that will log a hardware register. Developer can read the data and then call the errlog function to have it dumped, or can just call the errlog function to do the deviceRead go get the data. Also, fix bugs in a couple of device read functions that were too strict in their size check - input buffer size just needs to be >= size required, not ==. Change-Id: I05ba42ecd13b3fc963c56bb706d855c9c89412a3 RTC: 38497 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Update buildpnor.pl to build FFS data when creating PNOR image.Adam Muhle2012-06-263-97/+252
| | | | | | | | | | | | Updated the buildpnor.pl tool to create partition information which matchies the FFS data structure instead of the previously defined TOC implementation. Change-Id: I37f55911da867b12ddfcf44861771c94680a5d5c RTC: 43075 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1195 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Switch to using PNOR in SimicsDean Sanner2012-06-267-62/+86
| | | | | | | | | | | | | Switch to use manual PNOR images in simics Provided method for VPO to override Change-Id: I18195b645053f1ce90b4322ae2e09b6b08844331 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1241 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server
* SCOM Initfile: Ability to do bitwise OR and AND operationsCamVan Nguyen2012-06-267-29/+53
| | | | | | | | | | Change-Id: Ie3836bc2e3ca580761c71ea810cd9c6c55da54b6 RTC: 43757 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1220 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>
* Misc SPD changesTerry J. Opie2012-06-264-52/+91
| | | | | | | | | | | | | | - Bug fix for TRC_MIN keyword - Break out Byte 33 into separate keywords - Bug fix for Module Specific Checking Change-Id: I7c534827b0eb02855ef049d73c8d0521928671ef RTC: 43202 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1229 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>
* Enable REAL PNOR DD test cases in the VENICE configurationAdam Muhle2012-06-262-32/+9
| | | | | | | | | Change-Id: I94c4d5d378f3c4f615e33af3bed6a04e4c55c145 RTC: 42625 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1203 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix continuous trace missing traces issue in simics when hostboot shuts downVan Lee2012-06-251-2/+3
| | | | | | | | Change-Id: Ib4e619b0eaf01caf1e1276d2a712dfbb6da996de RTC: 43475 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1215 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* hb-Istep workaround for simicsMark Wenning2012-06-252-28/+63
| | | | | | | | | RTC: 43953 Change-Id: I8e13c6186a39786382e70be4276a67b9ec8f92e9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1238 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support to control enum optimization in targeting compiler outputNick Bofferding2012-06-221-5/+23
| | | | | | | | | | | | | | - Fix for defect CMVC 841050, CQ SW148881 - Added command line support for enum optimization flag - Updated verbose output to indicate flag value - Updated help documentation wrt flag - Updated enum space computation to take flag into account Change-Id: I78c1ec1443da6d4b1a8977b2ca65aa41b84504e5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1231 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix const-correctness bug in std::map splay tree implementationMike Jones2012-06-211-24/+24
| | | | | | | | | | | | Code that uses std::map::find on a reference to a constant map in order to get a const_iterator fails due to a missing const in the underlying splay tree implementation. This is Patrick's fix! Change-Id: Ifcf65b097f55a635d24774c81fdbf380e9058943 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1234 Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWP utility functions : getMvpdPdrMark Wenning2012-06-1910-30/+960
| | | | | | | | | Change-Id: I44b874f7f945f6a71640afeed6deed146f436753 RTC: 41533 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1099 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SPD Write SupportTerry J. Opie2012-06-198-403/+1060
| | | | | | | | | | | RTC: 35776 Depends-on: I2348a2da90ea85a966f3724f8b3694a0b8f03916 Depends-on: Ia0f22c87f8bc3959324fa8347e191f2b47b4325c Change-Id: I66bdc8baf491abb0df5427d16bc586e293c6f506 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1048 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Preload PNOR VPD correctlyTerry J. Opie2012-06-1814-928/+1108
| | | | | | | | | | | | | | | - Handle Venice, Murano, Tuleta - Change SPD code to use VPD_REC_NUM attribute - Modify FAPI/HWPF tests to use present DIMM targets Change-Id: I2348a2da90ea85a966f3724f8b3694a0b8f03916 RTC: 40774 Depends-on: I7d1b41c9f9e87baa9d42b78bf4351e3b6d774cb5 RTC: 39133 Depends-on: Ia0f22c87f8bc3959324fa8347e191f2b47b4325c RTC: 35835 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/950 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix task deadlock in VMM flush operation.Patrick Williams2012-06-183-94/+105
| | | | | | | | Change-Id: I6f5f44009f8b6e76ac660977c567b35400980b22 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1204 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SCOM Initfile: Ability to use logical operations with attribute columnsCamVan Nguyen2012-06-183-22/+43
| | | | | | | | | | Change-Id: I13b4c68ca419d26835d9648d9ccac5be69919be7 RTC: 35655 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1209 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Minor FAPI updates for CronusMike Jones2012-06-184-35/+50
| | | | | | | | | | | | John Farrugia reported some Cronus build breaks when building HWPF::FAPI I fixed the FAPI files to work for all platforms Change-Id: I2bd1e5d52c02efe05bdf7cb2347f922e5e81ded7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1188 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update VPO tools for Murano model & run on first good coreThi Tran2012-06-186-61/+94
| | | | | | | | RTC: 41721 Change-Id: I2b06de1eb2b6eba400c9c0e6ffad0a27699f8f21 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1193 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enable cen_sbe_tp_chiplet_init1 runThi Tran2012-06-185-205/+222
| | | | | | | | | | | | | Disable run in Simics to avoid build break RTC 42926 Change-Id: I1f63504362254fa3c90f25cbea118aff35cff153 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1196 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>
* Fix time constants in sys/time.hMike Jones2012-06-181-25/+25
| | | | | | | | | Change-Id: Id98582002c23504fbd7e2bfb31855d2e09724a51 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1201 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* VPO Performance fixesDean Sanner2012-06-185-64/+40
| | | | | | | | | | | | | | | | Temporarily remove nanosleep calls in PNOR, FSI, Scom device drivers to enhance VPO performance. Cuts ddr_phy_reset from 17 hours to 17 min Also fixed race condition in hb-istep Change-Id: I0a60275066a9e14b564d0294c083eec8647b2ff7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1206 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update bbuild to b0611c_1223.810Patrick Williams2012-06-186-155/+7
| | | | | | | | | Change-Id: I8f7e5e3a85dd8ffc39b1970cd78ed2c925608d3d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1205 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SCOM Initifile: SW146714: Use two bytes to store row rpn sequence byte count.CamVan Nguyen2012-06-154-120/+183
| | | | | | | | | Change-Id: I617fe3267df98a85820c789553323d431ab9c5ee Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1184 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>
OpenPOWER on IntegriCloud