Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41628 )
Change subject: soc/amd/picasso/include/cpu: add Raven1 CPUID ......................................................................
soc/amd/picasso/include/cpu: add Raven1 CPUID
Change-Id: Iaf848a68dc50c2af1e32b996f09296aaea935459 Signed-off-by: Felix Held felix-coreboot@felixheld.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/41628 Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Raul Rangel rrangel@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/picasso/include/soc/cpu.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Raul Rangel: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/soc/amd/picasso/include/soc/cpu.h b/src/soc/amd/picasso/include/soc/cpu.h index 11057bd..a377c1c 100644 --- a/src/soc/amd/picasso/include/soc/cpu.h +++ b/src/soc/amd/picasso/include/soc/cpu.h @@ -11,6 +11,7 @@ int get_cpu_count(void); void check_mca(void);
+#define RAVEN1_CPUID 0x00810f10 #define PICASSO_CPUID 0x00810f81 #define RAVEN2_CPUID 0x00820f01