u-boot/board/samsung
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
..
arndale treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
axy17lte board: samsung: fix menu entries for a{3,7}y17lte 2022-01-13 14:33:00 +09:00
common linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
espresso7420 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung 2021-11-09 15:05:33 -05:00
goni arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
odroid global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
origen arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
smdk5250 treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
smdk5420 treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
smdkc100 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
smdkv310 samsung: exynos: Convert SROMC interface to a driver 2021-07-27 10:34:27 +09:00
starqltechn board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board 2021-10-31 11:25:38 -04:00
trats dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO 2021-02-21 06:08:00 +01:00
trats2 arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
universal_c210 arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00