aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/pi/00730F01/chip_name.c
blob: ce52df0026143d53809ae2f6958675389dad19b4 (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_00730F01_ops = {
	CHIP_NAME("AMD CPU Family 16h Model 30h-3Fh")
};