Reduce deep nesting of header files
Reduce the number of header files included from other header
files as much as possible without splitting the files. Use forward
declarations where possible. This allows removal of some unnecessary
"#ifndef __ASSEMBLY__" statements.

Also, review the .c and .S files for which header files really need
including and reorder the #include statements alphabetically.

Fixes ARM-software/tf-issues#31

Change-Id: Iec92fb976334c77453e010b60bcf56f3be72bd3e
1 parent fb037bf commit 97043ac98e13a726dbf8b3b41654dca759e3da2c
@Dan Handley Dan Handley authored on 9 Apr 2014
Showing 89 changed files
View
bl1/aarch64/bl1_arch_setup.c
View
bl1/aarch64/bl1_exceptions.S
View
bl1/bl1_main.c
View
bl2/aarch64/bl2_arch_setup.c
View
bl2/aarch64/bl2_entrypoint.S
View
bl2/bl2_main.c
View
bl31/aarch64/bl31_arch_setup.c
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/aarch64/context.S
View
bl31/aarch64/runtime_exceptions.S
View
bl31/bl31_main.c
View
bl31/context_mgmt.c
View
bl31/runtime_svc.c
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/aarch64/tsp_request.S
View
bl32/tsp/tsp_main.c
View
common/aarch64/early_exceptions.S
View
common/bl_common.c
View
drivers/arm/cci400/cci400.c
View
drivers/arm/gic/gic_v3.c
View
drivers/arm/pl011/pl011.c
View
drivers/arm/pl011/pl011_console.c
View
drivers/arm/tzc400/tzc400.c
View
drivers/io/io_fip.c
View
drivers/io/io_memmap.c
View
drivers/io/io_semihosting.c
View
include/bl1/bl1.h
View
include/bl2/bl2.h
View
include/bl31/bl31.h
View
include/bl31/cm_macros.S
View
include/bl31/context.h
View
include/bl31/context_mgmt.h
View
include/bl31/runtime_svc.h
View
include/bl31/services/psci.h
View
include/bl32/bl32.h
View
include/bl32/payloads/tsp.h
View
include/common/asm_macros.S
View
include/common/bl_common.h
View
include/common/debug.h
View
include/drivers/arm/pl011.h
View
include/drivers/arm/tzc400.h
View
include/drivers/io_driver.h
View
include/drivers/io_fip.h
View
include/drivers/io_memmap.h
View
include/drivers/io_semihosting.h
View
include/lib/aarch64/arch.h
View
include/lib/aarch64/arch_helpers.h
View
include/lib/bakery_lock.h
View
include/lib/io_storage.h
View
include/lib/mmio.h
View
include/lib/semihosting.h
View
lib/aarch64/cache_helpers.S
View
lib/aarch64/misc_helpers.S
View
lib/aarch64/sysreg_helpers.S
View
lib/aarch64/tlb_helpers.S
View
lib/aarch64/xlat_helpers.c
View
lib/io_storage.c
View
lib/locks/bakery/bakery_lock.c
View
lib/semihosting/semihosting.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/bl1_plat_helpers.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/plat_gic.c
View
plat/fvp/plat_io_storage.c
View
plat/fvp/plat_pm.c
View
plat/fvp/plat_topology.c
View
plat/fvp/platform.h
View
services/spd/tspd/tspd_common.c
View
services/spd/tspd/tspd_helpers.S
View
services/spd/tspd/tspd_main.c
View
services/spd/tspd/tspd_pm.c
View
services/spd/tspd/tspd_private.h
View
services/std_svc/psci/psci_afflvl_off.c
View
services/std_svc/psci/psci_afflvl_on.c
View
services/std_svc/psci/psci_afflvl_suspend.c
View
services/std_svc/psci/psci_common.c
View
services/std_svc/psci/psci_entry.S
View
services/std_svc/psci/psci_main.c
View
services/std_svc/psci/psci_private.h
View
services/std_svc/psci/psci_setup.c
View
services/std_svc/std_svc_setup.c