aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/cpx/ramstage.c
blob: 1e0ba008c226f171af2ac5c7b22456e7958b34fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#include <fsp/api.h>
#include <smbios.h>

int soc_fsp_multi_phase_init_is_enable(void)
{
	return 0;
}

unsigned int smbios_cpu_get_max_speed_mhz(void)
{
	return 3900;
}