diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-01-29 23:28:18 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-31 01:08:46 +0000 |
commit | abde3ff503a97e1ad7d0c6a5982a9407f18c04be (patch) | |
tree | 1ca919d8caf249efca30a32117102eafbf682a76 /src/soc/amd/cezanne | |
parent | fd3df8e24b69c4871932c03f8a0b13c73dac4ca7 (diff) |
soc/amd/cezanne: add soc/cpu.h with CPUID define for Cezanne A0 stepping
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I9b6d8b0c5ff5e58f6ab487d9fe724534f0108f83
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50153
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne')
-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 */ |