Always use named structs in header files
Add tag names to all unnamed structs in header files. This
allows forward declaration of structs, which is necessary to
reduce header file nesting (to be implemented in a subsequent
commit).

Also change the typedef names across the codebase to use the _t
suffix to be more conformant with the Linux coding style. The
coding style actually prefers us not to use typedefs at all but
this is considered a step too far for Trusted Firmware.

Also change the IO framework structs defintions to use typedef'd
structs to be consistent with the rest of the codebase.

Change-Id: I722b2c86fc0d92e4da3b15e5cab20373dd26786f
1 parent c594573 commit fb037bfb7cbf7b404c069b4ebac5a10059d948b1
@Dan Handley Dan Handley authored on 10 Apr 2014
Showing 55 changed files
View
bl1/bl1_main.c
View
bl2/bl2_main.c
View
bl31/bl31_main.c
View
bl31/context_mgmt.c
View
bl31/runtime_svc.c
View
bl32/tsp/tsp_main.c
View
common/bl_common.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/context.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/bl_common.h
View
include/common/firmware_image_package.h
View
include/drivers/arm/tzc400.h
View
include/drivers/io_driver.h
View
include/lib/aarch64/xlat_tables.h
View
include/lib/bakery_lock.h
View
include/lib/io_storage.h
View
include/lib/spinlock.h
View
lib/aarch64/xlat_tables.c
View
lib/io_storage.c
View
lib/locks/bakery/bakery_lock.c
View
lib/semihosting/semihosting.c
View
plat/fvp/aarch64/plat_common.c
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_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
View
services/spd/tspd/tspd_common.c
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_main.c
View
services/std_svc/psci/psci_private.h
View
services/std_svc/psci/psci_setup.c
View
tools/fip_create/fip_create.c
View
tools/fip_create/fip_create.h