u-boot/arch/sandbox/lib
Andrew Scull aac53d3d96 sandbox: Rename EFI runtime sections
Rename the sections used for placing the EFI runtime so that they don't
start with a '.'. ELF says that sections starting with a '.' are
reserved for system use, but the sandbox runs as a normal user process
so should be using user sections instead.

Clang's ASAN adds redzones to non-user sections and the extra padding
meant that the list of options was being corrupted. Naming the sections
as user sections avoids this issue as clang handles them as we intended.

Signed-off-by: Andrew Scull <ascull@google.com>
2022-06-23 12:58:18 -04:00
..
bootm.c common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
crt0_sandbox_efi.S Pull request for UEFI sub-system for efi-2020-01-rc3 2019-11-14 09:51:39 -05:00
fdt_fixup.c sandbox: provide /chosen/boot-hartid property 2021-10-21 12:50:48 -06:00
interrupts.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Makefile sandbox: provide /chosen/boot-hartid property 2021-10-21 12:50:48 -06:00
pci_io.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
reloc_sandbox_efi.c efi_loader: support building UEFI binaries on sandbox 2019-11-12 23:13:54 +01:00
sections.c sandbox: Rename EFI runtime sections 2022-06-23 12:58:18 -04:00