blob: 2487cdebd35b627853b6e4e7d789ff5bd73da228 [file] [log] [blame]
Lee Leahy102f6252016-07-25 07:41:54 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2016 Intel Corp.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15#include <console/console.h>
16#include <fsp/util.h>
17#include <soc/ramstage.h>
18
Lee Leahy44ec92a2016-09-28 17:16:44 -070019void platform_fsp_silicon_init_params_cb(FSPS_UPD *silupd)
Lee Leahy102f6252016-07-25 07:41:54 -070020{
21}
Lee Leahyf26fc0f2016-07-25 10:14:07 -070022
23asmlinkage void chipset_teardown_car(void)
24{
25}