summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/fsp_params.c
blob: 9714e0e73f817dc054e3bf7c9e78efce5f0bdaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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

void platform_fsp_silicon_init_params_cb(FSPS_UPD *silupd)
{
}

asmlinkage void chipset_teardown_car(void)
{
}