Re: [U-Boot] [PATCH v2 10/11] efi_loader: support device tree for bootefi selftest

2018-03-23 Thread Simon Glass
On 15 February 2018 at 00:31, Heinrich Schuchardt 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 > --- > v

[U-Boot] [PATCH v2 10/11] efi_loader: support device tree for bootefi selftest

2018-02-14 Thread Heinrich Schuchardt
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 --- v2 new patch --- cmd/bootefi.c | 109 +