Implement a leaner printf for Trusted Firmware
authorSoby Mathew <soby.mathew@arm.com>
Thu, 12 Jun 2014 16:23:58 +0000 (17:23 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Fri, 25 Jul 2014 11:18:33 +0000 (12:18 +0100)
commitb79af9344503b2d7b435451cfb8b1ab80b8afdf4
treed10f1c88279c9c5d481c82d6302d3989abc9bb3c
parenta1a441775f64da2cbbd42c4f2c6f818f93278fca
Implement a leaner printf for Trusted Firmware

This patch implements a "tf_printf" which supports only the commonly
used format specifiers in Trusted Firmware, which uses a lot less
stack space than the stdlib printf function.

Fixes ARM-software/tf-issues#116

Change-Id: I7dfa1944f4c1e634b3e2d571f49afe02d109a351
Makefile
bl1/bl1_main.c
bl2/bl2_main.c
bl31/bl31_main.c
bl32/tsp/tsp_interrupt.c
bl32/tsp/tsp_main.c
common/bl_common.c
common/debug.c
common/tf_printf.c [new file with mode: 0644]
include/common/debug.h
lib/stdlib/assert.c