soc/amd/picasso/cpu: add Raven1 CPUID to CPU table

The RV1 CPUID is already in the cpu.h file, but was still missing from
the CPU table in cpu.c.

Change-Id: Iad78cbe933b40e946d421e4c93e523f9e31f1089
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47249
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c
index 4d6e98d..5979fc6 100644
--- a/src/soc/amd/picasso/cpu.c
+++ b/src/soc/amd/picasso/cpu.c
@@ -128,6 +128,7 @@
 };
 
 static struct cpu_device_id cpu_table[] = {
+	{ X86_VENDOR_AMD, RAVEN1_B0_CPUID},
 	{ X86_VENDOR_AMD, PICASSO_B0_CPUID },
 	{ X86_VENDOR_AMD, PICASSO_B1_CPUID },
 	{ X86_VENDOR_AMD, RAVEN2_A0_CPUID },