arm-trusted-firmware/services/std_svc/spm
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
..
aarch64 SPM: Introduce Secure Partition Manager 2017-11-08 18:05:14 +00:00
secure_partition_setup.c Ensure the correct execution of TLBI instructions 2018-02-21 13:54:55 +00:00
spm.mk SPM: Introduce Secure Partition Manager 2017-11-08 18:05:14 +00:00
spm_main.c Rename 'smcc' to 'smccc' 2018-03-21 10:49:27 +00:00
spm_private.h SPM: Allow secondary CPUs to use the Secure Partition 2018-01-08 09:59:33 +00:00
spm_shim_private.h Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00