arm-trusted-firmware/drivers/st
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
..
clk Replace stdio.h functions by TF functions 2018-08-10 09:36:18 +01:00
ddr stm32mp1: Add DDR support and its security with TZC400 2018-07-24 17:18:19 +02:00
gpio stm32mp1: Add GPIO support 2018-07-24 17:14:08 +02:00
pmic stm32mp1: Add PMIC support 2018-07-24 17:15:13 +02:00
reset stm32mp1: Add clock and reset support 2018-07-24 17:13:36 +02:00
uart/aarch32 stm32mp1: Add console support 2018-07-24 17:14:39 +02:00