diff options
Diffstat (limited to 'amd-ucode')
-rw-r--r-- | amd-ucode/README | 64 | ||||
-rw-r--r-- | amd-ucode/microcode_amd.bin | bin | 0 -> 12684 bytes | |||
-rw-r--r-- | amd-ucode/microcode_amd.bin.asc | 11 | ||||
-rw-r--r-- | amd-ucode/microcode_amd_fam15h.bin | bin | 0 -> 7876 bytes | |||
-rw-r--r-- | amd-ucode/microcode_amd_fam15h.bin.asc | 11 | ||||
-rw-r--r-- | amd-ucode/microcode_amd_fam16h.bin | bin | 0 -> 3510 bytes | |||
-rw-r--r-- | amd-ucode/microcode_amd_fam16h.bin.asc | 11 | ||||
-rw-r--r-- | amd-ucode/microcode_amd_fam17h.bin | bin | 0 -> 12924 bytes | |||
-rw-r--r-- | amd-ucode/microcode_amd_fam17h.bin.asc | 11 | ||||
-rw-r--r-- | amd-ucode/microcode_amd_fam19h.bin | bin | 0 -> 39172 bytes | |||
-rw-r--r-- | amd-ucode/microcode_amd_fam19h.bin.asc | 11 |
11 files changed, 119 insertions, 0 deletions
diff --git a/amd-ucode/README b/amd-ucode/README new file mode 100644 index 0000000..9fd019c --- /dev/null +++ b/amd-ucode/README @@ -0,0 +1,64 @@ +This repository includes microcode container files for family 15h, 16h, +17h, and 19h AMD CPUs. Microcode patches for families earlier than 15h are +included in the microcode_amd.bin microcode container file. The microcode +patches included in an AMD CPU microcode container file can be listed using +the script in the following git repository: +https://github.com/AMDESE/amd_ucode_info + +The microcode patches included in the container files in this directory are +listed below: + +Microcode patches in microcode_amd.bin: + Family=0x10 Model=0x02 Stepping=0x02: Patch=0x01000083 Length=960 bytes + Family=0x10 Model=0x02 Stepping=0x0a: Patch=0x01000084 Length=960 bytes + Family=0x10 Model=0x06 Stepping=0x02: Patch=0x010000c7 Length=960 bytes + Family=0x10 Model=0x05 Stepping=0x03: Patch=0x010000c8 Length=960 bytes + Family=0x10 Model=0x09 Stepping=0x01: Patch=0x010000d9 Length=960 bytes + Family=0x10 Model=0x08 Stepping=0x00: Patch=0x010000da Length=960 bytes + Family=0x10 Model=0x05 Stepping=0x02: Patch=0x010000db Length=960 bytes + Family=0x10 Model=0x0a Stepping=0x00: Patch=0x010000dc Length=960 bytes + Family=0x11 Model=0x03 Stepping=0x01: Patch=0x02000032 Length=512 bytes + Family=0x12 Model=0x01 Stepping=0x00: Patch=0x03000027 Length=960 bytes + Family=0x14 Model=0x01 Stepping=0x00: Patch=0x05000029 Length=1568 bytes + Family=0x14 Model=0x02 Stepping=0x00: Patch=0x05000119 Length=1568 bytes + +Microcode patches in microcode_amd_fam15h.bin: + Family=0x15 Model=0x01 Stepping=0x02: Patch=0x0600063e Length=2592 bytes + Family=0x15 Model=0x02 Stepping=0x00: Patch=0x06000852 Length=2592 bytes + Family=0x15 Model=0x10 Stepping=0x01: Patch=0x06001119 Length=2592 bytes + +Microcode patches in microcode_amd_fam16h.bin: + Family=0x16 Model=0x00 Stepping=0x01: Patch=0x0700010f Length=3458 bytes + +Microcode patches in microcode_amd_fam17h.bin: + Family=0x17 Model=0x08 Stepping=0x02: Patch=0x0800820d Length=3200 bytes + Family=0x17 Model=0x31 Stepping=0x00: Patch=0x0830107b Length=3200 bytes + Family=0x17 Model=0xa0 Stepping=0x00: Patch=0x08a00008 Length=3200 bytes + Family=0x17 Model=0x01 Stepping=0x02: Patch=0x0800126e Length=3200 bytes + +Microcode patches in microcode_amd_fam19h.bin: + Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a101244 Length=5568 bytes + Family=0x19 Model=0x01 Stepping=0x02: Patch=0x0a001236 Length=5568 bytes + Family=0x19 Model=0x01 Stepping=0x00: Patch=0x0a001079 Length=5568 bytes + Family=0x19 Model=0x01 Stepping=0x01: Patch=0x0a0011d3 Length=5568 bytes + Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa00213 Length=5568 bytes + Family=0x19 Model=0xa0 Stepping=0x01: Patch=0x0aa00116 Length=5568 bytes + Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a101144 Length=5568 bytes + +NOTE: For Genoa (Family=0x19 Model=0x11) and Bergamo (Family=0x19 Model=0xa0), +either AGESA version >= 1.0.0.8 OR a kernel with the following commit is +required: +a32b0f0db3f3 ("x86/microcode/AMD: Load late on both threads too") + +When late loading the patches for Genoa or Bergamo, there may be one spurious +NMI observed per physical core. These NMIs are benign and don't cause any +functional issue but will result in kernel messages being logged. + +NOTE: When running 5.19+ kernels on Genoa or Bergamo systems, some microcode +patches are known to trigger warnings in the PMI handler. The following are +the required minimum patch levels to address this problem: + + Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a10113e + Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a10123e + Family=0x19 Model=0xa0 Stepping=0x01: Patch=0x0aa00116 + Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa00212 diff --git a/amd-ucode/microcode_amd.bin b/amd-ucode/microcode_amd.bin Binary files differnew file mode 100644 index 0000000..23c9dd3 --- /dev/null +++ b/amd-ucode/microcode_amd.bin diff --git a/amd-ucode/microcode_amd.bin.asc b/amd-ucode/microcode_amd.bin.asc new file mode 100644 index 0000000..e8048b1 --- /dev/null +++ b/amd-ucode/microcode_amd.bin.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iQEcBAABAgAGBQJR3dkLAAoJEKXo28mMAQi0/9cIAKraXlbchZkkIPzyMrZBZZJe +zapMterpLdDYL6zukfqgF7Frg94+ilGPK9yKAFsvC+EJyHrF5lbRQ/JthANdRv+Y +8sBKz5/knVI72WdjSjg+473I1rFdIUK+YN7Ygp6eAwP3fg/IQ9UD9iQfWKbbUnx0 +WSEMCZm/izsyU2LQMJvtizJ2gz9ktFoALUtTvj0bv34CKr++qqngEVFy/WKQdR6x +R3l5MjFAhvzO0O9gV59s1tXbPU56HRhMbvSBn3NIVZu17pwAFySHwQLAeW10GH0j +UfgpKQppbz90iLLaSh8vseTOoTBn5SegDtK0JEJNMOuK1VoZ+kgv0cqGCs17HBQ= +=FnHv +-----END PGP SIGNATURE----- diff --git a/amd-ucode/microcode_amd_fam15h.bin b/amd-ucode/microcode_amd_fam15h.bin Binary files differnew file mode 100644 index 0000000..f12ff79 --- /dev/null +++ b/amd-ucode/microcode_amd_fam15h.bin diff --git a/amd-ucode/microcode_amd_fam15h.bin.asc b/amd-ucode/microcode_amd_fam15h.bin.asc new file mode 100644 index 0000000..cf6b810 --- /dev/null +++ b/amd-ucode/microcode_amd_fam15h.bin.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJbB09SAAoJEOS+UznzKK5z8kAIAK1In82D88fGFbhluAl13UFu +rs8BhXKL2w7B2KAspBNTmYpIQnfvVDrZzn6t6nqssuJ4bnWH8sf0mC/w5dSQLG4M +WdpDd+qkdkDGJFlbl3zkr14Q7ZCQPV44pT7BOF07VPflOeQQjRWug9cdyqRIfO4n +XGR5wvBOJZ2BlriRkYagQHn6iB/UJWXodmTr8CRGIHTApQg6K0NPNvmbwa/W5Z9X +bS6eniACMfFDH7NXG2uTpFiGa3DYbDyNZiZeM7Uv3BFxtAOGY8vTFghtRyk0qxAl +o6d8fT6ozkTUxE40Lgb6MegDJPwJ+uDfB7jKVPnYsbDAp6K7L8k/7PQQQRJ69Pc= +=k2EA +-----END PGP SIGNATURE----- diff --git a/amd-ucode/microcode_amd_fam16h.bin b/amd-ucode/microcode_amd_fam16h.bin Binary files differnew file mode 100644 index 0000000..b339424 --- /dev/null +++ b/amd-ucode/microcode_amd_fam16h.bin diff --git a/amd-ucode/microcode_amd_fam16h.bin.asc b/amd-ucode/microcode_amd_fam16h.bin.asc new file mode 100644 index 0000000..b9bff2c --- /dev/null +++ b/amd-ucode/microcode_amd_fam16h.bin.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJUTtyFAAoJEOS+UznzKK5z4mwIAKEoRVZfNlqlsD2SR6Sfy3Cw +8SgsmUk0Wtdt4AmIMn3O4cZ+ONN9knMrJyLcDk+dH2dGsWPutNCE73diC7jP+P2W +hPy++6o9EBgCVBGxa/9ltuIAsS6N7HXPX2StZHcSaZEy+QWFX9rLmX9YF2lHzhwr +mbgK9/LLL2mV9BzBeuLAWBpzijIIrYgBfxDQS5gLwyveJMrWFO4WqupXd6XyrFur +ixe4paWNqHf82Llz7Yy55H8TAlES4eCg/wpxKVFAMDrs25MEXLoIGlAwLoTZBRkQ +bX+HsHfN3IcOi67UxwbRzTkb+hBvT13yJN4TymKhXstx4A/a3jF2sMlUD4aRs88= +=YwHU +-----END PGP SIGNATURE----- diff --git a/amd-ucode/microcode_amd_fam17h.bin b/amd-ucode/microcode_amd_fam17h.bin Binary files differnew file mode 100644 index 0000000..4afcc98 --- /dev/null +++ b/amd-ucode/microcode_amd_fam17h.bin diff --git a/amd-ucode/microcode_amd_fam17h.bin.asc b/amd-ucode/microcode_amd_fam17h.bin.asc new file mode 100644 index 0000000..49a9f32 --- /dev/null +++ b/amd-ucode/microcode_amd_fam17h.bin.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE/HxsUF2vzBRxg1fK5L5TOfMornMFAmVCWc4ACgkQ5L5TOfMo +rnPh/wf+LAIyLbenqgpit5OPRZBhw/zWk3Wtl08328h1LJilI+ebJxtjYLlL8sQc +NAkfN2f1RqRAoqhktxEMiWc9G4C7gqji1CTKTFLdALk+NaHPFA9z1E8nc+aUp58Y +EXfmr0wWjKdMfyGzkDt+gX2QVGom5yN2uAe+rg/OeepuzvVMQtijOHsu4jKlDk4o +lcuD8m+oRxCA4umPGQVNoeAhqTK+0MIAYQ8Igv6v/yk6bmYvd9CTCs16OrL1cFPm +153kvq2agnmqLlB9Tl9yVApqkE0iinzWBBDuYuno+1I/tfs1k5AOmsxGa1CVVz45 +ZrYL1jovjWpW7VTiyKxIUlR2SHv22A== +=B89Z +-----END PGP SIGNATURE----- diff --git a/amd-ucode/microcode_amd_fam19h.bin b/amd-ucode/microcode_amd_fam19h.bin Binary files differnew file mode 100644 index 0000000..2717d54 --- /dev/null +++ b/amd-ucode/microcode_amd_fam19h.bin diff --git a/amd-ucode/microcode_amd_fam19h.bin.asc b/amd-ucode/microcode_amd_fam19h.bin.asc new file mode 100644 index 0000000..9793fb4 --- /dev/null +++ b/amd-ucode/microcode_amd_fam19h.bin.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE/HxsUF2vzBRxg1fK5L5TOfMornMFAmWm4Z0ACgkQ5L5TOfMo +rnOnPAgAl9jY26pXhFO3qVTFhjdZMVU7YxmzX9RQqJz3pNHWo4hIRj6m2i2pY3lr +zJYNO9jeQj/XeKdq5VikAwmZxverrHAlQQiFg0XLd+BEt4yeuq0QvcQAToCCd3mO +OvgkfT87ePU2SOZ7/HT+Blz25qEyR4WnJgUonTsJeVPyfWbcOjXynqnDjhMRlp/r +Fc06bGrnu5dXT0Bom8zJ3WPLTfxwDyf5AW4CxH5dDspfd7skCYM0vXHxtL0Rb0l7 +ycQ8XruNYMXz2zy9lR2COu3+yx/oEB+Skr6Bhsr2zBX7niqb6Zt7Yt1S21+W5Wge +Vv5LBIfslMGAM3ZphlwuSepDwGvCUA== +=5Znh +-----END PGP SIGNATURE----- |