]> git.baikalelectronics.ru Git - uboot.git/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)
commit8ebb306c3f273eaac22d1505f2260695cb5c7752
tree517b15b8fd6ef3feb495c5f1a4684855caa3e71a
parente063fbcbb71d7e83e1c73cca7d3e5f23d48a98e0
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]