arm-trusted-firmware/common
Soby Mathew bc202b4493 AArch32: Add tf_printf support
The tf_printf library uses 64 bit division to print numbers
in appropriate formats but AArch32 mode cannot do 64 bit division
natively. Hence this patch adds additional number printing routines
to handle AArch32 mode in tf_printf library. The decimal format
printing capability is limited to 32 bit integers whereas 64 bits
are supported in hexadecimal format. The library assumes that
secure world is running in Little-Endian mode to do bit
manipulations on 64 bit. Suitable assertions are present to
enforce this assumption.

Change-Id: I55a21e448cef4915d1834d76e48a84ccf0bec36d
2016-08-10 12:35:46 +01:00
..
aarch32 AArch32: Add assembly helpers 2016-08-10 12:35:46 +01:00
aarch64 Introduce el3_runtime and PSCI libraries 2016-07-18 17:52:15 +01:00
bl_common.c Ensure addresses in is_mem_free() don't overflow 2016-07-25 12:57:42 +01:00
runtime_svc.c Merge pull request #673 from soby-mathew/sm/coverity_issue 2016-07-28 09:25:40 +01:00
tf_printf.c AArch32: Add tf_printf support 2016-08-10 12:35:46 +01:00