diff --git a/python/processor/amd_microcode_versions.txt b/python/processor/amd_microcode_versions.txt index 10b7eb7..4637ad6 100644 --- a/python/processor/amd_microcode_versions.txt +++ b/python/processor/amd_microcode_versions.txt @@ -161,6 +161,7 @@ 0x890f00 0x8900007 2020-09-21 0x890f01 0x8900103 2020-11-05 0x890f02 0x8900201 2021-01-14 +0x890f10 0x8901001 2022-03-09 0x8a0f00 0x8a00006 2022-03-22 0x8a0f00 0x8a00008 2023-06-15 0xa00f00 0xa000033 2020-04-13 @@ -187,6 +188,7 @@ 0xa00f11 0xa0011a9 2022-09-16 0xa00f11 0xa0011ce 2023-01-14 0xa00f11 0xa0011d1 2023-07-10 +0xa00f11 0xa0011d3 2023-08-23 0xa00f12 0xa00121d 2021-06-09 0xa00f12 0xa001223 2021-09-11 0xa00f12 0xa001224 2021-09-29 @@ -196,6 +198,7 @@ 0xa00f12 0xa00122f 2022-09-16 0xa00f12 0xa001231 2023-01-17 0xa00f12 0xa001234 2023-07-10 +0xa00f12 0xa001236 2023-08-31 0xa00f80 0xa008003 2021-10-15 0xa00f82 0xa008204 2021-10-15 0xa00f82 0xa008205 2022-04-14 diff --git a/python/processor/intel_microcode_versions.txt b/python/processor/intel_microcode_versions.txt index 82df9af..7292980 100644 --- a/python/processor/intel_microcode_versions.txt +++ b/python/processor/intel_microcode_versions.txt @@ -636,6 +636,7 @@ 0x50656 0x4003303 2022-08-26 0x50656 0x4003501 2022-12-21 0x50656 0x4003604 2023-03-17 +0x50656 0x4003605 2023-07-28 0x50657 0x5000013 2018-12-03 0x50657 0x5000014 2018-12-17 0x50657 0x500001c 2019-01-28 @@ -883,13 +884,16 @@ 0x80664 0x4c000020 2022-05-10 0x80664 0x4c000021 2022-08-15 0x80664 0x4c000023 2023-02-22 +0x80664 0x4c000025 2023-09-26 0x80665 0xb00000f 2021-02-17 0x80665 0x4c000020 2022-05-10 0x80665 0x4c000021 2022-08-15 0x80665 0x4c000023 2023-02-22 +0x80665 0x4c000025 2023-09-26 0x80667 0x4c000020 2022-05-10 0x80667 0x4c000021 2022-08-15 0x80667 0x4c000023 2023-02-22 +0x80667 0x4c000025 2023-09-26 0x806a0 0x10 2019-05-07 0x806a1 0x27 2020-06-12 0x806a1 0x28 2020-06-26 @@ -1169,6 +1173,7 @@ 0x906a3 0x42a 2023-02-14 0x906a3 0x42c 2023-04-18 0x906a3 0x430 2023-06-07 +0x906a3 0x432 2023-09-19 0x906a4 0x2 2022-05-09 0x906a4 0x4 2022-10-12 0x906a4 0x5 2023-05-05 @@ -1190,6 +1195,7 @@ 0x906a4 0x42a 2023-02-14 0x906a4 0x42c 2023-04-18 0x906a4 0x430 2023-06-07 +0x906a4 0x432 2023-09-19 0x906c0 0x19 2020-12-13 0x906c0 0x1d 2021-03-23 0x906c0 0x24000014 2020-11-03 @@ -1197,6 +1203,7 @@ 0x906c0 0x24000021 2021-11-16 0x906c0 0x24000023 2022-02-19 0x906c0 0x24000024 2022-09-02 +0x906c0 0x24000026 2023-09-26 0x906e9 0x5e 2017-04-06 0x906e9 0x80 2018-01-04 0x906e9 0x84 2018-01-21 @@ -1385,6 +1392,8 @@ 0xa06a1 0x17 2023-05-18 0xa06a2 0x11 2023-06-27 0xa06a4 0x17 2023-10-26 +0xa06a4 0x1c 2024-01-03 +0xa06c0 0x11 2023-07-25 0xb0670 0x9 2021-11-15 0xb0670 0xe 2022-02-20 0xb0671 0x104 2022-04-19 @@ -1402,6 +1411,7 @@ 0xb0671 0x11d 2023-08-29 0xb0671 0x11e 2023-08-31 0xb0671 0x11f 2023-09-06 +0xb0671 0x120 2023-10-18 0xb06a2 0x410e 2022-12-08 0xb06a2 0x4111 2023-02-01 0xb06a2 0x4112 2023-02-22 diff --git a/python/processor/sync_amd_microcode.py b/python/processor/sync_amd_microcode.py index 23b3520..5811ce8 100755 --- a/python/processor/sync_amd_microcode.py +++ b/python/processor/sync_amd_microcode.py @@ -144,6 +144,7 @@ 0x8900: (0x890F00,), 0x8901: (0x890F01,), 0x8902: (0x890F02,), + 0x8910: (0x890F10,), 0x8A00: (0x8A0F00,), 0xA000: (0xA00F00,), 0xA010: (0xA00F10,),