arm-trusted-firmware/plat/mediatek/mt8186/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
..
dcm feat(plat/mediatek/mt8186): add DCM driver 2021-12-22 18:06:53 +08:00
dfd feat(mt8186): add DFD control in SiP service 2022-03-11 17:47:05 +08:00
emi_mpu fix(mt8186): fix EMI_MPU domain setting for DSP 2022-10-11 13:14:48 +08:00
gpio feat(plat/mediatek/mt8186): add pinctrl support 2021-12-22 18:06:53 +08:00
mcdi build: always prefix section names with . 2023-02-20 18:29:33 +00:00
pmic refator(mediatek): move common definitions of pmic wrap to common folder 2022-09-05 18:12:24 +08:00
rtc feat(plat/mediatek/mt8186): add RTC drivers 2021-12-22 18:06:53 +08:00
spm refactor(mediatek): change the parameters of LPM API 2023-01-11 13:37:50 +08:00
spmc feat(plat/mediatek/mt8186): add CPU hotplug 2021-12-22 18:06:53 +08:00