soc/amd/picasso: add and use CPUIDs for older steppings
Change-Id: Ibe768ef7cd714c17fd5a296d9a3e5f963ae0ef01 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41641 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -115,9 +115,10 @@ static struct device_operations cpu_dev_ops = {
|
||||
};
|
||||
|
||||
static struct cpu_device_id cpu_table[] = {
|
||||
{ X86_VENDOR_AMD, 0x810f80 },
|
||||
{ X86_VENDOR_AMD, PICASSO_CPUID },
|
||||
{ X86_VENDOR_AMD, RAVEN2_CPUID },
|
||||
{ X86_VENDOR_AMD, PICASSO_B0_CPUID },
|
||||
{ X86_VENDOR_AMD, PICASSO_B1_CPUID },
|
||||
{ X86_VENDOR_AMD, RAVEN2_A0_CPUID },
|
||||
{ X86_VENDOR_AMD, RAVEN2_A1_CPUID },
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user