Clarify platform porting interface to TSP
* Move TSP platform porting functions to new file:
  include/bl32/tsp/platform_tsp.h.

* Create new TSP_IRQ_SEC_PHY_TIMER definition for use by the generic
  TSP interrupt handling code, instead of depending on the FVP
  specific definition IRQ_SEC_PHY_TIMER.

* Rename TSP platform porting functions from bl32_* to tsp_*, and
  definitions from BL32_* to TSP_*.

* Update generic TSP code to use new platform porting function names
  and definitions.

* Update FVP port accordingly and move all TSP source files to:
  plat/fvp/tsp/.

* Update porting guide with above changes.

Note: THIS CHANGE REQUIRES ALL PLATFORM PORTS OF THE TSP TO
      BE UPDATED

Fixes ARM-software/tf-issues#167

Change-Id: Ic0ff8caf72aebb378d378193d2f017599fc6b78f
1 parent da0af78 commit 5a06bb7e0b3ec6c98857423f52a1f98b54e46303
@Dan Handley Dan Handley authored on 4 Aug 2014
Showing 18 changed files
View
Makefile
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/tsp-fvp.mk 100644 → 0
View
bl32/tsp/tsp.ld.S
View
bl32/tsp/tsp.mk
View
bl32/tsp/tsp_interrupt.c
View
bl32/tsp/tsp_main.c
View
docs/porting-guide.md
View
include/bl32/payloads/tsp.h 100644 → 0
View
include/bl32/tsp/platform_tsp.h 0 → 100644
View
include/bl32/tsp/tsp.h 0 → 100644
View
include/plat/common/platform.h
View
plat/fvp/aarch64/fvp_helpers.S
View
plat/fvp/bl32_fvp_setup.c 100644 → 0
View
plat/fvp/include/platform_def.h
View
plat/fvp/tsp/tsp-fvp.mk 0 → 100644
View
plat/fvp/tsp/tsp_fvp_setup.c 0 → 100644
View
services/spd/tspd/tspd.mk