arm-trusted-firmware/plat/mediatek/mt8186
Rex-BC Chen 0fe7ae9c64 fix(plat/mediatek/mt8186): extend MMU region size
In mt8186 suspend/resume flow, ATF has to communicate with a subsys by
read/write the subsys registers. However, the register region of subsys
doesn't include in the MMU mapping region. It triggers MMU faults.

This patch extends the MMU region 0 size to cover all mt8186 HW modules.
This patch also remove MMU region 1 because region 0 covers region 1.

TEST=build pass
BUG=b:202871018

Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Change-Id: I520c51338578bd68756cd02603ce6783f93daf51
2021-12-22 18:06:53 +08:00
..
aarch64 fix(plat/mediatek/mt8186): extend MMU region size 2021-12-22 18:06:53 +08:00
drivers feat(plat/mediatek/mt8186): add DCM driver 2021-12-22 18:06:53 +08:00
include fix(plat/mediatek/mt8186): extend MMU region size 2021-12-22 18:06:53 +08:00
bl31_plat_setup.c feat(plat/mediatek/mt8186): add DCM driver 2021-12-22 18:06:53 +08:00
plat_pm.c feat(plat/mediatek/mt8186): add pwrap and pmic driver 2021-12-22 18:06:53 +08:00
plat_sip_calls.c feat(plat/mediatek/mt8186): add SiP service 2021-12-22 18:06:53 +08:00
plat_topology.c feat(mt8186): initialize platform for MediaTek MT8186 2021-12-01 16:36:28 +01:00
platform.mk feat(plat/mediatek/mt8186): add DCM driver 2021-12-22 18:06:53 +08:00