fwupd/plugins/uefi-capsule/efi
Javier Martinez Canillas fde4b1676a uefi: Rewrite generate_binary.sh script in Python
The generate_binary.sh is a script that calls the objcopy tool and
genpeimg in the case of Windows, to generate a PE binary file.

But doesn't have to be a shell script and could be rewritten as a
python script. This will make this code to generate a PE binary
easier to extend if needed.

Also, the only reason that's a template is to define the objcopy
tool used, but this can also be passed as a positional argument.
2021-02-04 12:51:05 +00: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: Rewrite generate_binary.sh script in Python 2021-02-04 12:51:05 +00:00
meson.build uefi: Rewrite generate_binary.sh script in Python 2021-02-04 12:51:05 +00:00