]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: output load options in helloworld
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:20 +0000 (14:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:39:20 +0000 (13:39 +0100)
commitbbf75dd9345d0b1a7ec7a50016547eb7c759b7af
tree1c58943c5178bafa056b821a3fe6c837acbf8129
parentc51e7df941c9d4a75d25505a9b0435f543edcf34
efi_loader: output load options in helloworld

We need to test if we pass a valid image handle when loading
and EFI application. This cannot be done in efi_selftest as
it is not loaded as an image.

So let's enhance helloworld a bit.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/helloworld.c