summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/cpu.h
blob: 926fd05de71ad0c3a1627929329519beeedb60e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_CEZANNE_CPU_H
#define AMD_CEZANNE_CPU_H

#define CEZANNE_A0_CPUID	0x00a50f00

#define CEZANNE_VBIOS_VID_DID	0x10021638
#define BARCELO_VBIOS_VID_DID	0x100215e7

#endif /* AMD_CEZANNE_CPU_H */