soc/amd/picasso: Add cpuid for older device

Make the driver work with stepping=0.

Change-Id: Id0961369b9cc9cfe1b0c09ebc50e6966ccd2e919
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35273
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Marshall Dawson 2019-09-04 09:40:50 -06:00 committed by Martin Roth
parent 31ef56958d
commit 04b4177e30
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ static struct device_operations cpu_dev_ops = {
}; };
static struct cpu_device_id cpu_table[] = { static struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_AMD, 0x810f80 },
{ X86_VENDOR_AMD, 0x810f81 }, { X86_VENDOR_AMD, 0x810f81 },
{ 0, 0 }, { 0, 0 },
}; };