fwupd/plugins/cpu
2023-01-10 14:58:30 +00:00
..
cpu.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00
fu-cpu-device.c Flip around the FuDeviceInstanceFlags logic 2022-11-04 13:44:23 +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-cpu-plugin.c Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-cpu-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
meson.build Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
README.md Include the plugin README text in the generated docs 2023-01-10 14:58:30 +00:00

title: Plugin: 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.