Move include and source files to logical locations
Move almost all system include files to a logical sub-directory
under ./include. The only remaining system include directories
not under ./include are specific to the platform. Move the
corresponding source files to match the include directory
structure.

Also remove pm.h as it is no longer used.

Change-Id: Ie5ea6368ec5fad459f3e8a802ad129135527f0b3
1 parent b495bde commit 4ecca33988b90de43ec4f4a929094a38a23fda31
@Dan Handley Dan Handley authored on 9 Apr 2014
Showing 113 changed files
View
Makefile
Too large (Show diff)
View
arch/aarch64/cpu/cpu_helpers.S 100644 → 0
Too large (Show diff)
View
arch/system/gic/aarch64/gic_v3_sysregs.S 100644 → 0
Too large (Show diff)
View
arch/system/gic/gic.h 100644 → 0
Too large (Show diff)
View
arch/system/gic/gic_v2.c 100644 → 0
Too large (Show diff)
View
arch/system/gic/gic_v2.h 100644 → 0
Too large (Show diff)
View
arch/system/gic/gic_v3.c 100644 → 0
Too large (Show diff)
View
arch/system/gic/gic_v3.h 100644 → 0
Too large (Show diff)
View
bl1/bl1.mk
Too large (Show diff)
View
bl2/bl2.mk
Too large (Show diff)
View
bl31/bl31.mk
Too large (Show diff)
View
bl31/runtime_svc.c 0 → 100644
Too large (Show diff)
View
bl32/tsp/tsp.mk
Too large (Show diff)
View
common/runtime_svc.c 100644 → 0
Too large (Show diff)
View
drivers/arm/cci400/cci400.c 0 → 100644
Too large (Show diff)
View
drivers/arm/gic/aarch64/gic_v3_sysregs.S 0 → 100644
Too large (Show diff)
View
drivers/arm/gic/gic_v2.c 0 → 100644
Too large (Show diff)
View
drivers/arm/gic/gic_v3.c 0 → 100644
Too large (Show diff)
View
drivers/arm/interconnect/cci-400/cci400.c 100644 → 0
Too large (Show diff)
View
drivers/arm/interconnect/cci-400/cci400.h 100644 → 0
Too large (Show diff)
View
drivers/arm/interconnect/tzc-400/tzc400.c 100644 → 0
Too large (Show diff)
View
drivers/arm/interconnect/tzc-400/tzc400.h 100644 → 0
Too large (Show diff)
View
drivers/arm/peripherals/pl011/pl011.c 100644 → 0
Too large (Show diff)
View
drivers/arm/peripherals/pl011/pl011.h 100644 → 0
Too large (Show diff)
View
drivers/arm/peripherals/pl011/pl011_console.c 100644 → 0
Too large (Show diff)
View
drivers/arm/pl011/pl011.c 0 → 100644
Too large (Show diff)
View
drivers/arm/pl011/pl011_console.c 0 → 100644
Too large (Show diff)
View
drivers/arm/tzc400/tzc400.c 0 → 100644
Too large (Show diff)
View
drivers/console/console.h 100644 → 0
Too large (Show diff)
View
drivers/io/io_driver.h 100644 → 0
Too large (Show diff)
View
drivers/io/io_fip.h 100644 → 0
Too large (Show diff)
View
drivers/io/io_memmap.h 100644 → 0
Too large (Show diff)
View
drivers/io/io_semihosting.h 100644 → 0
Too large (Show diff)
View
drivers/power/fvp_pwrc.h 100644 → 0
Too large (Show diff)
View
include/aarch64/arch.h 100644 → 0
Too large (Show diff)
View
include/aarch64/arch_helpers.h 100644 → 0
Too large (Show diff)
View
include/aarch64/xlat_tables.h 100644 → 0
Too large (Show diff)
View
include/asm_macros.S 100644 → 0
Too large (Show diff)
View
include/bakery_lock.h 100644 → 0
Too large (Show diff)
View
include/bl1.h 100644 → 0
Too large (Show diff)
View
include/bl1/bl1.h 0 → 100644
Too large (Show diff)
View
include/bl2.h 100644 → 0
Too large (Show diff)
View
include/bl2/bl2.h 0 → 100644
Too large (Show diff)
View
include/bl31.h 100644 → 0
Too large (Show diff)
View
include/bl31/bl31.h 0 → 100644
Too large (Show diff)
View
include/bl31/cm_macros.S 0 → 100644
Too large (Show diff)
View
include/bl31/context.h 0 → 100644
Too large (Show diff)
View
include/bl31/context_mgmt.h 0 → 100644
Too large (Show diff)
View
include/bl31/runtime_svc.h 0 → 100644
Too large (Show diff)
View
include/bl31/services/psci.h 0 → 100644
Too large (Show diff)
View
include/bl31/services/std_svc.h 0 → 100644
Too large (Show diff)
View
include/bl32.h 100644 → 0
Too large (Show diff)
View
include/bl32/bl32.h 0 → 100644
Too large (Show diff)
View
include/bl32/payloads/tsp.h 0 → 100644
Too large (Show diff)
View
include/bl_common.h 100644 → 0
Too large (Show diff)
View
include/cm_macros.S 100644 → 0
Too large (Show diff)
View
include/common/asm_macros.S 0 → 100644
Too large (Show diff)
View
include/common/bl_common.h 0 → 100644
Too large (Show diff)
View
include/common/debug.h 0 → 100644
Too large (Show diff)
View
include/common/firmware_image_package.h 0 → 100644
Too large (Show diff)
View
include/context.h 100644 → 0
Too large (Show diff)
View
include/context_mgmt.h 100644 → 0
Too large (Show diff)
View
include/debug.h 100644 → 0
Too large (Show diff)
View
include/drivers/arm/cci400.h 0 → 100644
Too large (Show diff)
View
include/drivers/arm/gic.h 0 → 100644
Too large (Show diff)
View
include/drivers/arm/gic_v2.h 0 → 100644
Too large (Show diff)
View
include/drivers/arm/gic_v3.h 0 → 100644
Too large (Show diff)
View
include/drivers/arm/pl011.h 0 → 100644
Too large (Show diff)
View
include/drivers/arm/tzc400.h 0 → 100644
Too large (Show diff)
View
include/drivers/console.h 0 → 100644
Too large (Show diff)
View
include/drivers/fvp_pwrc.h 0 → 100644
Too large (Show diff)
View
include/drivers/io_driver.h 0 → 100644
Too large (Show diff)
View
include/drivers/io_fip.h 0 → 100644
Too large (Show diff)
View
include/drivers/io_memmap.h 0 → 100644
Too large (Show diff)
View
include/drivers/io_semihosting.h 0 → 100644
Too large (Show diff)
View
include/firmware_image_package.h 100644 → 0
Too large (Show diff)
View
include/io_storage.h 100644 → 0
Too large (Show diff)
View
include/lib/aarch64/arch.h 0 → 100644
Too large (Show diff)
View
include/lib/aarch64/arch_helpers.h 0 → 100644
Too large (Show diff)
View
include/lib/aarch64/xlat_tables.h 0 → 100644
Too large (Show diff)
View
include/lib/bakery_lock.h 0 → 100644
Too large (Show diff)
View
include/lib/io_storage.h 0 → 100644
Too large (Show diff)
View
include/lib/mmio.h 0 → 100644
Too large (Show diff)
View
include/lib/semihosting.h 0 → 100644
Too large (Show diff)
View
include/lib/spinlock.h 0 → 100644
Too large (Show diff)
View
include/mmio.h 100644 → 0
Too large (Show diff)
View
include/pm.h 100644 → 0
Too large (Show diff)
View
include/psci.h 100644 → 0
Too large (Show diff)
View
include/runtime_svc.h 100644 → 0
Too large (Show diff)
View
include/semihosting.h 100644 → 0
Too large (Show diff)
View
include/spinlock.h 100644 → 0
Too large (Show diff)
View
include/std_svc.h 100644 → 0
Too large (Show diff)
View
include/tsp.h 100644 → 0
Too large (Show diff)
View
lib/aarch64/cache_helpers.S 0 → 100644
Too large (Show diff)
View
lib/aarch64/cpu_helpers.S 0 → 100644
Too large (Show diff)
View
lib/aarch64/misc_helpers.S 0 → 100644
Too large (Show diff)
View
lib/aarch64/sysreg_helpers.S 0 → 100644
Too large (Show diff)
View
lib/aarch64/tlb_helpers.S 0 → 100644
Too large (Show diff)
View
lib/aarch64/xlat_helpers.c 0 → 100644
Too large (Show diff)
View
lib/aarch64/xlat_tables.c 0 → 100644
Too large (Show diff)
View
lib/arch/aarch64/cache_helpers.S 100644 → 0
Too large (Show diff)
View
lib/arch/aarch64/misc_helpers.S 100644 → 0
Too large (Show diff)
View
lib/arch/aarch64/sysreg_helpers.S 100644 → 0
Too large (Show diff)
View
lib/arch/aarch64/tlb_helpers.S 100644 → 0
Too large (Show diff)
View
lib/arch/aarch64/xlat_helpers.c 100644 → 0
Too large (Show diff)
View
lib/arch/aarch64/xlat_tables.c 100644 → 0
Too large (Show diff)
View
lib/locks/bakery/bakery_lock.c 0 → 100644
Too large (Show diff)
View
lib/locks/exclusive/spinlock.S 0 → 100644
Too large (Show diff)
View
lib/sync/locks/bakery/bakery_lock.c 100644 → 0
Too large (Show diff)
View
lib/sync/locks/exclusive/spinlock.S 100644 → 0
Too large (Show diff)
View
plat/fvp/platform.mk
Too large (Show diff)
View
services/spd/tspd/tspd.mk
Too large (Show diff)
View
tools/fip_create/firmware_image_package.h
Too large (Show diff)