arm-trusted-firmware/plat/mediatek/common
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
..
lpm refactor(mediatek): add new LPM API for further extension 2023-01-11 13:37:51 +08:00
common_config.mk feat(mediatek): implement generic platform port 2022-08-30 16:47:43 +08:00
coreboot_config.mk feat(mediatek): support coreboot BL31 loading 2022-08-31 09:32:32 +08:00
mtk_bl31_setup.c fix(mediatek): switch console to runtime state before leaving BL31 2022-10-26 21:24:25 +08:00
mtk_plat_common.c feat(mediatek): implement generic platform port 2022-08-30 16:47:43 +08:00
mtk_plat_common.h feat(mediatek): implement generic platform port 2022-08-30 16:47:43 +08:00
mtk_sip_svc.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
mtk_smc_handlers.c build: always prefix section names with . 2023-02-20 18:29:33 +00:00
params_setup.c mediatek: mt8183: pass platform parameters 2019-09-10 11:25:29 +08:00
plat_params.h mediatek: mt8183: pass platform parameters 2019-09-10 11:25:29 +08:00
rules.mk feat(mediatek): implement generic platform port 2022-08-30 16:47:43 +08:00