]> git.baikalelectronics.ru Git - uboot.git/commit
efi_driver: fix efi_uc_stop()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 9 Jan 2020 22:26:43 +0000 (23:26 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 14 Jan 2020 23:51:51 +0000 (00:51 +0100)
commitd99d06ce152e6fed62a79d5bbcb6a3bed7e5da00
treec8d37e5910c58c16b26ec2283a6272328d5b5597
parent467c05954e947b5de76c68a48b22a56cc791a5d7
efi_driver: fix efi_uc_stop()

Use the correct protocol in efi_uc_stop() when detaching the driver from
the controller.

Change the block IO unit test for the block device driver to throw an error
instead of a todo if teardown fails.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_driver/efi_uclass.c
lib/efi_selftest/efi_selftest_block_device.c