soc/intel/skylake: Clean up includes

Change-Id: I505ef39487b2677993423e5952b54e008e24fcc5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69028
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes Haouas
2022-10-31 12:27:23 +01:00
committed by Felix Held
parent d222d1add8
commit d1bf9bfe06
12 changed files with 16 additions and 0 deletions

View File

@@ -1,11 +1,13 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootblock_common.h>
#include <cpu/cpu.h>
#include <intelblocks/fast_spi.h>
#include <intelblocks/systemagent.h>
#include <intelblocks/tco.h>
#include <intelblocks/uart.h>
#include <soc/bootblock.h>
#include <stdint.h>
asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
{

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <commonlib/bsd/helpers.h>
#include <nhlt.h>
#include <soc/nhlt.h>

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
static const struct nhlt_format_config dmic_1ch_formats[] = {

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
static const struct nhlt_format_config max98357_render_formats[] = {

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
static const struct nhlt_format_config max98373_render_formats[] = {

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
static const struct nhlt_format_config max98927_render_formats[] = {

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
/* The same DSP firmware settings are used for both the capture and

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
static const struct nhlt_format_config rt5514_4ch_formats[] = {

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
/*

View File

@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <commonlib/bsd/helpers.h>
#include <soc/nhlt.h>
static const struct nhlt_format_config ssm4567_render_formats[] = {

View File

@@ -2,6 +2,7 @@
#include <console/console.h>
#include <intelblocks/p2sb.h>
#include <types.h>
void p2sb_soc_get_sb_mask(uint32_t *ep_mask, size_t count)
{

View File

@@ -1,6 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <acpi/acpi_device.h>
#include <device/device.h>
#include <intelblocks/sd.h>
#include <stdint.h>
#include "chip.h"
int sd_fill_soc_gpio_info(struct acpi_gpio *gpio, const struct device *dev)