coreboot/src/soc/mediatek/mt8186
Yu-Ping Wu b229c120f7 soc/mediatek: Allow specifying multiple EINT base registers
Unlike MT8186/MT8188/MT8192/MT8195, MT8196 has 5 EINT base registers,
each with a different number of EINT bits. In preparation for the
upcoming MT8196 EINT unmasking support, replace the `eint_event_reg`
struct (which has a hardcoded register number) with an array
`eint_event` to specify the EINT base register(s).

BUG=none
TEST=emerge-geralt coreboot
BRANCH=none

Change-Id: I86fd3109c9ff72f33b9fea45587d012b003a34ba
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86033
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2025-01-18 13:09:40 +00:00
..
include/soc soc/mediatek: Rename DP related header files 2025-01-08 09:54:50 +00:00
adsp.c
bootblock.c
ddp.c
devapc.c soc/mediatek: Remove blank lines before '}' and after '{' 2024-03-28 09:18:26 +00:00
gic.c
gpio.c
i2c.c soc/mediatek: Remove redundant struct pad_func and PAD_* definitions 2024-09-12 16:57:11 +00:00
Kconfig
Makefile.mk soc/mediatek: Allow specifying multiple EINT base registers 2025-01-18 13:09:40 +00:00
msdc.c
mt6315.c
mt6366.c
mtcmos.c
pll.c tree: Remove unused <stddef.h> 2024-05-29 02:51:20 +00:00
pmic_wrap.c
pmif.c
pmif_clk.c soc/mediatek: Rename FREQ_*MHZ to PMIF_TARGET_FREQ_MHZ 2024-11-21 16:13:48 +00:00
pmif_spmi.c tree: Drop unused <console/console.h> 2024-04-09 22:22:44 +00:00
rtc.c soc/mediatek/mt8186/rtc: Remove unused variable "sw" 2025-01-11 07:11:36 +00:00
soc.c
spi.c soc/mediatek: Remove redundant struct pad_func and PAD_* definitions 2024-09-12 16:57:11 +00:00
spm.c tree: Remove unused <assert.h> 2024-11-19 00:40:04 +00:00
usb.c
wdt.c