]> git.ipfire.org Git - thirdparty/u-boot.git/commit - lib/efi_loader/efi_console.c
efi_loader: Add console handle references to in/out/err
authorAlexander Graf <agraf@suse.de>
Tue, 4 Sep 2018 12:59:11 +0000 (14:59 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
commit40e3e75760b5b19b5eabb51286f6e1ed8ff453cf
treedada193816eebd8b718fc5e3ad3a3ffbdb208162
parent0414359aa025273717188012a0f73c651b7037ce
efi_loader: Add console handle references to in/out/err

We register the console in/out protocol on the loaded image handle, but
never tell anyone about it in the systab.

Because of this Shell.efi can not find the input protocol. So let's add
a proper reference.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_console.c