Feature #13199
closedAMD Socket info shouldn't require revision
100%
Description
Traditionally, the way that syntheizing AMD socket information worked is that it required having a table of family, model, stepping and mapping that to a particular revision found in an AMD errata document referred to as a "revision guide". These are sometimes hard to get without NDAs and aren't really necessary for actually knowing what socket something's at. While we can't say this for all older parts, we know that the for newer ones these ranges are more general and therefore we should have a table that can fill in this information even without the other information.
Updated by Robert Mustacchi over 1 year ago
Unfortunately, I don't have access to these systems, though I was able to verify that things still worked for SP3 on Rome.
Updated by Robert Mustacchi over 1 year ago
Dan McDonald was able to test this on a Zen 2 Ryzen (3700X) and with that we were able to confirm that the socket was now detected, even though it wasn't previously.
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit a41862fc9ba4a637c7ae5da1e5edd176416f7990
commit a41862fc9ba4a637c7ae5da1e5edd176416f7990 Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-10-09T21:18:40.000Z 13198 Add AMD Dali, Renoir, and Banded Kestrel socket info 13199 AMD Socket info shouldn't require revision Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>