You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
387 B
18 lines
387 B
#
|
|
# 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
|
|
|