arm-trusted-firmware/bl32/tsp
Chris Kay da04341ed5 build: always prefix section names with .
Some of our specialized sections are not prefixed with the conventional
period. The compiler uses input section names to derive certain other
section names (e.g. `.rela.text`, `.relacpu_ops`), and these can be
difficult to select in linker scripts when there is a lack of a
delimiter.

This change introduces the period prefix to all specialized section
names.

BREAKING-CHANGE: All input and output linker section names have been
 prefixed with the period character, e.g. `cpu_ops` -> `.cpu_ops`.

Change-Id: I51c13c5266d5975fbd944ef4961328e72f82fc1c
Signed-off-by: Chris Kay <chris.kay@arm.com>
2023-02-20 18:29:33 +00:00
..
aarch64 feat(tsp): add FF-A support to the TSP 2022-08-24 14:46:30 +01:00
ffa_helpers.c fix(el3-spmc): fix coverity scan warnings 2022-12-08 12:30:10 +00:00
ffa_helpers.h feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp.ld.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
tsp.mk build: clarify linker script generation 2023-02-10 17:01:46 +00:00
tsp_common.c feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_ffa_main.c fix(tsp): loop / crash if mmap of region fails 2023-02-10 14:08:13 +01:00
tsp_interrupt.c feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_main.c feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_private.h feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_timer.c Correct typographical errors 2019-01-15 15:16:02 +00:00