arm-trusted-firmware/plat/marvell/a8k
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
..
a70x0 plat: marvell: Add board support for A8K platform 2018-07-18 18:48:30 +03:00
a70x0_amc plat: marvell: Add board support for A8K platform 2018-07-18 18:48:30 +03:00
a80x0 plat: marvell: Add board support for A8K platform 2018-07-18 18:48:30 +03:00
a80x0_mcbin plat: marvell: Add board support for A8K platform 2018-07-18 18:48:30 +03:00
common Replace stdio.h functions by TF functions 2018-08-10 09:36:18 +01:00