aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/cpu.c
diff options
context:
space:
mode:
authorMarshall Dawson <marshall.dawson@amd.corp-partner.google.com>2019-12-04 10:26:08 -0700
committerFelix Held <felix-coreboot@felixheld.de>2020-03-18 22:14:27 +0000
commit505fe3d73c37e21e378b58cee0c53b835cd5f88d (patch)
tree80fa0191538b5ae81f74c1bfc6aa166833245c4d /src/soc/amd/picasso/cpu.c
parent7c49cb8f9ca86e791c392da40e7f0d3cb7ed47f3 (diff)
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 <marshall.dawson@amd.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/1950713 Reviewed-by: Martin Roth <martinroth@chromium.org> Tested-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39617 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
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 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 },
};