From 8ad5a62de94c40aa5ad757d8a7238b029dafa959 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 14 Nov 2018 15:50:03 +0530 Subject: soc/intel/icelake: Make static IRQ mapping for PIC mode This patch makes static PIRQ->IRQ mapping, where IRQ10 is mapped to PBRC and IRQ11 is mapped for PARC/PCRC/PDRC/PERC/PFRC/PGRC/PHRC. Change-Id: I9693f2a52529961e6b611b69e389f01f77f77d63 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/29509 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/soc/intel/icelake/chip.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/soc/intel/icelake/chip.h') diff --git a/src/soc/intel/icelake/chip.h b/src/soc/intel/icelake/chip.h index 12daea50c6..cb06fcb06a 100644 --- a/src/soc/intel/icelake/chip.h +++ b/src/soc/intel/icelake/chip.h @@ -34,17 +34,6 @@ struct soc_intel_icelake_config { /* Common struct containing soc config data required by common code */ struct soc_intel_common_config common_soc_config; - /* Interrupt Routing configuration. - * If bit7 is 1, the interrupt is disabled. */ - uint8_t pirqa_routing; - uint8_t pirqb_routing; - uint8_t pirqc_routing; - uint8_t pirqd_routing; - uint8_t pirqe_routing; - uint8_t pirqf_routing; - uint8_t pirqg_routing; - uint8_t pirqh_routing; - /* GPE configuration */ uint32_t gpe0_en_1; /* GPE0_EN_31_0 */ uint32_t gpe0_en_2; /* GPE0_EN_63_32 */ -- cgit v1.2.3