Merge amd-dev into amd-master 20240820
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Change-Id: I33f3e9c430c039131a4e81224eb561269aecbe32
Cette révision appartient à :
@@ -1197,7 +1197,7 @@ class AMDSMICommands():
|
||||
current_platform_values += [args.usage, args.power, args.clock, args.temperature, args.pcie]
|
||||
|
||||
# Only args that are applicable to Hypervisors and BM Linux
|
||||
if self.helpers.is_hypervisor() and (self.helpers.is_baremetal() and self.helpers.is_linux()):
|
||||
if self.helpers.is_hypervisor() or (self.helpers.is_baremetal() and self.helpers.is_linux()):
|
||||
if ecc:
|
||||
args.ecc = ecc
|
||||
if ecc_blocks:
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur