]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(mediatek): add APU init flow
authorChungying Lu <chungying.lu@mediatek.corp-partner.google.com>
Wed, 15 Mar 2023 06:16:28 +0000 (14:16 +0800)
committerChungying Lu <chungying.lu@mediatek.corp-partner.google.com>
Wed, 29 Mar 2023 08:25:17 +0000 (16:25 +0800)
commit5243091633b8fe8057cec176ac31adb72fdf3506
tree3804017709bff472a91c480c4e84d21d5ba21e19
parent1678bbb57249b6edd4cdebc3cbc33b04df8fa098
feat(mediatek): add APU init flow

The patch brings preparation steps before powering on APU
(AI processing unit)

Change-Id: Ica01e035153ec6f3af0de6ba2c66b17a064f8c89
Signed-off-by: Chungying Lu <chungying.lu@mediatek.com>
plat/mediatek/drivers/apusys/apusys.c [new file with mode: 0644]
plat/mediatek/drivers/apusys/apusys.h [new file with mode: 0644]
plat/mediatek/drivers/apusys/mt8188/apusys_power.c [new file with mode: 0644]
plat/mediatek/drivers/apusys/mt8188/apusys_power.h [new file with mode: 0644]
plat/mediatek/drivers/apusys/mt8188/rules.mk [new file with mode: 0644]
plat/mediatek/drivers/apusys/rules.mk [new file with mode: 0644]
plat/mediatek/mt8188/include/platform_def.h
plat/mediatek/mt8188/platform.mk