arm-trusted-firmware/plat/mediatek
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
..
build_helpers build: permit multiple linker scripts 2023-02-10 17:01:47 +00:00
common build: always prefix section names with . 2023-02-20 18:29:33 +00:00
drivers refactor(mediatek): change the parameters of LPM API 2023-01-11 13:37:50 +08:00
helpers feat(mt8188): add armv8.2 support 2022-09-22 19:26:15 +08:00
include build: always prefix section names with . 2023-02-20 18:29:33 +00:00
lib fix(mt8188): refine gic init flow after system resume 2022-11-14 09:55:07 +08:00
mt8173 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
mt8183 refator(mediatek): move drivers folder in common to plat/mediatek 2022-09-05 13:52:17 +08:00
mt8186 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
mt8188 feat(mt8188): keep infra and peri on when system suspend 2023-01-11 13:37:47 +08:00
mt8192 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
mt8195 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
topology feat(mt8188): add armv8.2 support 2022-09-22 19:26:15 +08:00