arm-trusted-firmware/common
Antonio Nino Diaz da5241cb15 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>
2017-05-24 10:47:05 +01:00
..
aarch32 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
aarch64 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
bl_common.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
desc_image_load.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
runtime_svc.c Merge pull request #925 from dp-arm/dp/spdx 2017-05-04 16:35:19 +01:00
tf_printf.c Align tf_printf implementation between AArch32 and AArch64 2017-05-15 16:36:05 +01:00
tf_snprintf.c Introduce `tf_snprintf` 2017-05-24 10:47:05 +01:00