- Use %%{efi} and similar macros from efi-rpm-macros
- Use '%%autosetup -S git' now that it imports patches without rewriting
the commit message.
- Fix some URLs maybe.
Signed-off-by: Peter Jones <pjones@redhat.com>
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Make efibootmgr use EFIDIR / efibootmgr.efidir like fwupdate does
make --loader default build-time configurable
sanitize set_mirror()/get_mirror()
Add support for parsing loader options as UCS2
GCC 7 fixes
Don't use -fshort-wchar since we don't run on EFI machines.
Also rebuild for efivar-31-1.fc26 to get symbol versioning right.
Resolves: rhbz#1468841
Signed-off-by: Peter Jones <pjones@redhat.com>
- Make efibootmgr use EFIDIR / efibootmgr.efidir like fwupdate does
- make --loader default build-time configurable
- sanitize set_mirror()/get_mirror()
- Add support for parsing loader options as UCS2
- GCC 7 fixes
- Don't use -fshort-wchar since we don't run on EFI machines.
Signed-off-by: Peter Jones <pjones@redhat.com>
- Remove "(hex)" from description of --delete-bootnum
- Fix a typo in the popt options
- Add README.md
- make efibootdump install by default
- Man page fixes
- Better compiler detection
- Don't use --default-symver in efibootmgr
- Make -flto part of the overrideable CFLAGS
Signed-off-by: Peter Jones <pjones@redhat.com>
- Add support for --sysprep and --driver to support UEFI System Prep
Applications and UEFI Drivers.
- use efivar's error reporting facility, and show error traces when
"-v -v" is used.
- Still yet better error codes returned on failures.
- Add -m and -M to support Memory Address Range Mirroring.
- Add efibootdump, to examine Boot* variables found in tarballs in bug
reports and similar.
- miscellaneous bugfixes.
Signed-off-by: Peter Jones <pjones@redhat.com>
- add efibootdump
- use efivar's error reporting facility
- Add address range mirroring support
- lots of bug fixes
Signed-off-by: Peter Jones <pjones@redhat.com>
- use libefiboot and libefivar to make device paths and load options
- don't depend on -lz or -lpci any more
Signed-off-by: Peter Jones <pjones@redhat.com>
- Make -o parameter validation work better and be more informative
- Better exit values
- Fix a segfault with appending ascii arguments.
Signed-off-by: Peter Jones <pjones@redhat.com>