arm-trusted-firmware/drivers/auth
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
..
cryptocell Fix order of #includes 2017-07-12 14:45:31 +01:00
mbedtls bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP 2018-01-18 16:25:18 +00:00
tbbr Dynamic cfg: Add HW and TB_FW configs to CoT 2018-02-26 16:31:10 +00:00
auth_mod.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
crypto_mod.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
img_parser_mod.c Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00