History log of /openbmc/phosphor-mrw-tools/gen_occ_map.pl (Results 1 – 3 of 3)
Revision Date Author Comments
# 65ca8e19 16-Jul-2022 Andrew Geissler <geissonator@yahoo.com>

ensure no space in script type string

New bitbake checks to ensure the #! line does not exceed 180 characters
and it requires no space between it and the script type info.

Signed-off-by: Andrew Gei

ensure no space in script type string

New bitbake checks to ensure the #! line does not exceed 180 characters
and it requires no space between it and the script type info.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: If52da98c06aced381a6b82cfc0756c1a322f7aec

show more ...


# 8abfe308 09-Aug-2017 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

Remove using isdigit since its deprecated

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

Remove using isdigit since its deprecated

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>

show more ...


# 7b93a162 21-Jul-2017 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

Parse MRW and generate OCC to its sensor ID mapping

Change-Id: If96240e12f42c87aa624bfda3ec9b7367272e2f5
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>