summaryrefslogtreecommitdiff
path: root/tools/elf2efi.py
Commit message (Collapse)AuthorAgeFilesLines
* boot: Add RISCV32 and LoongArch supportJan Janssen2023-03-101-1/+4
| | | | | This is completely untested, but should work in theory, as it's just adding a couple defines according to the specs.
* boot: Bring back bootloader buildsJan Janssen2023-03-101-0/+578
This adds back sd-boot builds by using meson compile targets directly. We can do this now, because userspace binaries use the special dependency that allows us to easily separate flags, so that we don't pass anything to EFI builds that shouldn't be passed. Additionally, we pass a bunch of flags to hopefully disable/override any distro provided flags that should not be used for EFI binaries. Fixes: #12275