]> git.baikalelectronics.ru Git - arm-tf.git/commit
build: always prefix section names with `.`
authorChris Kay <chris.kay@arm.com>
Tue, 14 Feb 2023 11:30:04 +0000 (11:30 +0000)
committerChris Kay <chris.kay@arm.com>
Mon, 20 Feb 2023 18:29:33 +0000 (18:29 +0000)
commitda04341ed52d214139fe2d16667ef5b58c38e502
tree3dd46c3cd597ab3c72c141e09017cf9ed5e2d220
parentac98b82a1f2e1ee323967a8a80e496e82ad9a832
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>
57 files changed:
bl1/bl1.ld.S
bl2/bl2.ld.S
bl2/bl2_el3.ld.S
bl2u/bl2u.ld.S
bl31/bl31.ld.S
bl32/sp_min/sp_min.ld.S
bl32/tsp/tsp.ld.S
docs/design/firmware-design.rst
docs/getting_started/porting-guide.rst
include/common/bl_common.ld.h
include/common/runtime_svc.h
include/lib/bakery_lock.h
include/lib/cpus/aarch32/cpu_macros.S
include/lib/cpus/aarch64/cpu_macros.S
include/lib/el3_runtime/pubsub.h
include/lib/pmf/pmf_helpers.h
include/lib/xlat_tables/xlat_tables_v2.h
include/plat/arm/common/arm_def.h
include/plat/arm/common/arm_reclaim_init.ld.S
include/plat/arm/common/arm_tzc_dram.ld.S
include/services/el3_spmc_logical_sp.h
lib/pmf/pmf_main.c
lib/psci/psci_common.c
lib/xlat_tables/aarch32/nonlpae_tables.c
lib/xlat_tables/xlat_tables_common.c
plat/arm/board/arm_fpga/build_axf.ld.S
plat/arm/board/fvp/fvp_el3_spmc.c
plat/arm/common/aarch64/arm_helpers.S
plat/arm/common/arm_gicv3.c
plat/common/aarch32/platform_mp_stack.S
plat/common/aarch32/platform_up_stack.S
plat/common/aarch64/platform_mp_stack.S
plat/common/aarch64/platform_up_stack.S
plat/hisilicon/hikey960/hikey960_bl31_setup.c
plat/hisilicon/hikey960/include/plat.ld.S
plat/marvell/armada/a8k/common/ble/ble.ld.S
plat/marvell/armada/common/marvell_gicv3.c
plat/mediatek/common/mtk_smc_handlers.c
plat/mediatek/include/plat.ld.rodata.inc
plat/mediatek/mt8173/drivers/spm/spm.c
plat/mediatek/mt8186/drivers/mcdi/mt_mcdi.c
plat/mediatek/mt8192/drivers/mcdi/mt_mcdi.c
plat/mediatek/mt8195/drivers/mcdi/mt_mcdi.c
plat/nvidia/tegra/platform.mk
plat/nvidia/tegra/scat/bl31.scat
plat/qemu/qemu_sbsa/include/platform_def.h
plat/renesas/common/aarch64/platform_common.c
plat/rockchip/common/aarch32/plat_helpers.S
plat/rockchip/common/aarch64/plat_helpers.S
plat/rockchip/px30/drivers/pmu/pmu.c
plat/rockchip/rk3399/drivers/pmu/pmu.c
plat/socionext/synquacer/include/plat.ld.S
plat/socionext/synquacer/include/platform_def.h
plat/ti/k3/common/drivers/ti_sci/ti_sci.c
plat/xilinx/versal/versal_gicv3.c
plat/xilinx/versal_net/versal_net_gicv3.c
services/std_svc/spm/spm_mm/spm_mm_xlat.c