summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Misc build fixes.Patrick Williams2013-03-143-6/+16
| | | | | | | | | | | | | | - xmltohb was running too often, causing most of the code to be rebuilt on any 'make' call. - hbotStringFile was not being rebuilt. - 'make' sometimes failed if obj/genfiles/errl did not exist. Change-Id: I509cd4dafe9cb4b8d22482c9058f7e84e508d968 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3534 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactoring PRDF file iipglobl.hprashanthacharya2013-03-1437-597/+450
| | | | | | | | | | | | | | | 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
* PRD: Runtime Memory Targeted Diagnostics Controllersachin gupta2013-03-147-10/+229
| | | | | | | | | | Change-Id: Ibb93f35a74dc76b45ff9253649687404ccda039f RTC: 61671 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2969 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/3561
* Need to support new PG keyword value for PowerBusBrian Horton2013-03-143-32/+73
| | | | | | | | | | | | | | PG keyword for the PowerBus has MCL and MCR. Code needs to change to not check for MCL or MCR in determining the chip functionality. In addition, if MCL or MCR is bad, then the appropriate targets are marked non-functional (mcs0..3 for MCL, mcs4..7 for MCR). Change-Id: I0f682538df1b94a7d51ac4ba17e354e3dc818ead RTC: 66138 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3473 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Cause a Hostboot TI on any Target DeconfigureBrian Horton2013-03-149-33/+161
| | | | | | | | | | | | | | IStep Dispatcher will call into HWAS to see if there were any delayed deconfigure callouts during the sub-step loop; if so, an error will be returned, causing a TI and shutdown. Change-Id: Idef6f48669b7f3d73488a0697c5714088878856b RTC: 64894 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3391 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* ATTN: Re-enable check for P8 IPL attentions.Brad Bishop2013-03-141-17/+0
| | | | | | | | Change-Id: I598d71e23f5208c8f564bc084b1891764d80737c RTC: 47750 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3553 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Use FRU VPD for Membuf presence detectMike Baiocchi2013-03-141-43/+93
| | | | | | | | | | | | | Updated FSI::membPresenceDetect() function to look for Centaur VPD (CVPD) to confirm a memory buffer is present instead of DIMM SPD. Also updated some error logging code to improve our callouts. Change-Id: Ic8577640b5f4cf0e218f4adba80344ef6431655a RTC: 44254 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3385 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* simplify and cleanup initfile traceMark Wenning2013-03-141-215/+451
| | | | | | | | | Change-Id: I59d8b67d7e4dfe0a9fb6e0e8aa265aba13e899b3 RTC: 65312 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3377 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRDF: Fix bit map issue in Centaur NEST Chiplet FIRChris Phan2013-03-141-4/+4
| | | | | | | | | | | CMVC-Coreq: 873190 Change-Id: Ic98f0e353b04210825be45b79a91e014850b438e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3447 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@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.austin.ibm.com:8080/gerrit/3546
* PRD: changed include for HWSV SCOM codeZane Shelley2013-03-141-1/+1
| | | | | | | | Change-Id: Ic414e21c667f244c996934670c4de7ece87a6e6a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3539 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3547
* Add PRDF::refresh()Chris Phan2013-03-145-2/+46
| | | | | | | | | | | | | | | - Remove non-functional chips from PRD system model - Will be called externally from TransitionFile/IStep - Add new function call to host_prd_hwreconfig Change-Id: I6268f382e2b6ed00caa1a5a8ae7fce8c89c3000f RTC: 60419 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3132 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3535
* hbRelease: Add 'project' option to query-gerritPatrick Williams2013-03-131-15/+24
| | | | | | | Change-Id: I808d0d41334fa5d5eab8e0b3bfe33a70a3195252 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3531 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* eRepair thresholds from MRW as FAPI attributesBilicon Patil2013-03-136-3/+251
| | | | | | | | Change-Id: I0361728994dd6c038c01406189d1c1efa83063b1 RTC: 50284 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3246 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* update user-detail errog log parsersBrian Horton2013-03-1319-750/+935
| | | | | | | | | | | | | | update errolog parsers to format the data for the following: . errludtarget . errludattribute . errludlogregister . errludcallout Change-Id: I8fddb3eefd76413e70f4e894ef19649b74682859 RTC: 41707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3350 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MDIA: clean up maint commands after timeoutBrad Bishop2013-03-122-122/+202
| | | | | | | | RTC: 64090 Change-Id: Idd08b1f988e2ce4510780c2a9bce45594854d30e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3271 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update p8_pmc_deconfig_setup.CMark Wenning2013-03-121-16/+15
| | | | | | | | | Change-Id: I4fa155fd6c1bec065e6e156956d2cab10f6a22b1 RTC: 48194 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3492 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Skip all HDAT stuff in AVP modeDan Crowell2013-03-125-9/+49
| | | | | | | | | Change-Id: Ic2940a7f70c8d6f4a6e4afd6ddfeb607a71fe749 RTC: 65948 CQ: SW191055 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3507 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Dump Collect codeMissy Connell2013-03-1214-82/+2291
| | | | | | | | | RTC:46996 Change-Id: I18863c91dcde353df6201c3c13e101626f24206b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3131 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Adding check for X-bus width during eRepair RestoreBilicon Patil2013-03-121-29/+83
| | | | | | | | | Change-Id: I3a17f4e942c5269288feaa5ed2eb72dffdb4e639 RTC: 59542 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3320 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FAPI functions to get/set Centaur FRU VPD - 2Bill Schwartz2013-03-111-3/+3
| | | | | | | | | | | | Fix my typo in the mvpd numerator list Change-Id: Ib6578284b093c7c02a995c9c4a94f1565e2878b7 RTC:61991 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3474 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>
* WORKAROUND: Default ALL_MCS_IN_INTERLEAVING_GROUP to 0Nick Bofferding2013-03-111-1/+6
| | | | | | | | | | - Overwrote MRW supplied ALL_MCS_IN_INTERLEAVING_GROUP attribute to 0 in MRW parser as a workaround; To be removed using RTC: 66365 Change-Id: If695945de13fd7a447fbb484b389286ff9ddf554 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3511 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* TULETA Bring Up - HW procedures update - FBC procedures 03/07/2013Thi Tran2013-03-1110-88/+572
| | | | | | | | Change-Id: I592a41d3dfc64dc5fd9b4b0a1550a786de2f856e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3477 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update SLW image, centaur SBE image and default attributes for PONDean Sanner2013-03-113-5/+9
| | | | | | | | Change-Id: I0289a5d892baed914959bbcd865bf376122a5676 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3505 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added p8.psi.scom.initfile for recoverable error maskingDean Sanner2013-03-055-8/+56
| | | | | | Change-Id: I92ac5c59b7105c4b25323a03532a30713b95dc59 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Misc BU updates for FSI, SLW image and centaur SBE imageDean Sanner2013-03-054-5/+7
| | | | | | | Change-Id: I0aed0c9530307cee5887dc66d4890c9d5a4f1f9e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3421 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* TULETA Bring Up - HW procedures update 03/03/2013Thi Tran2013-03-0547-4940/+6003
| | | | | | | | | | | Revert io_run_training to 1.28 Update from review comment Change-Id: I2c94f24e3818ae1ffc6c629a5e904681e70205e2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3405 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PROC_xx_ENABLE and DMI_REFCLOCK_SWIZZLE FAPI attributes support updatevanlee2013-03-045-114/+90
| | | | | | | | | | | - PROC_xx_ENABLE are mapped to platform function - Patch to initial DMI_REFLCLOCK_SWIZZLE for Tuleta Change-Id: Ifc29c454adb8f63a5d676b102dc62bf8aaef6268 DependsOn: I6ea44b24b27a833534e378fa552e1930a73759f5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3384 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Change PLID printk to be hex.Patrick Williams2013-03-041-1/+1
| | | | | | | | Change-Id: Ifbfa8dce23f6ec086863bf83c1e5ae9e39dcc48a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3394 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Another fix for parallel invocations of xmltohb.Patrick Williams2013-03-041-4/+5
| | | | | | | | Change-Id: Icd64cf252c89c731d4492b5a95cb3f6907f49c6a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3400 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move bbuild to b0226a_1309.8011vanlee2013-03-045-65/+28
| | | | | | | Change-Id: I6ea44b24b27a833534e378fa552e1930a73759f5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3395 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* FAPI functions to get/set Centaur FRU VPDBill Schwartz2013-03-019-95/+655
| | | | | | | | | | | | | Add Fapi functions to call cvpd device driver for get and set. Change-Id: I8cb2aba3c951fbe1a17278396517b355138ad364 RTC: 61991 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3141 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactoring of the build system.Patrick Williams2013-03-0147-782/+1343
| | | | | | | | | | | | | | | | | | | | | | - Remove unused files for generating LIDs. - Reduce the overall verbosity of the build. - Separate 'config.mk' into a number of smaller, topic-centric files and comment better. - Generalize the 'passes' concept and added an IMAGES pass. - Deprecate most "magic" make variables like EXTRAFOO. - Overall performance improvements. I've tried to reduce the impact of these changes on component-level makefiles. There will be follow-up commit(s) to improve those and decrease the verbosity of some component-owned commands. Change-Id: I6d319f5338eb3946f56b281c3cdd5f341a016fcc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3368 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hook pre-applypatch fails due to missing git-sh-setup.Patrick Williams2013-03-011-14/+15
| | | | | | | | | Change-Id: I2477136d9ce56c590c5f189fbac19337b85e812e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3382 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>
* Add system-wide constants to specify the maximum number of procs possible in ↵Mark Wenning2013-02-283-24/+32
| | | | | | | | | | the system Change-Id: I6759b15c3f31f9e8ba219b0f9661a6c947eb94d6 RTC: 61361 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3082 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add FSI Registers to FFDC section in FSI device driverMike Baiocchi2013-02-283-76/+141
| | | | | | | | | | | | | | Added error log user detail sections into several error paths of FSI deveice driver functions. These sections added targets and registers to the error log. Change-Id: I37622381ab0dd48454a9810233cdb11d725c5ed6 RTC: 44490 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3305 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix hb-Istep to work under simicsMark Wenning2013-02-281-3/+3
| | | | | | | | | Change-Id: I60dbd9940b2126969292519f8427efe31c90ad33 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3185 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support ERRL UD and SRC parsing in hostboot standaloneRichard J. Knight2013-02-286-390/+69
| | | | | | | | | | | Change-Id: I16ec13f87d9a71c3e0248bf4776e9f3402be6285 RTC:49967 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3138 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> 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>
* Prdf Test case for targets on hostbootprashanthacharya2013-02-2813-133/+589
| | | | | | | | | RTC: 52714 Change-Id: Ifc6ad988a29f2ffb0d70d28e00dcf47a22bc9287 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2409 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INTR: Setup XIVR w/intr disabled before ISRN is writtenDoug Gilbert2013-02-282-0/+61
| | | | | | | | Change-Id: I44ddaeaa69ebaa02d5c23c2aec56da24acd7c0f2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3370 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PNORDD Cleanup - sfcinit updates and perf improvementsAdam Muhle2013-02-273-62/+167
| | | | | | | | | | | | | | | | | | Cleaning up a number of things under this commit: -Changed to always assume FSP performed SFC Setup -Get Erase block size based on what FSP Building Block set it to -Re-ordered some switch to put most likely choice first -Converted some else/if statements to switch statements -Added some shutdown calls on error paths. RTC: 47066 Change-Id: I015bb90b67ead9ad34e2ea1827cc92f7966d3162 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3183 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>
* MDIA: bump maint cmd timeout from 1.5s to 60sBrad Bishop2013-02-271-1/+1
| | | | | | | Change-Id: I840c8feefbd1f58b4fa01fd90bfac20392e7c33c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3332 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Extra invocation of xmltohb breaks parallel build.Patrick Williams2013-02-271-3/+2
| | | | | | | | Change-Id: I28eeb494a818de61091a15d2cc9b5e687d1d3dc6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3355 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* io_read_erepairMark Wenning2013-02-263-0/+211
| | | | | | | | | | Change-Id: I50feb3969df59079bb05b8b091153f365dc9bfd8 RTC: 63038 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3193 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update vpd-preload script to support explicit Centaur pluggingAdam Muhle2013-02-221-51/+113
| | | | | | | | | | | | | Added a --forceCent parm similar to the --forceProc parm. It overrides the default plugging rules for Centaur chips. I also added a --examples option which prints examples of common use cases to help people remember. Change-Id: I933a1897581530b5f89afd1a8ee5a97b2b40d98e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3219 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Removing MMIO BAR setup from IBSCOM Device DriverAdam Muhle2013-02-221-68/+1
| | | | | | | | | | | | | | | When I made my initial attempt at the IBSCOM Device Driver, the proc_cen_setup_bars procedure had not yet been imported into Hostboot code, so I was doing it manually in the Device Driver. The procedure is now in Hostbood code, so my workaround is not needed. Change-Id: I1794b30549b9f8254febaa9fcde222af545a93ac RTC: 34743 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3255 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* io_power_down_lanesMark Wenning2013-02-223-15/+235
| | | | | | | | | | | Utilities like this will be added to the bus-training module Change-Id: I51a1976e541a4faf29245befa51a868cf785d388 RTC: 63039 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3194 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Some refactoring prdfMain.[CH]Brad Bishop2013-02-2210-453/+424
| | | | | | | | | | | Change-Id: I69d4ea7e9d3297732f5fe33d658c1a460bdda082 RTC: 50708 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2906 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/3274
* Run copyright script from pre-applypatchBrad Bishop2013-02-221-14/+16
| | | | | | | | Change-Id: Ifeea5f2828b5f1933ccbc6bffd1563e2b9228c91 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3275 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MDIA: Remove polling compile optionBrad Bishop2013-02-224-93/+37
| | | | | | | | Change-Id: Ieca6c1372c89aece304a9e6a0e6fdf3c4466dc7f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3252 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Change PRDF_COMP_ID to match with what defined in fips_comp_id.HChris Phan2013-02-221-7/+12
| | | | | | | Change-Id: I8720a8cb80dfb2c71b716685756a8c033a9cc677 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3270 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud