aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2020-05-20 01:42:40 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-05-24 04:55:41 +0000
commitf309204c534d5af1e8e40d4145e82e9229c7d4ee (patch)
tree80633e38d8bb44ad2b54a51f8488e4cfa34965ed
parentacf80f287f75c7a39702358d5ad886e9b646b68b (diff)
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>
-rw-r--r--src/soc/amd/picasso/include/soc/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/cpu.h b/src/soc/amd/picasso/include/soc/cpu.h
index 11057bd5a9..a377c1ca42 100644
--- a/src/soc/amd/picasso/include/soc/cpu.h
+++ b/src/soc/amd/picasso/include/soc/cpu.h
@@ -11,6 +11,7 @@ void picasso_init_cpus(struct device *dev);
int get_cpu_count(void);
void check_mca(void);
+#define RAVEN1_CPUID 0x00810f10
#define PICASSO_CPUID 0x00810f81
#define RAVEN2_CPUID 0x00820f01