]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(mt8188): initialize platform for MediaTek MT8188
authorRex-BC Chen <rex-bc.chen@mediatek.com>
Thu, 7 Jul 2022 11:30:22 +0000 (19:30 +0800)
committerBo-Chen Chen <rex-bc.chen@mediatek.com>
Mon, 5 Sep 2022 05:52:20 +0000 (13:52 +0800)
commitde310e1e5f0b76b9de2b93759344540e0109c8eb
tree96c1d17f2c56884bc8a77693b7fb3f60e7e7282b
parenta59cbd9e319fb05a092a2d68eb54ad412a09be19
feat(mt8188): initialize platform for MediaTek MT8188

- Add basic platform setup.
- Add MT8188 documentation at docs/plat/.
- Add generic CPU helper functions.
- Add basic register address.
- Add mtk_pm.c in lib/pm

TEST=build pass
BUG=b:236331724

Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Change-Id: I5f8617c42ffba2c9d3a16f3980cb75fda5624031
13 files changed:
docs/plat/index.rst
docs/plat/mt8188.rst [new file with mode: 0644]
plat/mediatek/include/mt8188/platform_def.h [new file with mode: 0644]
plat/mediatek/lib/pm/mtk_pm.c [new file with mode: 0644]
plat/mediatek/lib/pm/rules.mk [new file with mode: 0644]
plat/mediatek/mt8188/aarch64/plat_helpers.S [new file with mode: 0644]
plat/mediatek/mt8188/include/plat_helpers.h [new file with mode: 0644]
plat/mediatek/mt8188/include/plat_macros.S [new file with mode: 0644]
plat/mediatek/mt8188/include/plat_private.h [new file with mode: 0644]
plat/mediatek/mt8188/plat_config.mk [new file with mode: 0644]
plat/mediatek/mt8188/plat_mmap.c [new file with mode: 0644]
plat/mediatek/mt8188/plat_topology.c [new file with mode: 0644]
plat/mediatek/mt8188/platform.mk [new file with mode: 0644]