From abde3ff503a97e1ad7d0c6a5982a9407f18c04be Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 29 Jan 2021 23:28:18 +0100 Subject: soc/amd/cezanne: add soc/cpu.h with CPUID define for Cezanne A0 stepping Signed-off-by: Felix Held Change-Id: I9b6d8b0c5ff5e58f6ab487d9fe724534f0108f83 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50153 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/amd/cezanne/include/soc/cpu.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/soc/amd/cezanne/include/soc/cpu.h (limited to 'src/soc/amd') diff --git a/src/soc/amd/cezanne/include/soc/cpu.h b/src/soc/amd/cezanne/include/soc/cpu.h new file mode 100644 index 0000000000..27647adbd1 --- /dev/null +++ b/src/soc/amd/cezanne/include/soc/cpu.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef AMD_CEZANNE_CPU_H +#define AMD_CEZANNE_CPU_H + +#define CEZANNE_A0_CPUID 0x00a50f00 + +#endif /* AMD_CEZANNE_CPU_H */ -- cgit v1.2.3