
23 Mar
2018
23 Mar
'18
3:30 p.m.
On 15 February 2018 at 00:31, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The second argument of the bootefi command should always be usable to specify a device tree. This was missing for bootefi selftest and bootefi hello.
Proper error handling is added.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 new patch
cmd/bootefi.c | 109 ++++++++++++++++++++++++------------------ include/efi_loader.h | 2 + lib/efi_loader/efi_boottime.c | 2 + 3 files changed, 67 insertions(+), 46 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org