UEFI AMD CPU MSR Thermal status

132 Views Asked by At

I try to read through AsmReadMsr64 declared in uefi and get stuck on this function:

UINT64 Read = AsmReadMsr64(MSR_IA32_THERM_STATUS);

program just stops responding in efi shell, attempts to insert MSR_IA32_PACKAGE_THERM_STATUS are unsuccessful

Attempts to find information about msr were unsuccessful.

Maybe some of you can point me in the right direction or suggest another way to read CPU temperature ? tool - edk2 testing on motherboard with AMD Ryzen 3 3200G with Radeon Vega Graphics

0

There are 0 best solutions below