summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add API to find connections to a given targetSantosh Puranik2017-06-191-43/+133
|
* Targets.pm: Don't fail if BUS_TYPE is missingMatt Spinler2017-03-211-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 Spinler2016-12-211-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 parentMatt Spinler2016-12-211-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 childrenMatt Spinler2016-11-151-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 xmlnjames2016-11-021-0/+50
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Support enumerations with only one value. Fixes issue #5.njames2016-10-171-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.njames2016-09-201-47/+106
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Major refactor for P9:njames2016-08-252-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 fileRichard J. Knight2015-10-201-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. Knight2015-09-142-57/+65
|
* Update Targets.pm and target_types_mrw.xmlRichard J. Knight2015-08-031-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 Hauptli2015-05-201-17/+33
| | | | (Naples).
* Fixed ProcessXbus, so it generates PEER Attributes.Erich J. Hauptli2015-05-081-3/+19
|
* msbswap fixnjames2015-03-262-15/+48
|
* print Err for invalid sensorsnjames2015-02-271-9/+7
|
* auto assigns ipmi instance number and fru namenjames2015-02-212-3/+3
|
* Delete .gitignorenkskjames2015-02-201-1/+0
|
* full projectnjames2015-02-201-0/+1
|
* diffs xml using affinity path as keynjames2015-02-201-0/+77
|
* creates ipmi sensor reportnjames2015-02-192-63/+214
|
* support IPMI_NAMEnjames2015-02-172-37/+41
|
* support negative attribute valuesnjames2015-02-161-3/+14
|
* support negative number for ADC channel offsetnjames2015-02-161-0/+12
|
* ipmi sensor handlingnjames2015-02-132-77/+58
|
* add perl scriptnjames2015-02-112-0/+2610
OpenPOWER on IntegriCloud