arm-trusted-firmware/plat/renesas/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
..
aarch64 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
include fix(plat/rcar3): change stack size of BL31 2022-01-22 17:15:37 +01:00
bl2_cpg_init.c feat(plat/rcar3): keep RWDT enabled 2021-09-12 01:13:48 +02:00
bl2_interrupt_error.c plat: renesas: Move to common 2021-01-13 13:03:49 +00:00
bl2_plat_mem_params_desc.c plat: renesas: Move to common 2021-01-13 13:03:49 +00:00
bl2_secure_setting.c feat(plat/rcar3): modify LifeC register setting for R-Car D3 2021-09-12 01:13:48 +02:00
bl31_plat_setup.c feat(plat/rcar3): modify sequence for update value for WUPMSKCA57/53 2021-12-12 13:07:02 +01:00
common.mk fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
plat_image_load.c plat: renesas: Move to common 2021-01-13 13:03:49 +00:00
plat_pm.c fix(plat/rcar3): fix SYSTEM_OFF processing for R-Car D3 2022-01-22 17:14:50 +01:00
plat_storage.c plat: renesas: Move to common 2021-01-13 13:03:49 +00:00
plat_topology.c plat: renesas: Move to common 2021-01-13 13:03:49 +00:00
rcar_common.c refactor(plat/ea_handler): Use default ea handler implementation for panic 2021-08-13 11:12:11 +02:00