]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitedc2c16073f7f0648ace5aafdece17bbcf081ec4
treedada193816eebd8b718fc5e3ad3a3ffbdb208162
parent17787c3b52cf5614c77c76294c7567407363c0d2
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