fwupd/plugins/cpu
Richard Hughes b246bcaecb Allow client tools to translate the HSI attributes and results
To do this, rely on the AppStream ID to map to a translated string (providing a
fallback for clients that do not care) and switch the free-form result string
into a set of enumerated values that can be translated.

This fixes some of the problems where some things have to be enabled to "pass"
and other attributes have to be some other state. For cases where we want the
user to "do" something, provide a URL to a wiki page that we update out-of-band
of fwupd releases.
2020-05-18 17:03:49 +01:00
..
fu-cpu-device.c cpu: Add support for a security attribute related to Intel TME 2020-05-15 07:16:17 -05:00
fu-cpu-device.h cpu: Add support for a security attribute related to Intel TME 2020-05-15 07:16:17 -05:00
fu-plugin-cpu.c Allow client tools to translate the HSI attributes and results 2020-05-18 17:03:49 +01:00
meson.build Add a new plugin for CPU microcode 2020-03-09 09:04:38 +00:00
README.md Add a new plugin for CPU microcode 2020-03-09 09:04:38 +00:00

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.