arm-trusted-firmware/drivers/marvell
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
..
comphy Replace stdio.h functions by TF functions 2018-08-10 09:36:18 +01:00
i2c marvell: drivers: Add i2c driver 2018-07-18 18:48:30 +03:00
mochi marvell: drivers: Add MoChi drivers 2018-07-18 18:48:30 +03:00
amb_adec.c marvell: drivers: Add address decoding units drivers 2018-07-18 18:48:30 +03:00
cache_llc.c marvell: drivers: Add L3/system cache management drivers 2018-07-18 18:48:30 +03:00
ccu.c marvell: drivers: Add address decoding units drivers 2018-07-18 18:48:30 +03:00
comphy.h mvebu: cp110: add COMPHY driver 2018-07-18 18:48:30 +03:00
gwin.c marvell: drivers: Add address decoding units drivers 2018-07-18 18:48:30 +03:00
io_win.c marvell: drivers: Add address decoding units drivers 2018-07-18 18:48:30 +03:00
iob.c marvell: drivers: Add address decoding units drivers 2018-07-18 18:48:30 +03:00
mci.c marvell: drivers: Add MoChi drivers 2018-07-18 18:48:30 +03:00
thermal.c marvell: drivers: Add thermal driver 2018-07-18 18:48:30 +03:00