arm-trusted-firmware/services/std_svc
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
..
drtm feat(drtm): add DRTM parameters structure version check 2022-11-02 23:04:01 +01:00
rmmd build: clarify linker script generation 2023-02-10 17:01:46 +00:00
sdei feat(sdei): add a function to return total number of events registered 2022-10-05 15:25:28 +01:00
spm build: always prefix section names with . 2023-02-20 18:29:33 +00:00
spmd feat(spmd): copy tos_fw_config in secure region 2023-02-09 15:11:44 +00:00
trng refactor(trng): discarding the used entropy bits 2022-11-14 10:08:56 +00:00
pci_svc.c SMCCC/PCI: Handle std svc boilerplate 2021-05-25 14:49:08 +02:00
std_svc_setup.c refactor(trng): cleanup the existing TRNG support 2022-11-08 13:48:18 +00:00