arm-trusted-firmware/plat/marvell/a8k/common
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
..
aarch64 plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
include plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
mss Replace stdio.h functions by TF functions 2018-08-10 09:36:18 +01:00
a8k_common.mk plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
plat_bl1_setup.c plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
plat_bl31_setup.c plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
plat_ble_setup.c plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
plat_pm.c plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
plat_pm_trace.c plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00
plat_thermal.c plat: marvell: Add common ARMADA platform components 2018-07-18 18:48:30 +03:00