summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Hostboot - Updated HWPs from defect SW221886 MCDFIR[4] causes attnThi Tran2013-08-3113-883/+1015
| | | | | | | | | | | SW221886 Change-Id: I6d24c0838e339bf7123161697071f2c993a1f903 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5983 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Temporarily adjust MNFG threshold for memory NCEsZane Shelley2013-08-301-2/+14
| | | | | | | | | | | Change-Id: I11a00210293d98f1648d33dda136b0490e2f3e51 CQ: SW221615 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5935 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.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/5973
* PRD: Resolving compilation issuessachin gupta2013-08-292-16/+16
| | | | | | | | Change-Id: I42e67690178971d4e65c73bd2f261e9316b5431d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5953 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
* Ensure task_crash not optimized outMike Jones2013-08-291-2/+2
| | | | | | | | | | | | | | User space assert() calls the task_crash() macro to crash the thread, this writes to address NULL, but the write is optimized out. Therefore an assert does not cause the task to crash as intended. If istep code asserts, the istepdispatcher does not notice and Hostboot hangs instead of TIing. This is fixed with a volatile. Change-Id: Icc27d94d76e937000189655c2f8a640620456673 RTC: 80657 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5968 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: fix bug reading from write-only registerZane Shelley2013-08-271-0/+2
| | | | | | | | | Change-Id: I103fc656dc09eca9babf02ac38d651b2a265dbfd CQ: SW221285 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5906 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5934
* PRD: Enable PRD HB errl pluginsachin gupta2013-08-261-11/+9
| | | | | | | | Change-Id: Ic2919a609381e22b20e878f1babdb378b740246d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5912 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added support for FSP mutex attributesNick Bofferding2013-08-262-5/+109
| | | | | | | | | | | - Added FSP util::Mutex attribute APIs to targeting API - Added FSP util::Mutex attribute support to attribute compiler Change-Id: I612a2796107f60e8e480c182ab804f9902f2326a RTC: 71408 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5910 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Support for FIRsachin gupta2013-08-2310-1791/+555
| | | | | | | | | | | | | | | | | | | | | | | | | | Added action for following FIR - OCCFIR - TP_LFIR - PMCFIR - COREFIR - PBAFIR - ICPFIR - PSIHBFIR - PCICLOCKFIR - ENHCAFIR - EHHCAFIR RTC:23127 Change-Id: I8c9135c7164f98751f743627b793c328e4104541 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5610 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> 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> Squashed: I76da3b3166ccb766f8e586ea254849f4d4a40378 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5907
* HB-driven FSI Init (part 1)Dan Crowell2013-08-235-366/+527
| | | | | | | | | | | | | | | With this code an IPL on a single DCM system makes it up into cen_sbe_tp_chiplet_init1 before it fails due to a Centaur SBE issue. In addition to changes in the init flow, some updates have been made to the error recovery/logging paths. Similar results now seen on 2-DCM system. Change-Id: I6c4b31ee568919c81d388c99ceb26c24705da9be RTC: 67844 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5394 Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Add error log parser for hostbootsachin gupta2013-08-2328-167/+1857
| | | | | | | | | | | | Change-Id: I401ae1810ec21cd161eee389d4d71063841ba1e3 CQ: SW215983 CMVC-Prereq: 885671 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5399 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/5904
* INITPROC: Hostboot - Updated HWPs from defect SW218634Thi Tran2013-08-238-77/+388
| | | | | | | | | SW218634 Change-Id: Ie328e419de7cf6228ac3068775a2ddc068972678 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5874 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Disable VPD screening in RestoreDramRepairs()Zane Shelley2013-08-231-43/+5
| | | | | | | | | | | | The screening will now be done in the HW procedure. Change-Id: Ic3693b626af91a5df9f80eda7f4c0891a5e56bbb CQ: SW220899 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5899 Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update IPL flow for clocks and memory(Hostboot)Richard J. Knight2013-08-2115-65/+847
| | | | | | | | | | | | | | | Update hostboot code to match version 1.37 of the IPL flow document. - added proc_cen_ref_clk_enable support - added mss_dimm_power_test support - deferred step 12 updates Change-Id: Ief2d55fa9864ac64b847da21f14b897006965d57 RTC:80595 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5817 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update PAYLOAD_KIND to non volatile for SapphireDean Sanner2013-08-216-41/+67
| | | | | | | Change-Id: Icc7a5782ed32cbe3fc814951613d6d2b543c7e59 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5804 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Handle interrupts on MPIPLDean Sanner2013-08-2117-462/+1216
| | | | | | | Change-Id: I315d5c802819bf6f16cd6adbffe77530bd42699a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5427 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Hostboot support for running Sapphire on FSPDean Sanner2013-08-2114-327/+552
| | | | | | | | | | | | | | | Key Changes: --Distinguish between Sapphire SPless/FSP --Place HOMER image at top of memory --Allow SPIRA to be outside of 128MB "HDAT" window --Don't clear the PORE BARs in Sapphire mode --Force payload address to 0 if in sapphire mode Change-Id: I1e4d5bb68dad51e4408a568217b08a6aadef2494 RTC: 73481 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5361 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HostBoot - Centaur SBE image update to fix PLL alignment issueThi Tran2013-08-192-44/+118
| | | | | | | | | | SW214414 Change-Id: Ieccef196109c80ae1b9fa3a70c6c8a4cd0710f40 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5832 Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Mem UE priority and MPE FIR clearing issueZane Shelley2013-08-193-98/+392
| | | | | | | | | | | Change-Id: I159f766aa21853f513766fe7decbbd6b9f14df1c CQ: SW218867 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5803 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5830
* Add MRW instance path to targeting instancesNick Bofferding2013-08-191-15/+72
| | | | | | | | | | | - Updated MRW parser to add MRW instance paths to various targeting instance - MRW instance paths are compile attributes, not serialized to targeting binary Change-Id: I121009c2244c83c8dede066aa25ddc1e21c15c5e RTC: 63973 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5718 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW208050 : INITPROC: Hostboot - Low Priority HW Init ProceduresRichard J. Knight2013-08-1910-196/+576
| | | | | | | | | | | | | | | | - update procmvpd.dat to disable mcl for murano model in PowerBus PG issue seen wne new init file was introduced - pick-up reqested hwp versions: proc_chiplet_scom_init 1.16 mss_eff_grouping 1.25 mss_setup_bars 1.28 p8.a_x_pci_dmi_fir.scom.initfile 1.1 Change-Id: Id306f47c7fccf3af83155ba993b34e3a3eb44fb9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5798 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW218861 : Centaur: Driver Update: Code Support 64GB Centaur DD1.1 partsRichard J. Knight2013-08-192-15/+42
| | | | | | | | | | | | - pick-up new versions mss_eff_config.C (v1.27) mss_eff_config_termination.C (v1.28) Change-Id: I07bafe5bc1f19e29fee86da74536959b5f3ae48e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5799 Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* correct DECONFIG_GARDABLE handlingBrian Horton2013-08-193-19/+15
| | | | | | | | | | | | | . update attribute description to be more accurate . revert CORE setting back to not DECONFIG_GARDABLE . correct deconfigByAssociation code to not check DECONFIG_GARDABLE Change-Id: Ib7bb678fd76f7bd8f99655810721b6985c5680e4 RTC: 81134 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5816 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* make CORE unit DECONFIG_GARDABLEBrian Horton2013-08-191-2/+2
| | | | | | | | | Change-Id: I1bb96f187748267b27763b0145f71ffd37542da9 RTC: 81124 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5814 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* NITPROC: Hostboot - Updated HWPs from defects SW213666/SW214730/SW214731Thi Tran2013-08-1919-1546/+1875
| | | | | | | | | | SW213666 SW214730 SW214731 Change-Id: I5301c3df79b54f50f227c0625be847bd21ca9b75 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5801 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* INITPROC: Hostboot - Updated HWPs from defects SW216149/SW216152/SW216153Thi Tran2013-08-1917-313/+772
| | | | | | | | | SW216149 SW216152 SW216153 Change-Id: Iad978323d3383e767dab09e6ff26e0faa9590bd1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5821 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Clear memstate on shutdown.Patrick Williams2013-08-192-4/+30
| | | | | | | | | | | | | | | - Erase memory state once we switch to the payload so the dump tools do not try to extract Hostboot (and waste a lot of time). - Add 'limit' option to fsp-memdump that will prevent dumping more than 8MB. Change-Id: I14f553b12383de5c27aa558d706450e0eb1c844c CQ: SW219324 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5793 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: change to use new common hwas enumsChris Phan2013-08-192-33/+17
| | | | | | | | | | | | - Update mboxSelMemMirroringCmd usage Change-Id: Iddfd70a42a4ffff161c23955a6303b5c5cd1dc3f RTC: 62867 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5668 Tested-by: Jenkins Server 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/5819
* PRD: bad return code from lane repair pluginsZane Shelley2013-08-191-59/+68
| | | | | | | | | | | Change-Id: I34de91f63945f926620b298003a7b4e8032d085d CQ: SW219547 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5781 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.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/5813
* PRD: L2/L3 Line Delete and Column RepairBenjamin Weisenbeck2013-08-194-291/+155
| | | | | | | | | | Change-Id: I2cc89a92c42a35795ac5de0a7eed0bec9280b2ab RTC: 22859 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4899 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5751 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: RasServices refactoring part 2Zane Shelley2013-08-199-816/+538
| | | | | | | | | | | | | | Cleaned up PFA data. Change-Id: I02033c9357f421f649c08b47a3b7e89f8fcf3825 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5702 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Squashed: I2f78af8f7c351cb208667f92acd9eff5c001905c Squashed: I87ae14d3e579eb25b46c416d74eabf5a6cdb629b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5750
* Support ignoring presence of compile attributesNick Bofferding2013-08-191-7/+9
| | | | | | | | | | | - Modified attribute compiler to ignore compile attributes Change-Id: I9059339c08755acebc8548ed5305c42a8fe866d2 RTC: 63973 CMVC: 889557 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5823 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update PNOR Layout XML to indicate HBB has ECC ProtectionAdam Muhle2013-08-141-0/+1
| | | | | | | | | | | | | Just cleaning up the PNOR layout to indicate the HBB partition has ECC protection. HWSV is starting to work on support for injecting ECC in all partitions and will be able to reference the XML data in all cases to know what to do. (We're not ready for ECC In the rest of the partitions yet). Change-Id: I7b9dd365fc4d3feb4c52e1edbd752b3ab4b134ad Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5794 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Exported test_ep.H, added TARGETING namespace to test_ep.HNick Bofferding2013-08-142-1/+3
| | | | | | | | | | | - Added test_ep.H to common targeting makefile export list - Added TARGETING namespace to test_ep.H so that FSP could compile it Change-Id: I0a5b5be0cb5a1a707c7c878fbcbbe5de6db43682 CQ: SW214677 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5782 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Revert back changes for PRD error log plugin.sachin gupta2013-08-131-9/+11
| | | | | | | | Change-Id: Iae426478dffc8b553488a84dca962c03e681ef14 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5771 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* OCC FIR updates (SW218900)Dan Crowell2013-08-091-75/+66
| | | | | | | | | | | p8_pm_occ_firinit.C v1.13 Change-Id: I698949cb914809393200cc82b996acd85b739c75 CQ: SW218900 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5746 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Restore memory state scratch after winkle.Patrick Williams2013-08-091-0/+8
| | | | | | | | | | Change-Id: I4871fde72e73a767f57efcce4a4764fde4f32d1e CQ: SW210030 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5742 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Basic devtree supportDean Sanner2013-08-0924-102/+1788
| | | | | | | | | | Simple devtree support for Sapphire in SPless mode Change-Id: I4a70bfc5cd3eb3dbd1b443869c046c789f98cc95 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3739 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MDIA: add hcdb/HWAS_CHANGED_BIT_MEMDIAG supportChris Phan2013-08-097-24/+280
| | | | | | | | | | | Also add check for the new ATTR_RUN_MAX_MEM_PATTERNS Change-Id: I343f1054cf657e06cea688f0a87340bdd32f01f2 RTC: 38367 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5548 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Tweaks for simics scriptsDan Crowell2013-08-093-21/+25
| | | | | | | | | | | | 1) Moved hardcoded cpu to 1 place only 2) Attempt to use Simics commands for masterproc Change-Id: If6bb1f60342d16da54cb558a4092425da2ed1215 RTC: 51267 CQ: SW214903 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5509 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* New I2C Interface that adds device offset parameterMike Baiocchi2013-08-086-110/+525
| | | | | | | | | | | | | | Adding an I2C Device Driver interface that has an additional offset paramter which allows for a single operation to set both the device's internal offset and then do a read or write to the device. RTC: 73815 Change-Id: Ib77682f3b7e2088d77ce28b885c544e5cb785f6a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5524 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 MDRT bug in Dump CollectionDan Crowell2013-08-082-37/+109
| | | | | | | Change-Id: I9819e05cbf549d820e1a05baa1b1403bbb5b5163 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5595 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* remove PSIDIAG bit from PROCBrian Horton2013-08-081-1/+1
| | | | | | | | | | Change-Id: Id661b02040c9f8d74509725f05ab9994889d3a23 RTC: 80323 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5711 Tested-by: Jenkins Server Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix FSP compile failure in x86.nfp contextRichard J. Knight2013-08-081-0/+2
| | | | | | | | | | Change-Id: I527510864c7d56c7a27cf89110147600577c2984 RTC: 80320 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5710 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* add memory rules for deconfigure by association.Brian Horton2013-08-083-117/+748
| | | | | | | | Change-Id: Ie634b0b47ac4642f0ca62927b0fa6c8185830dad RTC: 63225 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5580 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attribute updates for HostServicesCorey Swenson2013-08-085-51/+215
| | | | | | | | | | Change-Id: Ia8640d52bf822ed0696776d1aad0fc728433cd8c RTC: 50411 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5466 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>
* add DECONFIGURE_BY_ enums for deconfigured targetsBrian Horton2013-08-087-20/+59
| | | | | | | | | | | | | | | when targets are deconfigured NOT due to an errorlog (ie, FCO, memory config, manual gard) the target HwasState attribute will have a deconfiguredByPlid set to one of these enums. Change-Id: I544075defebd98b52391b6d4e241452acc6f7a48 RTC: 37737 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5512 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW211734 INITPROC: hwp update (hostboot part 1)Richard J. Knight2013-08-0820-166/+525
| | | | | | | Change-Id: I064b610e715ca04f99f10c1e81060ced7dbdc126 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5647 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Refactor eRepair Accessor HWPBilicon Patil2013-08-0815-1567/+171
| | | | | | | | | | | | | Combine the two eRepair Accesor HWP that operated on Field VPD and Manufacturing VPD into a single HWP. Change-Id: I2528d3035bff008a0c409e540149c86dc78d4b4c RTC: 69592 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5566 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* PRD: Add checks for NULL around mcs and membuf targetsBenjamin Weisenbeck2013-08-081-2/+4
| | | | | | | | | | | Change-Id: I5f6382b7ef9eddd96bc036c752dcdfc2c6d41a36 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5594 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5728
* PRD: RasServices refactoring part 1Zane Shelley2013-08-0815-113/+166
| | | | | | | | | | | Rename *_ras_services.* to *RasServices.* Created Hostboot/FSP specific files. Change-Id: I0b0063f0bcb0470af87bf343fc59f1c21cc5e1f0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5553 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5727
OpenPOWER on IntegriCloud