diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 12:52:43 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:22:44 +0000 |
commit | 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (patch) | |
tree | d14de21d446c9a04fe62615743f9b25560d01b7f /src/soc | |
parent | f40f3907d554f56e62ea0998e43c388ff3dec4c3 (diff) |
tree: Drop unused <console/console.h>
Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/common/vboot/vboot_bootblock.c | 1 | ||||
-rw-r--r-- | src/soc/amd/genoa_poc/acpi.c | 1 | ||||
-rw-r--r-- | src/soc/amd/genoa_poc/i2c.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/p2sb/ioe_p2sb.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/p2sb/p2sb.c | 1 | ||||
-rw-r--r-- | src/soc/intel/meteorlake/pcie_rp.c | 1 | ||||
-rw-r--r-- | src/soc/intel/meteorlake/soc_info.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/pch.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/pmc.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/pmutil.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/common/bl31.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/common/devapc.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/common/msdc.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8186/pmif_spmi.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8188/lastbus.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8195/pcie.c | 1 | ||||
-rw-r--r-- | src/soc/sifive/fu740/clock.c | 1 | ||||
-rw-r--r-- | src/soc/sifive/fu740/gpio.c | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/src/soc/amd/common/vboot/vboot_bootblock.c b/src/soc/amd/common/vboot/vboot_bootblock.c index 6a7ae13c8e..7eeecb5334 100644 --- a/src/soc/amd/common/vboot/vboot_bootblock.c +++ b/src/soc/amd/common/vboot/vboot_bootblock.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <bootblock_common.h> -#include <console/console.h> #include <cpu/x86/tsc.h> #include <psp_verstage/psp_transfer.h> #include <symbols.h> diff --git a/src/soc/amd/genoa_poc/acpi.c b/src/soc/amd/genoa_poc/acpi.c index 8f842f92cb..fc223047be 100644 --- a/src/soc/amd/genoa_poc/acpi.c +++ b/src/soc/amd/genoa_poc/acpi.c @@ -7,7 +7,6 @@ #include <amdblocks/acpimmio.h> #include <amdblocks/cpu.h> #include <arch/ioapic.h> -#include <console/console.h> #include <device/device.h> #include <vendorcode/amd/opensil/genoa_poc/opensil.h> diff --git a/src/soc/amd/genoa_poc/i2c.c b/src/soc/amd/genoa_poc/i2c.c index 7261a8792a..aac73f06eb 100644 --- a/src/soc/amd/genoa_poc/i2c.c +++ b/src/soc/amd/genoa_poc/i2c.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <amdblocks/i2c.h> -#include <console/console.h> #include <soc/i2c.h> #include <soc/southbridge.h> #include "chip.h" diff --git a/src/soc/intel/common/block/p2sb/ioe_p2sb.c b/src/soc/intel/common/block/p2sb/ioe_p2sb.c index 41b815bad4..769b853af2 100644 --- a/src/soc/intel/common/block/p2sb/ioe_p2sb.c +++ b/src/soc/intel/common/block/p2sb/ioe_p2sb.c @@ -2,7 +2,6 @@ #define __SIMPLE_DEVICE__ -#include <console/console.h> #include <device/pci.h> #include <device/pci_ids.h> #include <intelblocks/p2sb.h> diff --git a/src/soc/intel/common/block/p2sb/p2sb.c b/src/soc/intel/common/block/p2sb/p2sb.c index 04318c8330..e348501cde 100644 --- a/src/soc/intel/common/block/p2sb/p2sb.c +++ b/src/soc/intel/common/block/p2sb/p2sb.c @@ -3,7 +3,6 @@ #define __SIMPLE_DEVICE__ #include <device/pci_ops.h> -#include <console/console.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> diff --git a/src/soc/intel/meteorlake/pcie_rp.c b/src/soc/intel/meteorlake/pcie_rp.c index 1b4045ec43..9f59ce1f97 100644 --- a/src/soc/intel/meteorlake/pcie_rp.c +++ b/src/soc/intel/meteorlake/pcie_rp.c @@ -4,7 +4,6 @@ #include <soc/pci_devs.h> #include <soc/pcie.h> #include <soc/soc_info.h> -#include <console/console.h> static const struct pcie_rp_group mtlp_rp_groups[] = { { .slot = PCI_DEV_SLOT_PCIE_1, .start = 0, .count = 8, .lcap_port_base = 1 }, diff --git a/src/soc/intel/meteorlake/soc_info.c b/src/soc/intel/meteorlake/soc_info.c index 0772c7799b..275d56876c 100644 --- a/src/soc/intel/meteorlake/soc_info.c +++ b/src/soc/intel/meteorlake/soc_info.c @@ -5,7 +5,6 @@ #include <device/pci_ops.h> #include <soc/soc_info.h> #include <intelblocks/tcss.h> -#include <console/console.h> uint8_t get_max_usb20_port(void) { diff --git a/src/soc/intel/xeon_sp/pch.c b/src/soc/intel/xeon_sp/pch.c index 23af6d9cb1..5f480d6ea8 100644 --- a/src/soc/intel/xeon_sp/pch.c +++ b/src/soc/intel/xeon_sp/pch.c @@ -9,7 +9,6 @@ #include <soc/bootblock.h> #include <soc/pch.h> #include <soc/pmc.h> -#include <console/console.h> void override_hpet_ioapic_bdf(void) { diff --git a/src/soc/intel/xeon_sp/pmc.c b/src/soc/intel/xeon_sp/pmc.c index 4321625a16..6a784e0d12 100644 --- a/src/soc/intel/xeon_sp/pmc.c +++ b/src/soc/intel/xeon_sp/pmc.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <device/device.h> #include <device/pci_ops.h> #include <intelblocks/pmc.h> diff --git a/src/soc/intel/xeon_sp/pmutil.c b/src/soc/intel/xeon_sp/pmutil.c index 336e867a96..0d77a2a741 100644 --- a/src/soc/intel/xeon_sp/pmutil.c +++ b/src/soc/intel/xeon_sp/pmutil.c @@ -7,7 +7,6 @@ #define __SIMPLE_DEVICE__ -#include <console/console.h> #include <device/pci.h> #include <intelblocks/pmclib.h> #include <intelblocks/rtc.h> diff --git a/src/soc/mediatek/common/bl31.c b/src/soc/mediatek/common/bl31.c index 6a790982e2..e6e5bbc868 100644 --- a/src/soc/mediatek/common/bl31.c +++ b/src/soc/mediatek/common/bl31.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <bl31.h> -#include <console/console.h> #include <gpio.h> #include <soc/bl31.h> diff --git a/src/soc/mediatek/common/devapc.c b/src/soc/mediatek/common/devapc.c index 7838d7d53b..5873dd5b3c 100644 --- a/src/soc/mediatek/common/devapc.c +++ b/src/soc/mediatek/common/devapc.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ -#include <console/console.h> #include <soc/devapc.h> #include <soc/devapc_common.h> diff --git a/src/soc/mediatek/common/msdc.c b/src/soc/mediatek/common/msdc.c index e7cd571d8e..df59b0ee37 100644 --- a/src/soc/mediatek/common/msdc.c +++ b/src/soc/mediatek/common/msdc.c @@ -5,7 +5,6 @@ #include <assert.h> #include <commonlib/bsd/helpers.h> #include <commonlib/storage/sd_mmc.h> -#include <console/console.h> #include <delay.h> #include <device/mmio.h> #include <lib.h> diff --git a/src/soc/mediatek/mt8186/pmif_spmi.c b/src/soc/mediatek/mt8186/pmif_spmi.c index 28ea739abd..614985b94d 100644 --- a/src/soc/mediatek/mt8186/pmif_spmi.c +++ b/src/soc/mediatek/mt8186/pmif_spmi.c @@ -3,7 +3,6 @@ #include <device/mmio.h> #include <soc/pll.h> #include <soc/pmif_spmi.h> -#include <console/console.h> /* IOCFG_LT, DRV_CFG2 */ DEFINE_BITFIELD(SPMI_SCL, 14, 12) diff --git a/src/soc/mediatek/mt8188/lastbus.c b/src/soc/mediatek/mt8188/lastbus.c index 5d117af03b..8bf6a87a6f 100644 --- a/src/soc/mediatek/mt8188/lastbus.c +++ b/src/soc/mediatek/mt8188/lastbus.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <device/mmio.h> #include <soc/addressmap.h> #include <soc/lastbus_v2.h> diff --git a/src/soc/mediatek/mt8195/pcie.c b/src/soc/mediatek/mt8195/pcie.c index cb36f8db0c..fa5bbd7ab1 100644 --- a/src/soc/mediatek/mt8195/pcie.c +++ b/src/soc/mediatek/mt8195/pcie.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ -#include <console/console.h> #include <device/mmio.h> #include <device/resource.h> #include <delay.h> diff --git a/src/soc/sifive/fu740/clock.c b/src/soc/sifive/fu740/clock.c index 419a0e2936..91e79925be 100644 --- a/src/soc/sifive/fu740/clock.c +++ b/src/soc/sifive/fu740/clock.c @@ -3,7 +3,6 @@ // This file is used for setting up clocks and get devices out of reset // For more Information see FU740-C000 Manual Chapter 7 Clocking and Reset -#include <console/console.h> #include <delay.h> #include <device/mmio.h> #include <soc/addressmap.h> diff --git a/src/soc/sifive/fu740/gpio.c b/src/soc/sifive/fu740/gpio.c index 167844daa7..b9fe87ec38 100644 --- a/src/soc/sifive/fu740/gpio.c +++ b/src/soc/sifive/fu740/gpio.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <soc/addressmap.h> #include <soc/gpio.h> #include <stdint.h> |