mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-16 01:17:01 +02:00
Enable dispatcher to save/restore unbanked timer registers. So that both secure (OP-TEE) and non-secure (Linux) worlds can have independent access control over timer registers. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Change-Id: I4d58d5ff8298587ed478c8433fcbc3aef538d668
19 lines
465 B
Makefile
19 lines
465 B
Makefile
#
|
|
# Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
OPTEED_DIR := services/spd/opteed
|
|
SPD_INCLUDES :=
|
|
|
|
SPD_SOURCES := services/spd/opteed/opteed_common.c \
|
|
services/spd/opteed/opteed_helpers.S \
|
|
services/spd/opteed/opteed_main.c \
|
|
services/spd/opteed/opteed_pm.c
|
|
|
|
NEED_BL32 := yes
|
|
|
|
# required so that optee code can control access to the timer registers
|
|
NS_TIMER_SWITCH := 1
|