u-boot/doc/develop/driver-model
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
..
bind.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
debugging.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
design.rst Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig 2022-06-06 12:09:12 -04:00
ethernet.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
fdt-fixup.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
fs_firmware_loader.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
i2c-howto.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
index.rst doc: develop: Convert README.nvme to reST 2021-06-23 17:21:14 +08:00
livetree.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
migration.rst dm: serial: Add a migration deadline for serial 2022-01-28 17:58:41 -05:00
nvme.rst nvme: Split out PCI support 2022-02-10 16:44:23 -05:00
of-plat.rst linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
pci-info.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
pmic-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
remoteproc-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
serial-howto.rst dm: Add docs to explain how to enable DM_SERIAL for a board 2022-04-09 21:06:31 +02:00
soc-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
spi-howto.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
usb-info.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
virtio.rst doc: develop: Convert README.virtio to reST 2021-05-10 13:56:12 +08:00