]> git.sur5r.net Git - u-boot/commit
efi_selftest: test for (Dis)ConnectController
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jan 2018 07:16:08 +0000 (08:16 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commitfb83350952630dd8b73eb19669be838c1e537a03
tree517b15b8fd6ef3feb495c5f1a4684855caa3e71a
parent8d7cf39090fc072a39bb8a2509f727a27eae9482
efi_selftest: test for (Dis)ConnectController

This unit test checks the following protocol services:
ConnectController, DisconnectController,
InstallProtocol, UninstallProtocol,
OpenProtocol, CloseProtcol, OpenProtocolInformation

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_controllers.c [new file with mode: 0644]