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 16h Model 30h-3Fh")
7 };
#define CHIP_NAME(X)
Definition: device.h:32
struct chip_operations cpu_amd_pi_00730F01_ops
Definition: chip_name.c:5