arm-trusted-firmware/common
Joel Hutton 9f85f9e379 Clean usage of void pointers to access symbols
Void pointers have been used to access linker symbols, by declaring an
extern pointer, then taking the address of it. This limits symbols
values to aligned pointer values. To remove this restriction an
IMPORT_SYM macro has been introduced, which declares it as a char
pointer and casts it to the required type.

Change-Id: I89877fc3b13ed311817bb8ba79d4872b89bfd3b0
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
2018-03-27 13:20:27 +01:00
..
aarch32 ARMv7 may not support Virtualization Extensions 2017-11-08 14:38:33 +01:00
aarch64 Include debug.h in debug.S 2017-11-01 08:26:24 +00:00
bl_common.c Unify cache flush code path after image load 2017-12-05 16:04:45 +00:00
desc_image_load.c Dynamic cfg: Do not populate args if already initialized 2018-03-05 11:58:22 +00:00
fdt_wrappers.c Dynamic cfg: MISRA fixes 2018-02-26 16:31:11 +00:00
image_decompress.c image_decompress: add APIs for decompressing images 2018-02-02 00:19:08 +09:00
runtime_svc.c Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00
tf_log.c Implement log framework 2017-09-11 15:37:24 +01:00
tf_printf.c Add support to left-pad with zeroes in tf_printf 2017-12-15 15:03:48 +00:00
tf_snprintf.c Introduce `tf_snprintf` 2017-05-24 10:47:05 +01:00