History log of /device/linaro/bootloader/arm-trusted-firmware/common/tf_snprintf.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da5241cb1591416d6aeba9f30ce395b58c97cb5d 17-May-2017 Antonio Nino Diaz <antonio.ninodiaz@arm.com> 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>
/device/linaro/bootloader/arm-trusted-firmware/common/tf_snprintf.c