Home | History | Annotate | Download | only in tsp

Lines Matching refs:TSP

7 INCLUDES		+=	-Iinclude/bl32/tsp
9 BL32_SOURCES += bl32/tsp/tsp_main.c \
10 bl32/tsp/aarch64/tsp_entrypoint.S \
11 bl32/tsp/aarch64/tsp_exceptions.S \
12 bl32/tsp/aarch64/tsp_request.S \
13 bl32/tsp/tsp_interrupt.c \
14 bl32/tsp/tsp_timer.c \
18 BL32_LINKERFILE := bl32/tsp/tsp.ld.S
28 # Include the platform-specific TSP Makefile
29 # If no platform-specific TSP Makefile exists, it means TSP is not supported
31 TSP_PLAT_MAKEFILE := $(wildcard ${PLAT_DIR}/tsp/tsp-${PLAT}.mk)
33 $(error TSP is not supported on platform ${PLAT})