arm-trusted-firmware/bl32/tsp
Sandrine Bailleux dad25049ce Enable type-checking of arguments passed to printf() et al.
This patch modifies the declarations of the functions printf() et al.
and adds the right GCC attribute to request the compiler to check
the type of the arguments passed to these functions against the given
format string. This will ensure that the compiler outputs warning
messages like the following whenever it detects an inconsistency:

 file.c:42: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’

It also fixes the type mismatch inconsistencies that it revealed
across the code base.

NOTE: THIS PATCH MAY FORCE PLATFORM PORTS OR SP/SPDS THAT USE THE
PRINTF FAMILY OF FUNCTIONS TO FIX ANY TYPE MISMATCH INCONSISTENCIES.

Change-Id: If36bb54ec7d6dd2cb4791d89b02a24ac13fd2df6
2015-03-06 13:07:43 +00:00
..
aarch64 Remove coherent memory from the BL memory maps 2015-01-22 10:57:44 +00:00
tsp.ld.S Remove coherent memory from the BL memory maps 2015-01-22 10:57:44 +00:00
tsp.mk Clarify platform porting interface to TSP 2014-08-19 10:55:54 +01:00
tsp_interrupt.c Clarify platform porting interface to TSP 2014-08-19 10:55:54 +01:00
tsp_main.c Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00
tsp_private.h Move TSP private declarations into separate header 2014-08-14 11:25:41 +01:00
tsp_timer.c Juno: Add support for Test Secure-EL1 Payload 2014-08-21 14:53:48 +01:00