arm-trusted-firmware/plat/nvidia/tegra/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
..
aarch64 Tegra: Rename CORTEX_A57_ACTLR_EL1 to *CPUACTLR* 2017-08-29 13:52:48 +01:00
drivers Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
tegra_bl31_setup.c Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00
tegra_common.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_delay_timer.c Tegra: delay_timer: fix MISRA defects 2017-06-14 17:01:51 -07:00
tegra_fiq_glue.c Tegra: fiq_glue: fix MISRA defects 2017-06-14 17:01:27 -07:00
tegra_gic.c Fix type of `unsigned long` constants 2017-09-21 12:03:53 +01:00
tegra_platform.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_pm.c Tegra: implement the early suspend handler 2017-07-31 11:41:41 -07:00
tegra_sip_calls.c Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
tegra_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00