arm-trusted-firmware/plat/rpi3
Antonio Nino Diaz f660533729 Remove duplicated definitions of linker symbols
Many parts of the code were duplicating symbols that are defined in
include/common/bl_common.h. It is better to only use the definitions in
this header.

As all the symbols refer to virtual addresses, they have to be
uintptr_t, not unsigned long. This has also been fixed in bl_common.h.

Change-Id: I204081af78326ced03fb05f69846f229d324c711
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2019-02-01 12:24:57 +00:00
..
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
include Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk rpi3: Enable GPIO in BL2 2019-01-26 00:13:49 +08:00
rpi3_bl1_setup.c Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
rpi3_bl2_setup.c rpi3: Enable GPIO in BL2 2019-01-26 00:13:49 +08:00
rpi3_bl31_setup.c Remove duplicated definitions of linker symbols 2019-02-01 12:24:57 +00:00
rpi3_common.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_hw.h rpi3: Enable GPIO in BL2 2019-01-26 00:13:49 +08:00
rpi3_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_io_storage.c rpi3: remove duplicate initialization for BL32_IMAGE_ID 2019-01-28 20:27:46 +01:00
rpi3_mbox.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_pm.c rpi3: mark one more function as static 2019-01-28 20:39:51 +01:00
rpi3_private.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
rpi3_rng.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_rotpk.S rpi3: Add support for Trusted Board Boot 2018-07-05 14:58:51 +08:00
rpi3_stack_protector.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3_trusted_boot.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00