coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip_name.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/device.h>
4 
6  CHIP_NAME("AMD CPU Family 15h Model 10h-1Fh")
7 };
struct chip_operations cpu_amd_agesa_family15tn_ops
Definition: chip_name.c:5
#define CHIP_NAME(X)
Definition: device.h:32