summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/pi/00660F01/chip_name.c
blob: 319cb1245d50e50316c476e028c55c3df21a83a6 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <device/device.h>

struct chip_operations cpu_amd_pi_00660F01_ops = {
	CHIP_NAME("AMD CPU Family 15h Model 60h-6Fh")
};