arm-trusted-firmware/services/spd/trusty
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
..
generic-arm64-smcall.c Replace stdio.h functions by TF functions 2018-08-10 09:36:18 +01:00
generic-arm64-smcall.h trusty: generic-arm64-smcall: Use SPDX license identifiers 2018-02-01 15:44:04 -08:00
sm_err.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
smcall.h Migrate secure payload dispatchers to new SMC terminology 2017-05-04 21:23:06 +01:00
trusty.c types: use int-ll64 for both aarch32 and aarch64 2018-04-27 18:35:02 +09:00
trusty.mk trusty: Add fpu/simd support 2018-01-24 17:40:20 -08:00
trusty_helpers.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00