Add support for System X M5 generation for firmware inventory

This commit is contained in:
Jarrod Johnson 2014-09-05 10:44:55 -04:00
parent 0f4a674527
commit c79eca69df

View File

@ -2036,7 +2036,7 @@ sub got_bmc_fw_info {
my @returnd = (@{$rsp->{data}});
my @a = ($fw_rev2);
my $prefix = pack("C*",@returnd[0..3]);
if ($prefix =~ /yuoo/i or $prefix =~ /1aoo/i) { #we have an imm
if ($prefix =~ /yuoo/i or $prefix =~ /1aoo/i or $prefix =~ /tcoo/i) { #we have an imm
$isanimm=1;
}
$mprom = sprintf("%d.%s (%s)",$fw_rev1,decodebcd(\@a),getascii(@returnd));