- 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>
- 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>