efi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:19 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commit7406f824b8833447b15ef84b278b0c92bbe02922
tree226a8023f6a41ddb6e2d4dfe3034cfd5b8b9e07f
parent83dee949cb0ad33f36001f39e8aed31ed30e151b
efi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL

The following services are tested:
OutputString, TestString, SetAttribute.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_textoutput.c [new file with mode: 0644]