arm-trusted-firmware/services
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
..
arm_arch_svc Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
spd Merge pull request #1239 from arve-android/trusty-fixes 2018-03-07 10:43:56 +00:00
std_svc Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00