Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add API to find connections to a given target | Santosh Puranik | 2017-06-19 | 1 | -43/+133 |
| | |||||
* | Targets.pm: Don't fail if BUS_TYPE is missing | Matt Spinler | 2017-03-21 | 1 | -1/+6 |
| | | | | | | | In findConnections, don't die if a target is missing the BUS_TYPE attribute. Signed-off-by: Matt Spinler <spinler@us.ibm.com> | ||||
* | Replace FABRIC_NODE_ID with FABRIC_GROUP_ID. | Matt Spinler | 2016-12-21 | 1 | -2/+2 |
| | | | | | | Hostboot changed the name of that attribute. Signed-off-by: Matt Spinler <spinler@us.ibm.com> | ||||
* | Allow findConnections end_type to be on any dest parent | Matt Spinler | 2016-12-21 | 1 | -0/+23 |
| | | | | | | | | | Allow the end_type argument of findConnections to match on the type of any parent ancestor of the dest unit to allow for units that are buried in a deeper hierarchy than just unit->chip (such as unit->unit->unit->chip). Signed-off-by: Matt Spinler <spinler@us.ibm.com> | ||||
* | Allow findConnections() to work off more than just direct children | Matt Spinler | 2016-11-15 | 1 | -1/+27 |
| | | | | | | | | findConnections() will now also search great granchildren and below when looking for connections. Also added getAllTargetChildren() to return an array of every generation of children. Signed-off-by: Matt Spinler <spinler@us.ibm.com> | ||||
* | Add new script that can extract a part from a system xml | njames | 2016-11-02 | 1 | -0/+50 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Support enumerations with only one value. Fixes issue #5. | njames | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | Perl XML parser by default represents single child as a value and not a hash. This change forces enumerators to be represented as a hash. Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Add support to read old and new serverwiz xml formats. | njames | 2016-09-20 | 1 | -47/+106 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Major refactor for P9: | njames | 2016-08-25 | 2 | -28/+333 |
| | | | | | | | | - cleaned up package organization - added html summary - breakout parts library into seperate files - added support for external parts library - cleaned up MVC cheats - removed unused methods | ||||
* | Add event reading type to .rpt file | Richard J. Knight | 2015-10-20 | 1 | -11/+40 |
| | | | | | -Updated processMrw.pl to include the sensor event reading type when printing the report file. | ||||
* | Update scripts and xml files to the latest levels. | Richard J. Knight | 2015-09-14 | 2 | -57/+65 |
| | |||||
* | Update Targets.pm and target_types_mrw.xml | Richard J. Knight | 2015-08-03 | 1 | -8/+2 |
| | | | | | | -Enable ALL_MCS_IN_INTERLEAVING_GROUP and MSS_INTERLEAVE_ENABLE in Targets.pm -Move MSS_INTERLEAVE_ENABLE to the processor target | ||||
* | Fixed 32 bit machine address overflow problem and added support for 3rd IOP ↵ | Erich Hauptli | 2015-05-20 | 1 | -17/+33 |
| | | | | (Naples). | ||||
* | Fixed ProcessXbus, so it generates PEER Attributes. | Erich J. Hauptli | 2015-05-08 | 1 | -3/+19 |
| | |||||
* | msbswap fix | njames | 2015-03-26 | 2 | -15/+48 |
| | |||||
* | print Err for invalid sensors | njames | 2015-02-27 | 1 | -9/+7 |
| | |||||
* | auto assigns ipmi instance number and fru name | njames | 2015-02-21 | 2 | -3/+3 |
| | |||||
* | Delete .gitignore | nkskjames | 2015-02-20 | 1 | -1/+0 |
| | |||||
* | full project | njames | 2015-02-20 | 1 | -0/+1 |
| | |||||
* | diffs xml using affinity path as key | njames | 2015-02-20 | 1 | -0/+77 |
| | |||||
* | creates ipmi sensor report | njames | 2015-02-19 | 2 | -63/+214 |
| | |||||
* | support IPMI_NAME | njames | 2015-02-17 | 2 | -37/+41 |
| | |||||
* | support negative attribute values | njames | 2015-02-16 | 1 | -3/+14 |
| | |||||
* | support negative number for ADC channel offset | njames | 2015-02-16 | 1 | -0/+12 |
| | |||||
* | ipmi sensor handling | njames | 2015-02-13 | 2 | -77/+58 |
| | |||||
* | add perl script | njames | 2015-02-11 | 2 | -0/+2610 |