mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00

Rather than letting the Trusty makefile set the option to enable dynamic translation tables, make platforms do it themselves. This also allows platforms to replace the implementation of the translation tables library as long as they use the same function prototypes. Change-Id: Ia60904f61709ac323addcb57f7a83391d9e21cd0 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
18 lines
387 B
Makefile
18 lines
387 B
Makefile
#
|
|
# Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
SPD_INCLUDES :=
|
|
|
|
SPD_SOURCES := services/spd/trusty/trusty.c \
|
|
services/spd/trusty/trusty_helpers.S
|
|
|
|
ifeq (${TRUSTY_SPD_WITH_GENERIC_SERVICES},1)
|
|
SPD_SOURCES += services/spd/trusty/generic-arm64-smcall.c
|
|
endif
|
|
|
|
NEED_BL32 := yes
|
|
|
|
CTX_INCLUDE_FPREGS := 1
|