Merge amd-dev into amd-master 20240820

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I33f3e9c430c039131a4e81224eb561269aecbe32
Cette révision appartient à :
Maisam Arif
2024-08-20 03:17:30 -05:00
révision 2a11d82ab9
+1 -1
Voir le fichier
@@ -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: