fwupd/plugins/cpu
Mario Limonciello 4b80abafd8 trivial: don't use noclone attribute for cet checker on clang
Clang doesn't support this
2021-06-29 14:37:44 -05:00
..
cpu.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00
fu-cpu-device.c trivial: fixup includes for a variety of plugins 2021-06-14 10:12:45 +01:00
fu-cpu-device.h trivial: fixup includes for a variety of plugins 2021-06-14 10:12:45 +01:00
fu-cpu-helper-cet-common.c
fu-cpu-helper-cet-common.h
fu-cpu-helper-cet.c
fu-plugin-cpu.c trivial: fixup includes for a variety of plugins 2021-06-14 10:12:45 +01:00
meson.build trivial: don't use noclone attribute for cet checker on clang 2021-06-29 14:37:44 -05:00
README.md

CPU Microcode Support

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.