summaryrefslogtreecommitdiffstats
path: root/gen_occ_map.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove using isdigit since its deprecatedVishwanatha Subbanna2017-08-171-4/+0
| | | | | | | | | | | | | I had put an extra check to see if instance number is a digit and used POSIX::isdigit for that. However, it's deprecated in the PERL version that is in the mrw-tools. Also, no other parsers are doing this explicit check since the instance number has to be digit and is fundamental and hence isdigit check is not needed. Change-Id: I5922e466af6cdd9e9365c1d9ddf54b12a6763a5c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Parse MRW and generate OCC to its sensor ID mappingVishwanatha Subbanna2017-07-271-0/+126
Change-Id: If96240e12f42c87aa624bfda3ec9b7367272e2f5 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud