Skip to content

Commit

Permalink
python/processor: add new microcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Jan 27, 2024
1 parent d269996 commit bc22cd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/processor/amd_microcode_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions python/processor/intel_microcode_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -1190,13 +1195,15 @@
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
0x906c0 0x2400001f 2021-08-09
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions python/processor/sync_amd_microcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
0x8900: (0x890F00,),
0x8901: (0x890F01,),
0x8902: (0x890F02,),
0x8910: (0x890F10,),
0x8A00: (0x8A0F00,),
0xA000: (0xA00F00,),
0xA010: (0xA00F10,),
Expand Down

0 comments on commit bc22cd5

Please sign in to comment.