arm-trusted-firmware/plat/mediatek/lib
James Liao 210ebbb0a6 fix(mt8188): refine gic init flow after system resume
Call gicv3_distif_init() instead of mt_gic_init() in
armv8_2_mcusys_pwr_on_common(). This is to prevent
gicv3_rdistif_init() and gicv3_cpuif_enable() from being called twice
in the power-on flow. gicv3_rdistif_init() and gicv3_cpuif_enable()
are called in later armv8_2_cpu_pwr_on_common().

BUG=b:244215539
TEST=Suspend Resume Test pass

Change-Id: Id752c1ccbb9eab277ed6278c2dd90a051a894146
Signed-off-by: Liju-Clr Chen <liju-clr.chen@mediatek.com>
2022-11-14 09:55:07 +08:00
..
mtk_init feat(mediatek): introduce mtk init framework 2022-08-30 16:47:43 +08:00
pm fix(mt8188): refine gic init flow after system resume 2022-11-14 09:55:07 +08:00
system_reset feat(mt8188): add reset and poweroff functions 2022-09-22 19:26:15 +08:00