]> git.baikalelectronics.ru Git - arm-tf.git/commit
Initialize platform for MediaTek mt8183
authorkenny liang <kenny.liang@mediatek.com>
Wed, 10 Apr 2019 13:09:26 +0000 (21:09 +0800)
committerkenny liang <kenny.liang@mediatek.com>
Fri, 10 May 2019 02:30:17 +0000 (10:30 +0800)
commit3fa9dec43dbf1d8862d2e6c16dfac5fe6d8d317c
treea4b141fb8c99b0897a00f3d373191b3e0fa29665
parentf2f0846598909cb905de5d4380bac5b1d4c89d09
Initialize platform for MediaTek mt8183

- Add basic platform setup
- Add generic CPU helper functions
- Add delay timer platform implementation
- Use TI 16550 uart driver

Change-Id: I1c29569c68fe9fca5e10e88a22a29690bab7141f
Signed-off-by: kenny liang <kenny.liang@mediatek.com>
16 files changed:
docs/plat/mt8183.rst [new file with mode: 0644]
plat/mediatek/mt8183/aarch64/plat_helpers.S [new file with mode: 0644]
plat/mediatek/mt8183/aarch64/platform_common.c [new file with mode: 0644]
plat/mediatek/mt8183/bl31_plat_setup.c [new file with mode: 0644]
plat/mediatek/mt8183/include/mcucfg.h [new file with mode: 0644]
plat/mediatek/mt8183/include/plat_debug.h [new file with mode: 0644]
plat/mediatek/mt8183/include/plat_macros.S [new file with mode: 0644]
plat/mediatek/mt8183/include/plat_private.h [new file with mode: 0644]
plat/mediatek/mt8183/include/platform_def.h [new file with mode: 0644]
plat/mediatek/mt8183/include/power_tracer.h [new file with mode: 0644]
plat/mediatek/mt8183/include/scu.h [new file with mode: 0644]
plat/mediatek/mt8183/plat_debug.c [new file with mode: 0644]
plat/mediatek/mt8183/plat_pm.c [new file with mode: 0644]
plat/mediatek/mt8183/plat_topology.c [new file with mode: 0644]
plat/mediatek/mt8183/platform.mk [new file with mode: 0644]
plat/mediatek/mt8183/scu.c [new file with mode: 0644]