soc/intel/pantherlake: Add core scaling factors read support
[coreboot2.git] / src / soc / amd / genoa_poc / config.c
blobeab1ae44bc1b6e84e8888c8c978717c840a976d4
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/device.h>
4 #include <amdblocks/chip.h>
5 #include <device/device.h>
6 #include <static.h>
7 #include "chip.h"
9 const struct soc_amd_common_config *soc_get_common_config(void)
11 const struct soc_amd_genoa_poc_config *cfg = config_of_soc();
12 return &cfg->common_config;