3

While for Intel there is information like microcode-update-guidance.pdf and releasenote, I could not find similar information about AMD CPU microcode updates.

Is it available anywhere?

David Balažic
  • 1,844
  • 3
  • 31
  • 58

1 Answers1

2

The closest thing I could find is this community run microcode repository for Intel, VIA and AMD processors: https://github.com/platomav/CPUMicrocodes/

The list of AMD microcodes (with version numbers) is here: https://github.com/platomav/CPUMicrocodes/tree/master/AMD

Explanation of the filenames is in the first link. In short, it contains:

  • CPUID
  • Revision (Microcode update revision counter)
  • Date (Date of its public release)
  • Checksum
David Balažic
  • 1,844
  • 3
  • 31
  • 58