]> xenbits.xensource.com Git - xen.git/commit
x86/amd: Extend CPU erratum #1474 fix to more affected models
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 21 Dec 2023 10:08:31 +0000 (11:08 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 21 Dec 2023 12:19:40 +0000 (12:19 +0000)
commit23db507a01a4ec5259ec0ab43d296a41b1c326ba
treeb259936da60e2be914dd48ca725e39f5fff91cb3
parentb74c735f88275f8ae09521c452e8819832b51a97
x86/amd: Extend CPU erratum #1474 fix to more affected models

Erratum #1474 has now been extended to cover models from family 17h ranges
00-2Fh, so the errata now covers all the models released under Family
17h (Zen, Zen+ and Zen2).

Additionally extend the workaround to Family 18h (Hygon), since it's based on
the Zen architecture and very likely affected.

Rename all the zen2 related symbols to fam17, since the errata doesn't
exclusively affect Zen2 anymore.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/amd.c