]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_selftest: test InstallConfigurationTable()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 28 Jun 2018 10:45:33 +0000 (12:45 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 13:00:24 +0000 (15:00 +0200)
commit9b30232bfc6b98e7caa517bbec77f00fb46c93de
tree3f6068769a2224c1baa1e42d1b6cae8487fde932
parent4182a129ef735bfd6c54788affe1b649ab85b851
efi_selftest: test InstallConfigurationTable()

Provide a unit test for InstallConfigurationTable().

A table is installed, updated, removed. The table entry and the
triggering of events is checked.

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