arm-trusted-firmware/tools/fip_create
Dan Handley fb037bfb7c 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
2014-05-06 13:57:48 +01:00
..
Makefile Cleanup FIP build targets and messages 2014-02-20 19:06:34 +00:00
fip_create.c Always use named structs in header files 2014-05-06 13:57:48 +01:00
fip_create.h Always use named structs in header files 2014-05-06 13:57:48 +01:00
firmware_image_package.h Move include and source files to logical locations 2014-05-06 12:35:02 +01:00
uuid.h Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00