Skip to content

v0.0.3 release

Choose a tag to compare

@zhang-rui zhang-rui released this 08 Feb 09:08
· 280 commits to main since this release
54ca02b
intel_lpmd 0.0.3 release
    
1. Conversion from glib-dbus to GDBus.

2. Add handling for CPU hotplug.

3. Use strict CPU model check to allow intel_lpmd running on
   1.1 validated platforms only. Including ADL/RPL/MTL for now.
   1.2 CPUID.7 Hybrid bit is set
   1.3 /sys/firmware/acpi/pm_profile returns 2 (mobile platform)

4. Use cpuid() to detect Lcores instead of using cache sysfs.

5. Enhance Ecore module detection

6. Fix pthread error handling, suggested by ColinIanKing.

7. Werror Fixes from aekoroglu.