aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/cpu.c
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-09-04 09:40:50 -0600
committerMartin Roth <martinroth@google.com>2019-10-20 18:09:55 +0000
commit04b4177e30b2fc5d94510f652c7b77bbf99b54a1 (patch)
tree715bb584355e9a15bec827892c7468470f61bfb4 /src/soc/amd/picasso/cpu.c
parent31ef56958db004dd6c0851d8a951721819ee2431 (diff)
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>
Diffstat (limited to 'src/soc/amd/picasso/cpu.c')
-rw-r--r--src/soc/amd/picasso/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c
index 697011af2a..66dfa6cfa4 100644
--- a/src/soc/amd/picasso/cpu.c
+++ b/src/soc/amd/picasso/cpu.c
@@ -129,6 +129,7 @@ static struct device_operations cpu_dev_ops = {
};
static struct cpu_device_id cpu_table[] = {
+ { X86_VENDOR_AMD, 0x810f80 },
{ X86_VENDOR_AMD, 0x810f81 },
{ 0, 0 },
};