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>
1 parent cb6dbfe commit 870ce3ddd3b33c59418a7dba703e8a66ec75f98f
@Antonio Nino Diaz Antonio Nino Diaz authored on 15 Aug 2018
Showing 10 changed files
View
Makefile
View
common/tf_log.c
View
common/tf_printf.c 100644 → 0
View
common/tf_snprintf.c 100644 → 0
View
docs/psci-lib-integration-guide.rst
View
include/common/debug.h
View
include/lib/libc/stdio.h
View
lib/libc/libc.mk
View
lib/libc/printf.c 0 → 100644
View
lib/libc/snprintf.c 0 → 100644