]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(mediatek): add new features of LPM
authorJames Liao <jamesjj.liao@mediatek.com>
Wed, 7 Sep 2022 10:41:59 +0000 (18:41 +0800)
committerLiju-Clr Chen <liju-clr.chen@mediatek.com>
Wed, 11 Jan 2023 05:37:36 +0000 (13:37 +0800)
commit917abdd99012d01ef4fa804ecec1503bef68ed9b
treef637b17a605dc0c490d0d27827938bc6ffdc470b
parent601e2d4325a7def628990f4a25889f374c81ca06
feat(mediatek): add new features of LPM

Add new functions and intefaces of LPM to support more interactions
between LPM providers and users.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Change-Id: I8ebbda0c0ef5be3a7a388a38c09424ebf785996f
plat/mediatek/common/lpm/mt_lp_api.c [new file with mode: 0644]
plat/mediatek/common/lpm/mt_lp_rm.c
plat/mediatek/common/lpm/mt_lp_rm.h
plat/mediatek/common/lpm/mt_lp_rq.c [new file with mode: 0644]
plat/mediatek/common/lpm/rules.mk
plat/mediatek/include/lpm/mt_lp_api.h [new file with mode: 0644]
plat/mediatek/include/lpm/mt_lp_rq.h [new file with mode: 0644]
plat/mediatek/include/lpm/mt_lp_rqm.h [new file with mode: 0644]
plat/mediatek/include/lpm/mt_lpm_smc.h [new file with mode: 0644]