mirror of
https://opendev.org/x/pyghmi
synced 2025-08-21 02:20:19 +00:00
Fix problem with TSM
SMMv2 changes broke TSM inventory. Change-Id: If8742364c10476adeab49551e9e836aacee1a3c8
This commit is contained in:
@@ -583,7 +583,7 @@ class OEMHandler(generic.OEMHandler):
|
||||
if self.has_xcc and name and name.startswith('PSU '):
|
||||
self.immhandler.augment_psu_info(fru, name)
|
||||
return fru
|
||||
elif self.is_fpc != 6: # SMM variant
|
||||
elif self.is_fpc and self.is_fpc != 6: # SMM variant
|
||||
fru['oem_parser'] = 'lenovo'
|
||||
return self.smmhandler.process_fru(fru)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user