arm-trusted-firmware/plat/mediatek/mt8186
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(mt8186): add SPM suspend driver 2022-01-13 10:10:56 +08:00
drivers build: always prefix section names with . 2023-02-20 18:29:33 +00:00
include feat(mediatek): add smcc call for MSDC 2022-09-08 18:02:02 +08:00
bl31_plat_setup.c feat(mt8186): add SPM suspend driver 2022-01-13 10:10:56 +08:00
plat_pm.c feat(mt8186): add DFD control in SiP service 2022-03-11 17:47:05 +08:00
plat_sip_calls.c feat(mediatek): add smcc call for MSDC 2022-09-08 18:02:02 +08:00
plat_topology.c feat(mt8186): initialize platform for MediaTek MT8186 2021-12-01 16:36:28 +01:00
platform.mk refactor(mediatek): change LPM header file path for further extension 2023-01-11 13:37:48 +08:00