summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make deconfig/GARD functions hwas common for sharing with FSPBrian Horton2012-11-1417-373/+615
| | | | | | | | | | | | split current deconfigGard function into hwas common and platform specific functions so that FSP will have access to these as well. Change-Id: Iebacffb10f85af29e245ce41040d6f9ebc774830 RTC: 33551 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2188 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler support for check for ipl attentions.Brad Bishop2012-11-139-6/+287
| | | | | | | | RTC: 40440 Change-Id: I4b0c907a05b800fdc69b3d02a5432d9fd27a1497 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1458 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler configuration of local err interrupts.Brad Bishop2012-11-1313-33/+616
| | | | | | | | | | | | Set priority. Register with INTR using correct xisr number. Parse xisr number in INTR correctly. Change-Id: If6f7afc28d12a2f939f26738471d5d0304179271 RTC: 46448 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1561 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix bad address discovered in VPO multichip configDan Crowell2012-11-131-1/+1
| | | | | | | | | | | | Details abound in CQ HW226693. Basically the code was accessing the wrong register address because of some bad byte/word math. The hardware flagged an error on the outbound message as soon as we attempted a write to 1830D1. Change-Id: Ie36cb44349d1e896a5a7e3962150dbdf265cfadf Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2291 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Skip vbu.pnor build when profiling is enabled.Adam Muhle2012-11-132-1/+6
| | | | | | | | | | | | | | Enabling profiling causes the hostboot extended image to be to big to fit in the VBU pnor layout. Since there's little need to profile in VBU, I'm just disabling building of the image in that environment. Change-Id: If173715b42862230443187c05766826c1a02e919 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2266 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>
* Fix Dump.pm error message in simicsMark Wenning2012-11-131-1/+1
| | | | | | | Change-Id: I120ff366f55e9204dac1a02765347efedb998ffa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2296 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Back out changes for Change I7f782ead: IPL service not returning error on ↵Mark Wenning2012-11-132-1/+13
| | | | | | | | | | | | invalid isteps Not handling sync points correctly; skipping load_payload and cxxtest. Back out until I can thoroughly test the fix. Change-Id: Idcb92fbce50757726cd5d624c6081e525709f43b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2315 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* proc_check_slave_sbe_seeprom_completeMark Wenning2012-11-1026-70/+2283
| | | | | | | | Change-Id: I38ab55e90bd1bec8b258106c9215138904672847 RTC: 41384 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1863 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* IPL service not returning error on invalid istepsMark Wenning2012-11-094-38/+59
| | | | | | | | | | Change-Id: I7f782eadaa23db2589689abd09aa8e1e22827a01 RTC: 47594 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2241 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Disable SLW bars after Master Winkle.Mark Wenning2012-11-096-709/+845
| | | | | | | | Change-Id: I915d6cb9068a7a065ce7ffaa675309caa871f79a RTC: 46350 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2121 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* fix errl and hwas unit testsBrian Horton2012-11-096-228/+421
| | | | | | | | | | | | | | | correct tests . don't create error log . don't run tests that create deconfig or gard records, as they can/will corrupt other cxx tests that are running in parallel for now, disable mvpd and ring tests that don't work. Change-Id: I91869cd2af0029d4231a715851725acd8a96bdf6 RTC: 51608 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2143 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Terminate Immediate on a shutdown and assertMissy Connell2012-11-0914-92/+343
| | | | | | | | Change-Id: I37c8956afb11c69201f4936821cff5e153327780 RTC:43793 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2194 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MVPD Accessor Function: setRepairRingBill Schwartz2012-11-0914-315/+894
| | | | | | | | | | | | | | | | mvpdtest.H comments out tests due to missing mvpd data (issue 51716). Might not need to be merged depending on the timing of fixing the data. Brian is working on errltest.H and errluserdetailtest.H to not deconfigure. As it is mvpd and getRingRepair tests do not run because the dependent targets are deconfigured. When fixed, then errors occur in mvpdtest. The problems are commented out for now in fapiwinkletest (get/set Repair Ring). RTC: 50971 Change-Id: I60d499ebb2d9966ffe2c0cc155a7875820b1ee83 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2171 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* prcd_compile: Support to take a directory as inputBrian Horton2012-11-092-66/+148
| | | | | | | | | | | | | | Enhance prcd_compile.tcl and prcd_server.tcl scripts to take a -D <dir> option and build all files (recursively) under that directory. Unknown and duplicate files will be ignored. Allows the user to point to an eKB sandbox and build a hostboot image with all hwp code in that sandbox. Change-Id: I7d99dd0ef94d4aba32db925c672cfdd71a83cfb7 RTC: 35267 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2084 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add PRD Config Build to call_host_startPRD_pbusChris Phan2012-11-082-114/+29
| | | | | | | | | | | | | | | | - In Hostboot IPL, PRD model could be built at step 8 (PowerBus), step 10 (hwreconfig loop), step 11 (DMI), and step 14 (DRAM). - At step 8, PRD model should have all present chips. - Since PRD analysis is based on the chip list passed to us by ATTN, the list should only contain functional chips. Thus, it's ok to keep the full PRD model built from step 8 to be used for later isteps. RTC: 49741 Change-Id: Ie650bda699f0257982f4572d6ea36f699b9badf5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2273 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Fix EC check for FSI workaroundDan Crowell2012-11-072-30/+63
| | | | | | | | | | | | | I noticed looking at some traces that my code wasn't actually running the workaround because it was checking an attribute that wasn't set yet. The code was changed to check the hardware directly. Change-Id: I1ceff1f191f831fe64e01c1cd0c241552df050f2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2103 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Melissa J. Connell <missyc@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Initial port of PRD to HostbootZane Shelley2012-11-07268-797/+58731
| | | | | | | Change-Id: I7ee2673131d4891d482e99a403a36300b79e547e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1853 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Correct the setup of the input vector to proc_build_smpVan Lee2012-11-071-2/+2
| | | | | | | | | Change-Id: I9383b66b868e8469c54dd4364987b52a5a855a94 RTC: 52099 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2200 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Only enable candidate PSI linksCamVan Nguyen2012-11-075-58/+84
| | | | | | | | | Change-Id: Ie3cc120d05ac17126bde15b213a80701878f4a59 RTC: 50561 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2187 Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for PM AttributesDan Crowell2012-11-0722-1601/+5249
| | | | | | | | | | | | | | | | | | | | Adding new HWP attribute xml files and associated Targeting changes to go along with them. The MURANO and VENICE xml files contain default values provided by Greg Still. We are still waiting on the final MRW definition to update the TULETA generation script. Also using this commit to add a few other error xml files for the HostServices procedures. We need this longterm to get the error parsing stuff working. Verified IPL against Murano and Tuleta configs. Depends-On: I3af3b2bf99b4dbedb6efeb2cb35e49ba066a9c19 Change-Id: I3a5be5a7b49c7c6d7e6179f5e28e046a38a12b1e RTC: 42293 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2002 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Add component id for Host servicesDoug Gilbert2012-11-071-0/+9
| | | | | | | | RTC: 42919 Change-Id: Ice80df70f368665d0f3e8e99e4acf87c858a3303 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2186 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix HUID to use new enum values of target TYPE attributeVan Lee2012-11-075-968/+968
| | | | | | | | | Change-Id: I49ca3ab38a8e43e95cd97a7651e04a0b17ac096e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2235 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>
* Issue INFO (TRACFCOMP) messages for disabled parts.Brian Horton2012-11-071-7/+11
| | | | | | | | | Change-Id: Ic39e1fca53375576c04fdf724304fd03e4b113e1 RTC: 51902 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2185 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* pore_gen_cpuregMark Wenning2012-11-0755-3143/+3833
| | | | | | | | | Change-Id: Ic5cb0817118bf0de7d706124708e5b8551ba4258 RTC: 41425 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1899 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* find_EKB.plMark Wenning2012-11-071-0/+572
| | | | | | | | | | | | | | | | | Tool to compare versions between HostBoot and HWP dirs Will take a vanilla file of files, or: - a file generated by "hwp_id.pl -s -m" - a ProcRevisionList file from cronus archives Also calls out duplicate and/or missing files. Change-Id: I0238ffd9b6d301dc63fbf6dd6d026b7a47136ce0 RTC: 52275 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1940 Reviewed-by: Brian H. Horton <brianh@linux.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>
* HWPF: Improve tracing for initfile attribute get errorMike Jones2012-11-031-2/+12
| | | | | | | | Change-Id: I54dea3e2fc57eef1832b25bbb9300d6771fdc439 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2156 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove VPO specific PNOR TracesAdam Muhle2012-11-031-10/+0
| | | | | | | | | | | | | While slow, access to real PNOR works in VPO now so these debug traces aren't critical. Thus, I am removing them to clean things up. Change-Id: Iba0a4197ba4e2a4d50896e35776d346708d9a50a RTC: 45885 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2199 Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update VBU PNOR layout to include Winkle and Error Log partitionsAdam Muhle2012-11-036-57/+96
| | | | | | | | | | | | | | | | -Reduced the size of VPD partitions to squeeze in Winkle and Error log paritions. -Winkle and Error log partitions are smaller than production size to fit within fake-PNOR, but big enough to be functional -Deliviring more tools as part of VPO release to enable automation of figuring out VPD offsets, generating VPD, etc. Change-Id: I901cc895fbdb04837bd662329dc0c02d26e4b63f RTC: 49033 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2181 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Move to using ISTEP_MODE when FSP is presentMark Wenning2012-11-033-130/+102
| | | | | | | | | | | Also add code to clear status reg before starting splessmode. Change-Id: I96c8ff7fef7fd62ae8958104e47319303d9aa080 RTC: 51001 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2104 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix use of freed memory in mailboxAdam Muhle2012-11-031-3/+7
| | | | | | | | | | | | | | MailboxSp::handleNewMessage() had a case where messages are freed but then data within those messages are used to determine future actions, which lead to setting pointers to NULL in memory that it no longer owned. I changed to use a temporary variable to avoid referencing freed data. Change-Id: Icda77b43d515960258f29edca3f65db4b0e2d3a7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2145 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Return error when procedures fail during istepRichard J. Knight2012-11-0326-246/+1982
| | | | | | | | | | | Change-Id: I65686d261583ea84c7908f819071bd751fdb0e06 RTC: 39876 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1627 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Paul Nguyen <nguyenp@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix ABUS scom Translate maskMissy Connell2012-11-032-48/+47
| | | | | | | | | | Change-Id: I811b8273836669c8d6e734b47b444de1c47b07bf RTC:51626 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2170 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* SW172921 - Bad PNOR chipid in SimicsDan Crowell2012-11-012-1/+6
| | | | | | | | | | | | | | For some reason the Simics model is returning a different chipid for the PNOR chip now than it used to. Talking to Adam we suspect that the last byte is junk data anyway so it is just old memory. The fix is to ignore the last byte since it isn't really part of the id anyway. Change-Id: Ie097224c312e5597668b6201eff698f91bfaa950 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2189 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* To add MBOX device path to FSP targetsachin gupta2012-10-311-1/+20
| | | | | | | | Change-Id: Ic655d7c4fd10e6da77baca5a169c9ca281a8a91d RTC: 48886 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2177 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Report host boot error log to FSPPaul Nguyen2012-10-306-70/+718
| | | | | | | | | | Change-Id: Iad4be4f0a45a607f7b56fc5d194f1812f74fbfe8 RTC: 34235 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1949 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: Minor fix to fapiParseErrorInfo.pl for Cronus compile failureMike Jones2012-10-281-3/+5
| | | | | | | | Change-Id: I7614b96e58a6685d44b2e2600b4c148674170006 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2144 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update MRW parser to generate new system attributesVan Lee2012-10-271-1/+1
| | | | | | | Change-Id: I8a26708e30a0f02040e3eba4d220f20b09034197 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2050 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Fix proc_setup_bars fails on large config (4 procs 4 centaurs)Van Lee2012-10-2412-788/+558
| | | | | | | | Change-Id: I8203c863f26aeb3a0ea20964e4c4bef64802c4e8 RTC: 50426 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2118 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Synchonize FSP + HB MRW parser scriptsNick Bofferding2012-10-241-121/+737
| | | | | | | | | | | | | | | | | - Added ordinal IDs and RIDs to targets - Added FSP, PSI targets - Sorted most targets by ECMD target (node, position, chip unit) - Set DIMM, Centaur RIDs based on DIMM instance path - Configured FSP specific attributes only to be built in FSP build - Removed TP chiplet generation - Fixed various tab, output format issues - Added multinode TODOs Change-Id: I5022bc9cbb6a8d3fd62fabacc4769b5d5d102fa7 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2047 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Terminate Immediate Structure defintionMissy Connell2012-10-2413-103/+332
| | | | | | | | | | - Add include files into the fsp.tar Change-Id: I12a50f7e09f70b1bc6acf436d896b6f3747a7507 RTC:50578 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2115 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Update Default PNOR layout to include all partitionsAdam Muhle2012-10-248-87/+170
| | | | | | | | | | | | | | | | | -Updated the default PNOR layout to include all partitions -PNOR Layout now matches PNOR Spec layout, but only single side -Updated PNORRP to support all partitions -Updated PNORDD to more efficiently track erases -Added 4-byte addressing workaround to combined.simics to workaround SW170513 for FSP PNOR access. -Disabled test image in VBU to save space since it is not used anyway Change-Id: Ifadd21829b78868a1f2d8b762420a24f256f7a7e RTC: 49033 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2091 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Issue 47484: Memory leak in attribute sync.Richard J. Knight2012-10-241-1/+14
| | | | | | | | | | Change-Id: I4e859fd3def9945a8a985b8aabfbc72e22207b2d RTC: 47484 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1901 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>
* FW team Accessor HWP for erepairBilicon Patil2012-10-246-2/+663
| | | | | | | | | | Change-Id: If1cf10820ae7fc678152641ce9c958f68b003891 RTC: 22646 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1867 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWP: Integrate proc_switch_cfsim into HostbootThi Tran2012-10-244-39/+640
| | | | | | | | Change-Id: I2f32b1840d9349791494c41d3ca2a7ab29b53e3c RTC: 41356 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2019 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix array attribute serializationNick Bofferding2012-10-241-2/+18
| | | | | | | | | | | - Stripped off whitespace from individual array values prior to serializing - Stripped off whitespace from attribute as a whole prior to serializing Change-Id: I02a99ec4121ca6cf9213b84cf60d2a324632cfe5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2069 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* remove workaround, allow full partial good vpd checks.Brian Horton2012-10-221-7/+1
| | | | | | | | | | Change-Id: Icc2d670b8d18101f14492d8209a0d4a098675d97 RTC: 49991 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2067 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changes so HWSV Loads HB patches on Tuleta in HB Dev EnvironmentAdam Muhle2012-10-191-0/+21
| | | | | | | | | | | | | | | | | | | Hardware Server is in the process of enabling function that will update PNOR with the hostboot base and extended images found on the FSP during the IPL. This change triggers a copy command to be run on the FSP which overwrites the default images with patch images when in the Hostboot Developer Environment. Note: This change is backwards compatible, so it does not need to be co-reqed with an FSP driver. Change-Id: I5f3dbc49ba66141c63522191721d3e09cd37e6d9 RTC:51082 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2076 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix FSI FFDC CollectionDan Crowell2012-10-172-11/+10
| | | | | | | | | | | | I had some reversed logic that prevents FSI FFDC from getting collected correctly. I also made an unrelated change to improve FAPI SRCs that was bugging me recently. Change-Id: I86c480cb2234120eda26016621ab8c8269c04d72 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2018 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Import update Module VPD to fix PG keywordDan Crowell2012-10-171-1/+1
| | | | | | | | Change-Id: I0e8752181673035cd131cd502696a3894d541eaa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2064 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix plugging order for Tuleta in VPD preload scriptAdam Muhle2012-10-171-3/+17
| | | | | | | | | | | | | | | | | | The original assumptions regarding the DIMM plugging order in hb-pnor-mvpd-preload.pl was incorrect for Tuleta. I updated to be correct. In a few weeks we should be able to disable this code, but it's needed for the moment to support the Multi-chip bringup efforts. This issue was identified with Defect SW168323. Change-Id: I3bae0aebbabc9da07f87f379a2f6c2dd15db15c8 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud