arm-trusted-firmware/services/spd
Antonio Nino Diaz 6a23356c4f Replace stdio.h functions by TF functions
Functions provided by stdio.h such as printf and sprintf are available
in the codebase, but they add a lot of code to the final image if they
are used:

- AArch64: ~4KB
- AArch32: ~2KB in T32, ~3KB in A32

tf_printf and tf_snprintf are a lot more simple, but it is preferable
to use them when possible because they are also used in common code.

Change-Id: Id09fd2b486198fe3d79276e2c27931595b7ba60e
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-08-10 09:36:18 +01:00
..
opteed Fix some violations to MISRA rule 8.3 2018-07-11 17:33:29 +02:00
tlkd Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
trusty Replace stdio.h functions by TF functions 2018-08-10 09:36:18 +01:00
tspd Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00