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