Blame SOURCES/README

7826d1
The microcode_ctl package contains microcode files (vendor-provided binary data
7826d1
and/or code in proprietary format that affects behaviour of a device) for Intel
7826d1
CPUs that may be loaded into the CPU during boot.
7826d1
7826d1
This directory contains information regarding various aspects of the provided
7826d1
microcode files and their usage.
7826d1
7826d1
 * LICENSE.intel-ucode
7826d1
   "license" file from the Intel x86 CPU microcode archive.
7826d1
 * README
7826d1
   This file.
7826d1
 * README.caveats
7826d1
   Caveats (mechanism for enabling/disabling usage of sets of microcode files
7826d1
   based on caveat configuration and user preferences) documentation.
7826d1
   Also contains general information about microcode update behaviour and links
7826d1
   with additional information about the relevant microarchitectural
7826d1
   vulnerabilities.
7826d1
 * README.intel-ucode
7826d1
   "README.md" file from the Intel x86 CPU microcode archive.
7826d1
 * RELEASE_NOTES.intel-ucode
7826d1
   "releasenote.md" file from the Intel x86 CPU microcode archive.
7826d1
 * SECURITY.intel-ucode
7826d1
   "security.md" file from the Intel x86 CPU microcode archive.
7826d1
 * SUMMARY.intel-ucode
7826d1
   Information about supplied microcode files extracted from their headers,
7826d1
   in a table form.  Columns have the following meaning:
7826d1
    * "Path": path to the microcode file under one of the following directories:
7826d1
       * /usr/share/microcode_ctl/ucode_with_caveats/intel
7826d1
       * /usr/share/microcode_ctl/ucode_with_caveats
7826d1
       * /usr/share/microcode_ctl
7826d1
       * /lib/firmware
7826d1
       * /etc/firmware
7826d1
    * "Offset": offset of the microcode blob within the micocode file in bytes.
7826d1
    * "Ext. Offset": offset of the extended signature header within
7826d1
      the microcode file in bytes.
7826d1
    * "Data Size": size of microcode data in bytes.  0 means 2000 bytes.
7826d1
    * "Total Size": size of microcode blob in bytes, incuding headers.
7826d1
      0 means 2048 bytes.
7826d1
    * "CPUID": CPU ID signature (in format returned by the CPUID instruction).
7826d1
    * "Platform ID Mask": mask of suitable Platform IDs (provided in bits
7826d1
      52..50 of MSR 0x17).
7826d1
    * "Revision": microcode revision.
7826d1
    * "Date": microcode creation date.
7826d1
    * "Checksum": sum (in base 1<< 32) of all 32-bit values comprising
7826d1
      the microcode (from Offset up to Offset + Total Size).
7826d1
    * "Codenames": list of known CPU codenames associated with the CPUID
7826d1
      and Platform ID Mask combination.
7826d1
   Please refer to README.cavets, section "Microcode file structure"
7826d1
   for additional information regarding microcode header fields.
7826d1
 * caveats
7826d1
   Directory that contains readme files for each specific caveat.