commit | 40e3e75760b5b19b5eabb51286f6e1ed8ff453cf | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Sep 04 14:59:11 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | dada193816eebd8b718fc5e3ad3a3ffbdb208162 | |
parent | 0414359aa025273717188012a0f73c651b7037ce [diff] |
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>