libc: Move tf_printf and tf_snprintf to libc
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 15 Aug 2018 16:02:28 +0000 (17:02 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 22 Aug 2018 09:26:05 +0000 (10:26 +0100)
commit870ce3ddd3b33c59418a7dba703e8a66ec75f98f
tree263cf675728e0ec8e0b560cf31f7043cb895df41
parentcb6dbfe3dc56088895c06b0492cfce289288444e
libc: Move tf_printf and tf_snprintf to libc

Change their names to printf and snprintf. They are much smaller than
the previous versions we had, which makes them better suited for the
Trusted Firmware.

Change-Id: Ia872af91b7b967c47fce012eccecede7873a3daf
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Makefile
common/tf_log.c
common/tf_printf.c [deleted file]
common/tf_snprintf.c [deleted file]
docs/psci-lib-integration-guide.rst
include/common/debug.h
include/lib/libc/stdio.h
lib/libc/libc.mk
lib/libc/printf.c [new file with mode: 0644]
lib/libc/snprintf.c [new file with mode: 0644]