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