summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add node as default parameter to masterProcChipTargetHandle()Brian Horton2012-09-052-50/+52
| | | | | | | | | | | | | | Node will default to 0, so no callers have to change. For hostboot, callers will ALWAYS keep this as 0. For FSP code, node could be different. Change-Id: Ib78004dbf89cdee2cfceda6a0c8a54c96380bee1 RTC: 45742 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1465 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Performance and size optimizations - inline simple methodsBrian Horton2012-09-0510-381/+246
| | | | | | | | | | | | | | | Move the code for some of the 'simple' methods (ie, {}, or simple methods that just set a value or return a value) from the .C file into the .H file, so that they're inlined. Saves in both size and performance. Didn't measure performance gains (not sure I can in a simulated environment..) but generated .list files look much better. Size - hbicore_extended.bin dropped from 1442928 to 1426544 (16K, 1%) Change-Id: I6915cba77520b4a28237c557760ababcca781804 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1464 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove common code dependency on FAPI in FSP.CamVan Nguyen2012-09-051-53/+85
| | | | | | | | | | | | | | | | This is the 1st part of a 2-step code drop: 1. Hostboot change: Change perl script to skip validation against FAPI attributes if no fapi attribute xml file is passed in. 2. FSP change: Change makefile to not pass in a fapi attribute xml file. Change-Id: I4806310a7e10409d3685bb6e32f6930235f37e73 RTC: 45563 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1676 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Write scratch register in start_payload / shutdown.Patrick Williams2012-09-045-51/+87
| | | | | | | | | | Change-Id: I47a8ad7914c6833c476a7944be5d352f45467f3a RTC: 47725 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1646 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Memory leak in splaytree and testcase.Patrick Williams2012-09-042-56/+69
| | | | | | | | | Change-Id: I15515e3f63c8c24dc79da760b47411bf7ca6577a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1579 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler support for memory attentions.Brad Bishop2012-09-047-1/+862
| | | | | | | | | | RTC: 41423 Change-Id: Iadf1c8062c740f20be78306a7da2958347a11222 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1363 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler fake MCS and GP1 implementations.Brad Bishop2012-09-047-2/+505
| | | | | | | | | | | | Fake hw implementations for unit testing. RTC: 41423 Change-Id: Ie1f99632fdd9986a4f0ea21dc694f3e392fd4007 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1362 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler support for processor attentions.Brad Bishop2012-08-3010-25/+1293
| | | | | | | | | | RTC: 41446 Change-Id: Ia02c87b5daa10ad758751dcbd6981aa1ce3f5c48 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1361 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* proc_prep_master_winkleMark Wenning2012-08-3034-217/+6465
| | | | | | | | Change-Id: I7e0ea508c75e0e368e3bfde9dcaef1788169dcf3 RTC: 44818 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1517 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Missing file for Change Iebe9267eThi Tran2012-08-301-28/+155
| | | | | | | | | | | This change add a file I missed up upload for Change Iebe9267e: Support fapiGet/Putring, mem_pll_setup, and proc_a_x_dmi_pci_pll_setup isteps Change-Id: I2b9c0ee81816e2bfbc8044ba9e7a059969711703 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1633 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
* Implement interface for PRD-MDIA communicationReshmi Nair2012-08-291-22/+33
| | | | | | | | | | | RTC: 38392 Change-Id: I615377a028d049018f1173879a45f3eaf60a8d19 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1438 Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler fake processor implementation.Brad Bishop2012-08-295-1/+634
| | | | | | | | | | | | Fake GFIR and IPOLL register behavior for unit testing. RTC: 41445 Change-Id: Ic9e9cc018207904d4f25710bad9aa3b936f67985 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1360 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MDIA: Fix timing issue in unit test case. Issue 44509Larina DSouza2012-08-294-128/+434
| | | | | | | | Change-Id: Ibf7a761214027f180771901bcfd9b7d164eae427 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1341 Tested-by: Jenkins Server Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support fapiGet/Putring, mem_pll_setup, and proc_a_x_dmi_pci_pll_setup istepsThi Tran2012-08-2914-110/+2522
| | | | | | | | | | | Change-Id: Iebe9267e9afec319fa094e1af1f6c53d27a5282f RTC: 43613 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1620 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Melissa J. Connell <missyc@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Avoid malloc(0) in trace.Patrick Williams2012-08-291-28/+34
| | | | | | | | | | | | | 2% of our calls to malloc / free were of size 0 by trace when someone makes a call to trace that has no extra data (ie. just the string). Change-Id: Ifd1e7f5c843f54bc6563ae4acac18faa876be13c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1580 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>
* Attention handler random attention generator.Brad Bishop2012-08-286-22/+323
| | | | | | | | | | | | Thread that generates random attentions for unit testing. RTC: 41445 Change-Id: Ic63708f302f7b60c9ec20349a4dda39a23749bcd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1359 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Scan FunctionalityMissy Connell2012-08-2711-92/+1195
| | | | | | | | | | Supports Scan read/write Change-Id: I3ccecb772cff3de80062a35219fbfd9fdefd3d82 RTC:34014 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1470 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Modify xmltohb.pl to support 4 byte attribute IDsRichard J. Knight2012-08-272-72/+63
| | | | | | | | Change-Id: I866757a04fd059a07ae2f27b3d02218d7c73c9eb RTC: 45610 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1565 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Cache VPO state on for performance.Patrick Williams2012-08-271-34/+51
| | | | | | | | RTC: 43789 Change-Id: I80da1db355ac4ad838c36575ad183a0002569cd4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1574 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for p8_xip_customizeMark Wenning2012-08-277-200/+180
| | | | | | | | | | | Change-Id: I25f9071250f7330fd0da987e9590c70a89318ce6 RTC: 47293 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1577 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove workaround for simics race condition.Patrick Williams2012-08-271-3/+0
| | | | | | | | | | See Task 42922. Change-Id: I3f8d17ab6307596078052979fce694d4efb5e63d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1575 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler fake targeting service.Brad Bishop2012-08-273-1/+593
| | | | | | | | | | | | Fake target service implementations for unit testing. RTC: 43205 Change-Id: I86850bb2e2516e47fe90f87c84aad19933616b4b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1358 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler fake PRD implementation.Brad Bishop2012-08-275-1/+192
| | | | | | | | | | | | Fake PRD implementation for unit testing. Change-Id: I811c40451a56024f499957e650becb47ee62a66b RTC: 41428 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1357 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Pick up new centaur.sbe_pnor.binVan Lee2012-08-272-3/+2
| | | | | | | | | | - Restore cen_sbe_tp_chiplet_init1 for istep 10.1 Change-Id: Idd07f04888992e48e67b5bbd8009aebf00f7ace6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1546 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support for HWAS state predicateNick Bofferding2012-08-275-71/+552
| | | | | | | | | | | | | - Created new .C/.H for HWAS state predicate support - Updated testcommontargeting.H with HWAS state predicate testcases - Updated common makefile to include HWAS state predicate file - Updated predicates.H to include the HWAS state predicate RTC: 46236 Change-Id: If7552abab270f06ab538144cf299b27460e51394 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1563 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Support resolving affinity path into a targetNick Bofferding2012-08-272-1/+38
| | | | | | | | | | | - Updated target service's "toTarget" API to support affinity paths - Updated testcase to verify additional behavior Change-Id: Ie9dc0f4796be80312fda226e6b030bbb00054681 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1554 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Added support in addCopyright.pl for PRD rule filesZane Shelley2012-08-221-3/+10
| | | | | | | Change-Id: Id99d42632fe7a9259e6ab3e8474b0aa3caa3a059 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1511 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Changed addCopyright.pl to mimic CMVC prologs.Zane Shelley2012-08-221-99/+122
| | | | | | | | | | | | | Each line in a prolog is now wrapped in block comment tags, for each file that requires block comments. This mimics how the prologs are created in CMVC. Also, some spacing issues where fixed to also match how CMVC generates prologs. Also, fixes a couple of bugs that removed blank lines after the prolog. Change-Id: Ia80f772db1ddfbf7d893f5156f9399d68c74b924 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1510 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Ensure PHYP thread order is correct.Patrick Williams2012-08-225-67/+189
| | | | | | | | | | | * Choose thread with the lowest PIR as the last to enter payload. * Use HRMOR update process from Murano Book IV. RTC: 43166 Change-Id: I629f4a55cba1967a13c31a16095697b7142ca407 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1529 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove SPLESS_SHUTDOWN supportMark Wenning2012-08-225-90/+26
| | | | | | | | | Change-Id: I115111cb283d4127d483060bb602ce3f06a6aaf1 RTC: 45042 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1566 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Locate FSP specific targets' attributes in FSP sectionNick Bofferding2012-08-221-1/+31
| | | | | | | | | | - Changed image compiler to locate FSP specific targets' attributes in the FSP specific section Change-Id: Ic6e55612458338446b707f26cc25fe9c8ec00c82 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1545 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Modify registers in scom testDan Crowell2012-08-221-13/+11
| | | | | | | | | | | | | The registers we were using are now being modified by action files so the test was failing. I changed to use a different set of scratch registers instead. Change-Id: I27eac156e03078bf7acd3bbbab4e17b4ac65b5c5 RTC: 47059 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1547 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Verify sandbox build during hb prime before proceeding.Adam Muhle2012-08-221-8/+18
| | | | | | | | | | | | | | | hb prime was not comparing the sandbox driver to bbuild value before runing hbDistribute. This can lead to confusing errors if the hostboot content has requirements on what FSP drivers can be used. I've made the hb prime checking the same as hb startsimics to avoid this confusion. Change-Id: If491900fe944537deed93957527a6cb939a6c86e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1568 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* HWPF: fapi::ReturnCode: Group callout/deconfigure/GARD requests against TargetsMike Jones2012-08-206-319/+280
| | | | | | | | | Change-Id: Ibd5c947a64e06a7d2ce6681c25f3b32e4a5f80b5 RTC: 45800 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1528 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enable calling of proc_revert_sbe_mcs_setup in Simics.CamVan Nguyen2012-08-201-28/+12
| | | | | | | | | | Change-Id: I764a7040a6df8d2718cb66a1dadf86a072a99ae3 RTC: 45169 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1556 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Fix DIMM instance path sort orderNick Bofferding2012-08-201-18/+42
| | | | | | | | | | | | - Added DIMM instance path sort function to MRW parser - Fixed MRW parser bug where DIMM instances were not normalized correctly Change-Id: Ida107f76be62eb3fc9a30263f7f163bcb4bb5fe4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1562 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Andrea Y. Ma <ayma@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Enable calling of mss_scominit in Simics.CamVan Nguyen2012-08-172-51/+34
| | | | | | | | | Change-Id: I1b441f0714af1a9579b1e003b70952efe29a5523 RTC: 44947 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1551 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Deliver new PNOR tooling to ODE sandboxAdam Muhle2012-08-1612-285/+1142
| | | | | | | | | | | | | | | | | | | | | | Updating pnor build process in the following ways: -Murano/Venice/Tuleta pnor images now build in ODE sandbox -They are built using the ffs tool -hbDistribute delivers necessary files to ODE to enable building in ODE sandbox. -Delivering ffs_hb.H to CMVC to enable commonality of FFS user data with Hardware Server -Disabled failing Scom test case assoicated with new bbuild. Opened Issue to track resolution. Note, VBU image is still built the old way. That will be updated next sprint. Change-Id: Ie4cdca053c3f4221e5ca051a68157159970dfce2 RTC: 35045 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1436 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* MDIA:Execute HWP mss_maint_cmds to run Maint CmdsLarina DSouza2012-08-162-41/+117
| | | | | | | | | | RTC: 38398 Change-Id: Ie41796fc2aa9f9860b6515098a32b51d80089167 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1236 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>
* Updates to IPL flow v1.08CamVan Nguyen2012-08-1642-1295/+912
| | | | | | | | | | Change-Id: I496b5739f625dd5111a5cdd144e89dcd43ad1986 RTC: 45712 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1533 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>
* HWPF: Add fapiSpecialWakeup interfaceMike Jones2012-08-162-22/+71
| | | | | | | | | | RTC: 46930 Change-Id: I7bddfeccd78278d96a367a9e5842fa504dedbe30 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1523 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler fake system.Brad Bishop2012-08-155-45/+840
| | | | | | | | | | | | A fake hardware implementation framework for unit testing. Change-Id: I596c26d4c10a0f707c9eab29419b36e8ed11ac6b RTC: 41428 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1356 Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler fake interrupt presenter.Brad Bishop2012-08-154-25/+403
| | | | | | | | | | A fake presenter for unit testing. RTC: 41428 Change-Id: I03f90cc00ee368fb8bde24e47da6fc4a4db130cf Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1355 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler SCOM wrapper.Brad Bishop2012-08-157-24/+859
| | | | | | | | RTC: 41446 Change-Id: Ib5b8c6e3dd29b9b813c0e1bbdf797218f0a96c40 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1353 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Miscellaneous support for x86 targeting builds in FSPNick Bofferding2012-08-154-40/+70
| | | | | | | | | | | | | - Updated makefiles delivered to FSP to include NFP context mk directives - Updated makefiles delivered to FSP to consolidate subtree directives - Updated abstract pointer type to handle 4 byte x86 pointers - Updated attribute resource provider to use updated abstract pointer Change-Id: Ib924ae40c250d968e9ccbb9cffb1eb38bb747cdd RTC: 39737 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1519 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Attention handler target service wrapper.Brad Bishop2012-08-154-1/+535
| | | | | | | | RTC: 43206 Change-Id: Ic7f80c518a1801dcd53d36df0dca4c0d88e77832 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1352 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Start attention handler before running memory diagnostics.Brad Bishop2012-08-153-49/+107
| | | | | | | | | | Change-Id: Ieffba1f1b52890feb01dc7ec0766f5ebcf0b6660 RTC: 44961 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1381 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>
* Attention handler addresses and bits.Brad Bishop2012-08-155-49/+506
| | | | | | | | | RTC: 41446 Change-Id: Iaf17f2b10552cc4ada7876de98f97d7bb01d7715 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1351 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Additional needed utilities for PRD port.Patrick Williams2012-08-155-89/+373
| | | | | | | | | | | | | | | | | Implement assorted utilities and STL templates for the port of existing PRD code from FSP: * strcat / strncat * std::generate_n * std::transform * std::back_inserter RTC: 44531 Change-Id: I9992f78222cbc2f74da15eea74c9b2cad602ad59 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1501 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Remove no longer needed mss_restore_dram_repairVan Lee2012-08-153-106/+14
| | | | | | | | | | | Change-Id: I435c968727dbe7f7cb7d7360616e8bb284bd9353 RTC: 46855 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1518 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
OpenPOWER on IntegriCloud