summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/gnr/ramstage.c
blob: 7a0453a67af1f4615f567723f066a8eaa7b7d301 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <fsp/api.h>
#include <soc/ramstage.h>

unsigned int smbios_cpu_get_voltage(void)
{
	return 16; /* Per SMBIOS spec, voltage times 10 */
}