soc/amd/sabrina/cpu: update CPUID
Sabrina is family 17h model A0h. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I01e02e3491fb90941c767058986da876bdf7ca1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/61087 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
b1fe9de74d
commit
283999ad53
|
@ -75,7 +75,7 @@ static struct device_operations cpu_dev_ops = {
|
|||
};
|
||||
|
||||
static struct cpu_device_id cpu_table[] = {
|
||||
{ X86_VENDOR_AMD, CEZANNE_A0_CPUID},
|
||||
{ X86_VENDOR_AMD, SABRINA_A0_CPUID},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef AMD_SABRINA_CPU_H
|
||||
#define AMD_SABRINA_CPU_H
|
||||
|
||||
#define CEZANNE_A0_CPUID 0x00a50f00
|
||||
#define SABRINA_A0_CPUID 0x008a0f00
|
||||
|
||||
#define CEZANNE_VBIOS_VID_DID 0x10021638
|
||||
#define BARCELO_VBIOS_VID_DID 0x100215e7
|
||||
|
|
Loading…
Reference in New Issue