feat(mediatek): configure DEV_IRQ as G1S interruptIn order to register DEV_IRQ as secure interrupt in OP-TEE, the the GICDEnableGrp1S should be enabled for DEV_IRQ. Add mtk_interrupt_props inMTK
feat(mediatek): configure DEV_IRQ as G1S interruptIn order to register DEV_IRQ as secure interrupt in OP-TEE, the the GICDEnableGrp1S should be enabled for DEV_IRQ. Add mtk_interrupt_props inMTK GIC driver to configure the interrupt properly.Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>Change-Id: Id909a42b535088c6d0dcaf803d3f2faf312ae846
show more ...
fix(mediatek): support saving/restoring GICR registersThe GICR_IPRIORITYR[x] registers are not saved or restored in theoriginal design. When the kernel tries to use them, such as thepseudo-NMI, i
fix(mediatek): support saving/restoring GICR registersThe GICR_IPRIORITYR[x] registers are not saved or restored in theoriginal design. When the kernel tries to use them, such as thepseudo-NMI, it leads crashes and freezes. This patch adds support forsaving/restoring GICR registers.Change-Id: I9718a75a1410ca14826710dfdf5f3226299fa6e2Signed-off-by: Jason Chen <Jason-ch.Chen@mediatek.com>
feat(mt8188): initialize GICInitialize GIC for mt8188.TEST=build passBUG=b:236331724Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>Change-Id: I5acf77d654f1bbce32e9fbb3f3567600b7db10ed
refator(mediatek): move drivers folder in common to plat/mediatekWe plan to put some soc related drivers in common/drivers. To reduceconfision, we move them to plat/mediatek.Signed-off-by: Bo-Ch
refator(mediatek): move drivers folder in common to plat/mediatekWe plan to put some soc related drivers in common/drivers. To reduceconfision, we move them to plat/mediatek.Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>Change-Id: I6b344e660f40a23b15151aab073d3045b28f52aa