Split platform.h into separate headers
Previously, platform.h contained many declarations and definitions
used for different purposes. This file has been split so that:

* Platform definitions used by common code that must be defined
  by the platform are now in platform_def.h. The exact include
  path is exported through $PLAT_INCLUDES in the platform makefile.

* Platform definitions specific to the FVP platform are now in
  /plat/fvp/fvp_def.h.

* Platform API declarations specific to the FVP platform are now
  in /plat/fvp/fvp_private.h.

* The remaining platform API declarations that must be ported by
  each platform are still in platform.h but this file has been
  moved to /include/plat/common since this can be shared by all
  platforms.

Change-Id: Ieb3bb22fbab3ee8027413c6b39a783534aee474a
1 parent 7a9a5f2 commit 5f0cdb059d7d5c3a8a834074a7f236b85d014dde
@Dan Handley Dan Handley authored on 14 May 2014
Achin Gupta committed on 23 May 2014
Showing 48 changed files
View
Makefile
View
bl1/bl1.ld.S
View
bl1/bl1_main.c
View
bl2/bl2.ld.S
View
bl2/bl2_main.c
View
bl31/aarch64/runtime_exceptions.S
View
bl31/bl31.ld.S
View
bl31/context_mgmt.c
View
bl32/tsp/tsp.ld.S
View
bl32/tsp/tsp_interrupt.c
View
bl32/tsp/tsp_main.c
View
bl32/tsp/tsp_timer.c
View
drivers/arm/cci400/cci400.c
View
drivers/arm/pl011/pl011.c
View
drivers/arm/pl011/pl011_console.c
View
drivers/io/io_fip.c
View
include/bl32/payloads/tsp.h
View
include/drivers/io_driver.h
View
include/lib/aarch64/arch.h
View
include/lib/bakery_lock.h
View
include/plat/common/platform.h 0 → 100644
View
lib/aarch64/xlat_tables.c
View
lib/locks/bakery/bakery_lock.c
View
plat/common/aarch64/platform_helpers.S
View
plat/common/aarch64/platform_mp_stack.S
View
plat/common/aarch64/platform_up_stack.S
View
plat/fvp/aarch64/plat_common.c
View
plat/fvp/aarch64/plat_helpers.S
View
plat/fvp/bl1_plat_setup.c
View
plat/fvp/bl2_plat_setup.c
View
plat/fvp/bl31_plat_setup.c
View
plat/fvp/bl32_plat_setup.c
View
plat/fvp/drivers/pwrc/fvp_pwrc.c
View
plat/fvp/fvp_def.h 0 → 100644
View
plat/fvp/fvp_private.h 0 → 100644
View
plat/fvp/include/plat_macros.S
View
plat/fvp/include/platform_def.h 0 → 100644
View
plat/fvp/plat_gic.c
View
plat/fvp/plat_io_storage.c
View
plat/fvp/plat_pm.c
View
plat/fvp/plat_security.c
View
plat/fvp/plat_topology.c
View
plat/fvp/platform.h 100644 → 0
View
services/spd/tspd/tspd_common.c
View
services/spd/tspd/tspd_pm.c
View
services/spd/tspd/tspd_private.h
View
services/std_svc/psci/psci_afflvl_on.c
View
services/std_svc/psci/psci_common.c