mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 09:11:56 +00:00
We were calling g_module_symbol() 2703 times, which is actually more expensive than you'd think. It also means the plugins are actually what we tell people they are: A set of vfuncs that get run. The reality before that they were dlsym'd functions that get called at pretty random times. |
||
|---|---|---|
| .. | ||
| cpu.quirk | ||
| fu-cpu-device.c | ||
| fu-cpu-device.h | ||
| fu-cpu-helper-cet-common.c | ||
| fu-cpu-helper-cet-common.h | ||
| fu-cpu-helper-cet.c | ||
| fu-plugin-cpu.c | ||
| meson.build | ||
| README.md | ||
CPU Microcode
Introduction
This plugin reads the sysfs attributes associated with CPU microcode. It displays a read-only value of the CPU microcode version loaded onto the physical CPU at fwupd startup.
GUID Generation
These devices add extra instance IDs from the CPUID values, e.g.
CPUID\PRO_0&FAM_06CPUID\PRO_0&FAM_06&MOD_0ECPUID\PRO_0&FAM_06&MOD_0E&STP_3
External Interface Access
This plugin requires no extra access.