summaryrefslogtreecommitdiffstats
path: root/scripts/Targets.pm
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>
* 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-251-28/+75
| | | | | | | | - 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
* Update scripts and xml files to the latest levels.Richard J. Knight2015-09-141-1/+1
|
* 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
* msbswap fixnjames2015-03-261-3/+14
|
* auto assigns ipmi instance number and fru namenjames2015-02-211-1/+1
|
* creates ipmi sensor reportnjames2015-02-191-1/+25
|
* support IPMI_NAMEnjames2015-02-171-13/+15
|
* ipmi sensor handlingnjames2015-02-131-1/+3
|
* add perl scriptnjames2015-02-111-0/+1445
OpenPOWER on IntegriCloud