fwupd/plugins/cpu
Richard Hughes 251f6348aa trivial: Add the missing plugin_cpu
I think using the plugin_uefi_pk option was probably a typo.
2021-12-10 12:00:33 +00:00
..
cpu.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00
fu-cpu-device.c Check the value range when parsing the quirk keys 2021-12-09 13:09:43 +00:00
fu-cpu-device.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-cpu-helper-cet-common.c trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-cpu-helper-cet-common.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-cpu-helper-cet.c trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-plugin-cpu.c Speed up the daemon startup by ~2% by doing dlsym much less 2021-11-09 12:02:07 +00:00
meson.build trivial: Add the missing plugin_cpu 2021-12-10 12:00:33 +00:00
README.md trivial: update markdown for pre-commit style 2021-07-18 14:42:47 -05:00

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_06
  • CPUID\PRO_0&FAM_06&MOD_0E
  • CPUID\PRO_0&FAM_06&MOD_0E&STP_3

External Interface Access

This plugin requires no extra access.