fwupd/plugins/uefi-capsule/efi
Gary Lin b283395049 uefi-capsule: Specify the section flags for .sbat
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>
2021-03-09 09:09:24 +00:00
..
lds trivial: add linker script for armhf 2021-02-24 08:14:17 -06:00
fwup-cleanups.h uefi: Rename to uefi-capsule 2021-01-05 15:31:22 +00:00
fwup-common.c uefi: Rename to uefi-capsule 2021-01-05 15:31:22 +00:00
fwup-common.h uefi: Rename to uefi-capsule 2021-01-05 15:31:22 +00:00
fwup-debug.c uefi: Rename to uefi-capsule 2021-01-05 15:31:22 +00:00
fwup-debug.h uefi: Rename to uefi-capsule 2021-01-05 15:31:22 +00:00
fwup-efi.c uefi: Rename to uefi-capsule 2021-01-05 15:31:22 +00:00
fwup-efi.h Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
fwupdate.c Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
generate_binary.py uefi-capsule: Ensure SBAT metadata is added correctly 2021-02-22 16:19:19 +00:00
generate_sbat.py uefi-capsule: Specify the section flags for .sbat 2021-03-09 09:09:24 +00:00
meson.build uefi-capsule: Ensure SBAT metadata is added correctly 2021-02-22 16:19:19 +00:00