The commit("x86/microcode/AMD: Load only SHA256-checksummed patches") and commit("x86/microcode/AMD: Use the family, model,stepping encoded in the patch ID") carry a SHA256 checksum for microcode loading and abandon equivalence table because the family, model and stepping is part of the microcode patch ID. This results in microcode loading failure on Hygon family 18h processors because Hygon still uses equivalence table to verify microcode. So add equivalence table support for Hygon family 18h processors.
v6.6
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5265