arm-trusted-firmware/common
Soby Mathew f2f5a7bd18 Differentiate `long` and `long long` formats in tf_printf
This patch adds support to differentiate between `long` and `long long`
format specifiers in tf_printf(). In AArch64, they are the same which is
a 64-bit word. But, in AArch32 they are different and tf_printf() needs
to handle these format specifiers separately. This patch also fixes the
type of variables used to generic C types.

Change-Id: If3bbb0245cd0183acbe13bc1fe0d9743f417578f
2016-04-07 22:29:04 +01:00
..
aarch64 Remove all non-configurable dead loops 2016-03-14 16:41:18 +00:00
bl_common.c Add support for %p in tf_printf() 2016-02-18 09:45:39 +00:00
context_mgmt.c Enable asynchronous abort exceptions during boot 2016-03-30 17:26:23 +02:00
tf_printf.c Differentiate `long` and `long long` formats in tf_printf 2016-04-07 22:29:04 +01:00