summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/include/soc/ramstage.h
blob: ec64eec46f5dd2741bc427f8d07f5c3f91687035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_RAMSTAGE_H_
#define _SOC_RAMSTAGE_H_

#include <device/device.h>
#include <fsp/api.h>
#include <fsp/util.h>
#include <soc/soc_chip.h>

void mainboard_silicon_init_params(FSP_S_CONFIG *params);
void mainboard_update_soc_chip_config(struct soc_intel_tigerlake_config *config);
void soc_init_pre_device(void *chip_info);

#endif