summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/lpc.c
diff options
context:
space:
mode:
authorShuo Liu <shuo.liu@intel.com>2024-10-23 04:20:18 +0800
committerLean Sheng Tan <sheng.tan@9elements.com>2024-11-08 07:21:57 +0000
commit9c7ce22de917deaf2911803caa71d510814ec3c3 (patch)
tree21b9f5eb1f1b1b9c122b2ae748ab07480e456374 /src/soc/intel/xeon_sp/lpc.c
parent2c98b3ad235a63ec279990a694f91e32098f3da5 (diff)
soc/intel/xeon_sp/gnr: Enable IRQ routing
Enable IRQ routing per PCH IRQ usage convention and report domain _PRT. Change-Id: I095c7a302894437c90d854ce4e30467357eee2ba Signed-off-by: Lu, Pen-ChunX <pen-chunx.lu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84328 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp/lpc.c')
-rw-r--r--src/soc/intel/xeon_sp/lpc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/xeon_sp/lpc.c b/src/soc/intel/xeon_sp/lpc.c
index 7b46564588..bf1deddc36 100644
--- a/src/soc/intel/xeon_sp/lpc.c
+++ b/src/soc/intel/xeon_sp/lpc.c
@@ -17,14 +17,6 @@ void soc_get_gen_io_dec_range(uint32_t gen_io_dec[LPC_NUM_GENERIC_IO_RANGES])
gen_io_dec[3] = config->gen4_dec;
}
-void lpc_soc_init(struct device *dev)
-{
- printk(BIOS_SPEW, "pch: lpc_init\n");
-
- /* FSP configures IOAPIC and PCHInterrupt Config */
- /* Should read back the ID to fill ACPI IOAPIC accordingly. */
-}
-
void pch_lpc_soc_fill_io_resources(struct device *dev)
{
}