mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(mt8188): enable SPM and LPM
Enable SPM and LPM features for MT8188. Signed-off-by: James Liao <jamesjj.liao@mediatek.com> Change-Id: Ib3e2b305e9e3cf5a67e6e787ff942831b5ff28cd
This commit is contained in:
parent
f299efbea6
commit
380f64b2e3
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2022, MediaTek Inc. All rights reserved.
|
||||
# Copyright (c) 2022-2023, MediaTek Inc. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -23,3 +23,4 @@ $(eval $(call add_defined_option,CONFIG_MTK_SMP_EN))
|
|||
$(eval $(call add_defined_option,CONFIG_MTK_CPU_SUSPEND_EN))
|
||||
$(eval $(call add_defined_option,CONFIG_MTK_PM_ARCH))
|
||||
$(eval $(call add_defined_option,CONFIG_MTK_CPU_PM_ARCH))
|
||||
$(eval $(call add_defined_option,CONFIG_MTK_SUPPORT_SYSTEM_SUSPEND))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2022, MediaTek Inc. All rights reserved.
|
||||
# Copyright (c) 2022-2023, MediaTek Inc. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -41,6 +41,8 @@ CONFIG_MTK_CPU_PM_SUPPORT := y
|
|||
CONFIG_MTK_CPU_PM_ARCH := 3_2
|
||||
CONFIG_MTK_SMP_EN := y
|
||||
CONFIG_MTK_CPU_SUSPEND_EN := y
|
||||
CONFIG_MTK_SPM_VERSION := mt8188
|
||||
CONFIG_MTK_SUPPORT_SYSTEM_SUSPEND := y
|
||||
CPU_PM_TINYSYS_SUPPORT := y
|
||||
MTK_PUBEVENT_ENABLE := y
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2022, MediaTek Inc. All rights reserved.
|
||||
# Copyright (c) 2022-2023, MediaTek Inc. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -39,6 +39,7 @@ MODULES-y += $(MTK_PLAT)/drivers/pmic
|
|||
MODULES-y += $(MTK_PLAT)/drivers/pmic_wrap
|
||||
MODULES-y += $(MTK_PLAT)/drivers/ptp3
|
||||
MODULES-y += $(MTK_PLAT)/drivers/rtc
|
||||
MODULES-y += $(MTK_PLAT)/drivers/spm
|
||||
MODULES-y += $(MTK_PLAT)/drivers/timer
|
||||
MODULES-y += $(MTK_PLAT)/helpers
|
||||
MODULES-y += $(MTK_PLAT)/topology
|
||||
|
|
Loading…
Add table
Reference in a new issue