arm-trusted-firmware/services/std_svc/spm/spm_mm
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 refactor(spm_mm): reorganize secure partition manager code 2022-04-08 15:36:22 +01:00
spm_mm.mk feat(spm_mm): add support to save and restore fp regs 2022-05-11 17:18:21 +01:00
spm_mm_main.c feat(spm_mm): add support to save and restore fp regs 2022-05-11 17:18:21 +01:00
spm_mm_private.h refactor(spm_mm): reorganize secure partition manager code 2022-04-08 15:36:22 +01:00
spm_mm_setup.c refactor(spm_mm): reorganize secure partition manager code 2022-04-08 15:36:22 +01:00
spm_mm_shim_private.h refactor(spm_mm): reorganize secure partition manager code 2022-04-08 15:36:22 +01:00
spm_mm_xlat.c build: always prefix section names with . 2023-02-20 18:29:33 +00:00