diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/cezanne/include/soc/cpu.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |