u-boot/board/samsung/common
Andrew Scull 99e2fbcb69 linker_lists: Rename sections to remove . prefix
Rename the sections used to implement linker lists so they begin with
'__u_boot_list' rather than '.u_boot_list'. The double underscore at the
start is still distinct from the single underscore used by the symbol
names.

Having a '.' in the section names conflicts with clang's ASAN
instrumentation which tries to add redzones between the linker list
elements, causing expected accesses to fail. However, clang doesn't try
to add redzones to user sections, which are names with all alphanumeric
and underscore characters.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-06-23 12:58:18 -04:00
..
bootscripts arm: exynos: Remove duplicated "boardname" env setting 2019-03-11 15:53:29 +09:00
board.c Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig 2022-04-19 14:52:34 -04:00
dfu_sample_env.txt config: trats: trats2: extend dfu_alt_info by env update settings 2014-02-03 16:09:10 +09:00
exynos-uboot-spl.lds linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
exynos5-dt-types.c arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
exynos5-dt.c global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
gadget.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile samsung: exynos: Convert SROMC interface to a driver 2021-07-27 10:34:27 +09:00
misc.c board: samsung: covert to driver model about power_key_pressed 2021-02-23 15:43:13 +09:00
sromc.c samsung: exynos: Convert SROMC interface to a driver 2021-07-27 10:34:27 +09:00