mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
aac53d3d96
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> |
||
---|---|---|
.. | ||
bootm.c | ||
crt0_sandbox_efi.S | ||
fdt_fixup.c | ||
interrupts.c | ||
Makefile | ||
pci_io.c | ||
reloc_sandbox_efi.c | ||
sections.c |