]> git.sur5r.net Git - u-boot/commit
efi_loader: support device tree for bootefi selftest
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 3 Mar 2018 14:29:03 +0000 (15:29 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:06 +0000 (11:00 +0200)
commitbc4f9133edb4baf5f68689a03137bb2c336e2026
tree53c7af9775ee69c14fc2cf69ecc37a545af23464
parentfc225e60822e3fd18a56b546eb683d6818d3f9c4
efi_loader: support device tree for bootefi selftest

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>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/efi_boottime.c