arm-trusted-firmware/plat/xilinx/versal_net
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(versal_net): add support for QEMU COSIM platform 2022-09-22 08:45:53 +02:00
include feat(versal-net): add jtag dcc support 2023-02-01 10:34:01 +05:30
pm_service fix(versal-net): enable wake interrupt during client suspend 2023-01-10 02:19:33 -08:00
bl31_versal_net_setup.c chore(xilinx): update print information 2023-02-02 09:46:05 +05:30
plat_psci.c fix(versal-net): use api_id directly without FUNCID_MASK 2022-10-03 14:03:38 +02:00
plat_psci_pm.c fix(versal-net): fix setting power down state 2023-01-10 02:19:33 -08:00
plat_topology.c feat(versal-net): add support for Xilinx Versal NET platform 2022-09-20 09:19:43 +02:00
platform.mk feat(versal-net): add jtag dcc support 2023-02-01 10:34:01 +05:30
sip_svc_setup.c feat(versal-net): add support for IPI 2022-09-20 19:02:39 +02:00
versal_net_gicv3.c build: always prefix section names with . 2023-02-20 18:29:33 +00:00
versal_net_ipi.c feat(versal-net): add support for platform management 2022-09-20 19:02:42 +02:00