arm-trusted-firmware/plat/mediatek/mt8192
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(plat/mediatek/apu): add mt8192 APU iommap regions 2021-05-25 14:49:30 +08:00
drivers build: always prefix section names with . 2023-02-20 18:29:33 +00:00
include refactor(mediatek): refactor plat_sip_calls.h for mt8192/mt8195/mt8186 2022-09-08 18:01:49 +08:00
bl31_plat_setup.c Merge changes I20c73f6e,I9962263c,I177796e3,I6ff6875c,I21fe9d85, ... into integration 2021-04-26 16:12:49 +02:00
plat_pm.c feat(plat/mdeiatek/mt8192): add DFD control in SiP service 2021-08-10 09:41:15 +08:00
plat_sip_calls.c refactor(mediatek): partition MTK SiP SMC ID 2022-08-30 16:47:43 +08:00
plat_topology.c mediatek: mt8192: Add CPU hotplug and MCDI support 2020-12-07 23:27:40 +00:00
platform.mk refactor(mediatek): change LPM header file path for further extension 2023-01-11 13:37:48 +08:00