soc/intel/tigerlake: Clean up includes
Change-Id: I9c75e900d05d16de830c750f074df84bb17f64dc Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
This commit is contained in:
parent
d7d551523d
commit
cbbbb6c79d
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <drivers/intel/dptf/dptf.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
static const struct dptf_platform_info tgl_dptf_platform_info = {
|
||||
.use_eisa_hids = false,
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <bootstate.h>
|
||||
#include <commonlib/bsd/helpers.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_type.h>
|
||||
#include <elog.h>
|
||||
#include <intelblocks/pmclib.h>
|
||||
#include <intelblocks/xhci.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/pci_io_cfg.h>
|
||||
#include <cpu/intel/cpu_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <intelblocks/cfg.h>
|
||||
#include <intelpch/lockdown.h>
|
||||
#include <soc/pm.h>
|
||||
#include <stdint.h>
|
||||
|
||||
static void pmc_lock_pmsync(void)
|
||||
{
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <bootstate.h>
|
||||
#include <intelblocks/cse.h>
|
||||
#include <console/console.h>
|
||||
#include <intelblocks/cse.h>
|
||||
#include <soc/me.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
/* Host Firmware Status Register 2 */
|
||||
union me_hfsts2 {
|
||||
|
|
|
@ -8,6 +8,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)
|
||||
{
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <device/device.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <intelblocks/pcie_rp.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define CPU_CPIE_VW_IDX_BASE 24
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <device/device.h>
|
||||
#include <drivers/intel/usb4/retimer/retimer.h>
|
||||
#include <intelblocks/tcss.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int retimer_get_index_for_typec(uint8_t typec_port)
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* Chapter number: 3
|
||||
*/
|
||||
|
||||
#include <commonlib/bsd/helpers.h>
|
||||
#include <intelblocks/systemagent.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/romstage.h>
|
||||
|
|
|
@ -6,9 +6,10 @@
|
|||
* Chapter number: 7
|
||||
*/
|
||||
|
||||
#include <intelblocks/spi.h>
|
||||
#include <intelblocks/fast_spi.h>
|
||||
#include <intelblocks/spi.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define PSF_SPI_DESTINATION_ID_H 0x23b0
|
||||
#define PSF_SPI_DESTINATION_ID 0x23a8
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <device/pci_type.h>
|
||||
#include <intelblocks/xhci.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#define PCH_XHCI_USB2_PORT_STATUS_REG 0x480
|
||||
#define PCH_XHCI_USB3_PORT_STATUS_REG 0x520
|
||||
|
|
Loading…
Reference in New Issue