fwupd/plugins/cpu
Richard Hughes f56878ff88 Allow adding GUIDs to each HSI security attr
This indicates the GUID in some way contributed to the result decided.

It also allows us to match the submitted HSI results back to a firmware
stream on the LVFS, which allows us to allow vendors to see a subset of
results for uploaded devices.
2021-09-03 22:03:28 +01:00
..
cpu.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00
fu-cpu-device.c Allow adding GUIDs to each HSI security attr 2021-09-03 22:03:28 +01: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 trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
meson.build trivial: don't use noclone attribute for cet checker on clang 2021-06-29 14:37:44 -05: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.