From 505fe3d73c37e21e378b58cee0c53b835cd5f88d Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Wed, 4 Dec 2019 10:26:08 -0700 Subject: soc/amd/picasso: Add CPUID of newer device Add a new device (Family 17h Models 20h-2Fh) to the cpu driver. Change-Id: Id792533e60813b7509bacd6806f78cd8bba56e37 Signed-off-by: Marshall Dawson Reviewed-on: https://chromium-review.googlesource.com/1950713 Reviewed-by: Martin Roth Tested-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/39617 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/amd/picasso/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c index 403b15b894..c7e847d314 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 }, + { X86_VENDOR_AMD, 0x820f01 }, { 0, 0 }, }; -- cgit v1.2.3