arm-trusted-firmware/bl32/tsp
Sandrine Bailleux a604623c71 TSP: Print BL32_BASE rather than __RO_START__
In debug builds, the TSP prints its image base address and size.
The base address displayed corresponds to the start address of the
read-only section, as defined in the linker script.

This patch changes this to use the BL32_BASE address instead, which is
the same address as __RO_START__ at the moment but has the advantage
to be independent of the linker symbols defined in the linker script
as well as the layout and order of the sections.

Change-Id: I032d8d50df712c014cbbcaa84a9615796ec902cc
2016-07-08 14:55:11 +01:00
..
aarch64 Introduce some helper macros for exception vectors 2016-05-26 17:04:39 +01:00
tsp.ld.S Introduce SEPARATE_CODE_AND_RODATA build flag 2016-07-08 14:55:11 +01:00
tsp.mk Make:Remove calls to shell from makefiles. 2016-04-01 12:33:09 +01:00
tsp_interrupt.c Enable use of FIQs and IRQs as TSP interrupts 2015-12-04 12:02:12 +00:00
tsp_main.c TSP: Print BL32_BASE rather than __RO_START__ 2016-07-08 14:55:11 +01:00
tsp_private.h Enable use of FIQs and IRQs as TSP interrupts 2015-12-04 12:02:12 +00:00
tsp_timer.c PSCI: Migrate SPDs and TSP to the new platform and framework API 2015-08-13 23:48:07 +01:00