coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cpu.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_CEZANNE_CPU_H
4 #define AMD_CEZANNE_CPU_H
5 
6 #define CEZANNE_A0_CPUID 0x00a50f00
7 
8 #define CEZANNE_VBIOS_VID_DID 0x10021638
9 #define BARCELO_VBIOS_VID_DID 0x100215e7
10 
11 #endif /* AMD_CEZANNE_CPU_H */