summaryrefslogtreecommitdiff
path: root/src/soc/intel/pantherlake/meminit.c
blob: 40dbf378c02dd49b2d8b2972bd7c5e191d62c322 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <fsp/util.h>
#include <soc/meminit.h>
#include <string.h>

void memcfg_init(FSPM_UPD *memupd, const struct mb_cfg *mb_cfg,
		 const struct mem_spd *spd_info, bool half_populated)
{
	/* Update after FSP is released externally released. */
}