feat(mt8186): add SPM suspend driverAdd SPM suspend driver for suspend/resume features.TEST=build passBUG=b:202871018Signed-off-by: Jason-ch Chen <jason-ch.chen@mediatek.com>Change-Id: I25b4b
feat(mt8186): add SPM suspend driverAdd SPM suspend driver for suspend/resume features.TEST=build passBUG=b:202871018Signed-off-by: Jason-ch Chen <jason-ch.chen@mediatek.com>Change-Id: I25b4b97cd3138a7b347385539e47ccfa884d64fc
show more ...
fix(plat/mediatek/mt8186): extend MMU region sizeIn mt8186 suspend/resume flow, ATF has to communicate with a subsys byread/write the subsys registers. However, the register region of subsysdoesn
fix(plat/mediatek/mt8186): extend MMU region sizeIn mt8186 suspend/resume flow, ATF has to communicate with a subsys byread/write the subsys registers. However, the register region of subsysdoesn'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 passBUG=b:202871018Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>Change-Id: I520c51338578bd68756cd02603ce6783f93daf51
feat(mt8186): initialize platform for MediaTek MT8186- Add basic platform setup.- Add MT8186 documentation at docs/plat/.- Add generic CPU helper functions.- Add basic register address.TEST=bu
feat(mt8186): initialize platform for MediaTek MT8186- Add basic platform setup.- Add MT8186 documentation at docs/plat/.- Add generic CPU helper functions.- Add basic register address.TEST=build passBUG=b:202871018Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>Change-Id: Id3e2f46a8c3ab2f3e29137e508d4c671e8f4aad5