File: README.md

package info (click to toggle)
fwupd 2.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,340 kB
  • sloc: ansic: 274,440; python: 11,468; xml: 9,432; sh: 1,625; makefile: 167; cpp: 19; asm: 11; javascript: 9
file content (47 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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` (only-quirk)
* `CPUID\PRO_0&FAM_06&MOD_0E`
* `CPUID\PRO_0&FAM_06&MOD_0E&STP_3`

## Quirk Use

This plugin uses the following plugin-specific quirks:

### CpuMitigationsRequired

Mitigations required for this specific CPU. Valid values are:

* `gds`

Since: 1.9.4

* `sinkclose`

Since: 2.0.2

### CpuSinkcloseMicrocodeVersion

Minimum version of microcode to mitigate the `sinkclose` vulnerability.

Since: 2.0.2

## External Interface Access

This plugin requires no extra access.

## Version Considerations

This plugin has been available since fwupd version `1.4.0`.