1INTEL-MICROCODE2UCODE(8) System Manager's Manual INTEL-MICROCODE2UCODE(8)
2
3
4
6 intel-microcode2ucode - convert Intel microcode.dat file into ucode
7 files
8
10 intel-microcode2ucode [MICROCODE_FILE]
11
13 intel-microcode2ucode parses Intel microcode combined text data file
14 (which usually has name microcode.dat) and splits it into individual
15 binary microcode files that can be loaded by the Linux kernel.
16
17 Generated microcode files are placed into intel-ucode directory, which
18 is created in the current working directory, and have file name format
19 of FF-MM-SS, where FF is the CPU family number, MM is the model number,
20 and SS is stepping. All three values are zero-filled to two digits and
21 are hexadecimal (letters are in the lower case).
22
23 This tool is mostly of historic interest, as Intel ships separate
24 microcode files now.
25
27 MICROCODE_FILE
28 Path to the microcode.dat file. If no path has been provided,
29 the default path /lib/firmware/microcode.dat is used. If -
30 (single dash) is provided as an argument, data is read from the
31 standard input.
32
34 0 Success.
35
36 1 Error occurred: temporary buffer cannot be allocated, input
37 microcode file cannot be opened, microcode version and/or format
38 are unknown, cannot open output file, cannot write to the output
39 file.
40
42 Problems with intel-microcode2ucode should be reported to Red Hat
43 Bugzilla ⟨https://bugzilla.redhat.com/⟩
44
46 intel-microcode2ucode was written by Kay Sievers <kay.sievers@vrfy.org>
47 and Anton Arapov <anton@redhat.com>. This manpage was written for Red
48 Hat Enterprise Linux and may be used, modified, and/or distributed
49 freely by anyone.
50
52 iucode-tool, a tool for manipulating Intel microcode files
53 ⟨https://gitlab.com/iucode-tool/iucode-tool⟩,
54
55 Intel microcode ⟨https://downloadcenter.intel.com/download/28727⟩
56
57
58
59MICROCODE_CTL 2.1-47.4.el7_6 2019-05-09 INTEL-MICROCODE2UCODE(8)