efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Jul 2018 17:58:07 +0000 (19:58 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 20 Aug 2018 22:01:01 +0000 (00:01 +0200)
commit9d12daff6c3c12a6c30c01a1937305c2e63fae8b
tree1f62901583c62e36faf4b223dc89341e64cddd74
parent54bfba2704f89290a68c27561098963d6bea0a92
efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()

Implement the reset service of the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.

This should resolve the error reported by the SCT in
Protocol/SimpleTextOut/BlackBoxTest/SimpleTextOutBBTestFunction_uefi.c:639

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