arm-trusted-firmware/plat/mediatek/mt8195/drivers
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
..
apusys feat(plat/mediatek/apu): add mt8195 APU clock and pll SiP call 2021-11-30 09:34:05 +08:00
dcm feat(plat/mediatek/mt8195): add DCM driver 2021-07-06 14:59:06 +08:00
dfd feat(plat/mdeiatek/mt8195): add DFD control in SiP service 2021-09-28 10:13:47 +08:00
emi_mpu feat(plat/mediatek/mt8195): add EMI MPU surppot for SCP and DSP 2021-12-06 15:29:08 +08:00
gpio mediatek: mt8195: Add gpio driver 2021-04-23 10:00:04 +08:00
mcdi build: always prefix section names with . 2023-02-20 18:29:33 +00:00
pmic refator(mediatek): move pmic.[c|h] to common folder 2022-09-05 18:12:24 +08:00
ptp3 refactor(mt8195): use ptp3 common drivers 2022-11-14 09:55:07 +08:00
spm refactor(mediatek): change the parameters of LPM API 2023-01-11 13:37:50 +08:00
spmc mediatek: mt8195: Add CPU hotplug and MCDI support 2021-04-23 10:00:04 +08:00