mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 16:57:18 +00:00
![]() When using "objcopy -O binary" to generate AArch64 EFI images, it silently drops the sections without "alloc" or "load" or the sections with "unload", and this caused the content of .sbat was skipped in the final EFI image. This commit sets the common read-only data section flags to .sbat to make sure the content will be copied. Signed-off-by: Gary Lin <glin@suse.com> |
||
---|---|---|
.. | ||
lds | ||
fwup-cleanups.h | ||
fwup-common.c | ||
fwup-common.h | ||
fwup-debug.c | ||
fwup-debug.h | ||
fwup-efi.c | ||
fwup-efi.h | ||
fwupdate.c | ||
generate_binary.py | ||
generate_sbat.py | ||
meson.build |