Introduce `tf_snprintf`
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 17 May 2017 14:34:22 +0000 (15:34 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 24 May 2017 09:47:05 +0000 (10:47 +0100)
commitda5241cb1591416d6aeba9f30ce395b58c97cb5d
tree7a87fdd1bcabbe2acd55c7e7f0c0a7f790d79281
parentc1de3fdd32ff1848286fbe642a15f148f6bbf9a3
Introduce `tf_snprintf`

This is a reduced version of `snprintf` that only supports formats '%d',
'%i' and '%u'. It can be used when the full `snprintf` is not needed in
order to save memory. If it finds an unknown format specifier, it
prints an error message and panics.

Change-Id: I2cb06fcdf74cda2c43caf73ae0762a91499fc04e
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Makefile
common/tf_snprintf.c [new file with mode: 0644]
include/common/debug.h