arm-trusted-firmware/plat/nvidia/tegra
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
..
common Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00
include tegra: Fix mmap_region_t struct mismatch 2018-02-17 06:15:35 +01:00
soc tegra: Use SPDX license identifier 2018-03-08 10:57:43 +00:00
platform.mk Do not enable SVE on pre-v8.2 platforms 2017-11-30 17:45:23 +00:00