Hello Marshall Dawson,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/39617
to review the following change.
Change subject: soc/amd/picasso: Add CPUID of newer device ......................................................................
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 --- M src/soc/amd/picasso/cpu.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/39617/1
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c index 66dfa6c..7831d3d 100644 --- a/src/soc/amd/picasso/cpu.c +++ b/src/soc/amd/picasso/cpu.c @@ -131,6 +131,7 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_AMD, 0x810f80 }, { X86_VENDOR_AMD, 0x810f81 }, + { X86_VENDOR_AMD, 0x820f01 }, { 0, 0 }, };
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39617 )
Change subject: soc/amd/picasso: Add CPUID of newer device ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39617 )
Change subject: soc/amd/picasso: Add CPUID of newer device ......................................................................
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 --- M src/soc/amd/picasso/cpu.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c index 403b15b..c7e847d 100644 --- a/src/soc/amd/picasso/cpu.c +++ b/src/soc/amd/picasso/cpu.c @@ -129,6 +129,7 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_AMD, 0x810f80 }, { X86_VENDOR_AMD, 0x810f81 }, + { X86_VENDOR_AMD, 0x820f01 }, { 0, 0 }, };