arm-trusted-firmware/plat/rockchip/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
..
aarch32 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
aarch64 build: always prefix section names with . 2023-02-20 18:29:33 +00:00
drivers rockchip: fix definition of struct param_ddr_usage 2020-02-17 08:53:39 +08:00
include Merge changes from topic "rockchip-uart-fixes" into integration 2019-08-15 15:30:13 +00:00
pmusram fix(rk3399): explicitly define the sys_sleep_flag_sram type 2022-10-12 10:31:03 +13:00
bl31_plat_setup.c 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
params_setup.c fix(rockchip): align fdt buffer on 8 bytes 2022-11-15 11:22:42 +01:00
plat_pm.c Use correct type when reading SCR register 2020-01-28 11:10:48 +00:00
plat_topology.c rockchip: add common aarch32 support 2019-04-25 13:37:56 +02:00
rockchip_gicv2.c rockchip: Fix GICv2 interrupts 2019-01-28 14:35:50 +00:00
rockchip_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rockchip_sip_svc.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rockchip_stack_protector.c rockchip: Add support for the stack protector 2020-12-01 11:54:57 +01:00
sp_min_plat_setup.c 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00