arm-trusted-firmware/plat/mediatek/mt8173
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 mediatek: mt8173: apply MULTI_CONSOLE framework 2019-09-12 09:16:12 -07:00
drivers build: always prefix section names with . 2023-02-20 18:29:33 +00:00
include mediatek: Add jedec info 2020-09-01 16:57:13 +08:00
bl31_plat_setup.c 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
plat_mt_gic.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_pm.c mt8173: Add support for new watchdog SMC 2020-02-24 12:25:17 +11:00
plat_sip_calls.c mt8173: Add support for new watchdog SMC 2020-02-24 12:25:17 +11:00
plat_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk refator(mediatek): move drivers folder in common to plat/mediatek 2022-09-05 13:52:17 +08:00
power_tracer.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
scu.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00