Skip to content

Commit

Permalink
core: thread: separate old SMC interface handling
Browse files Browse the repository at this point in the history
Moves the old SMC interface handing parts for thread*.S into separate
files to make way for SPCI which will provide another interface towards
normal world.

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jenswi-linaro authored and jforissier committed Aug 26, 2019
1 parent 81d80da commit 2786f14
Show file tree
Hide file tree
Showing 8 changed files with 1,109 additions and 1,037 deletions.
3 changes: 3 additions & 0 deletions core/arch/arm/kernel/sub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ srcs-$(CFG_PL310) += tee_l2cc_mutex.c
srcs-$(CFG_ARM32_core) += thread_a32.S
srcs-$(CFG_ARM64_core) += thread_a64.S
srcs-y += thread.c
srcs-y += thread_optee_smc.c
srcs-$(CFG_ARM32_core) += thread_optee_smc_a32.S
srcs-$(CFG_ARM64_core) += thread_optee_smc_a64.S
srcs-y += abort.c
srcs-$(CFG_WITH_VFP) += vfp.c
ifeq ($(CFG_WITH_VFP),y)
Expand Down

0 comments on commit 2786f14

Please sign in to comment.