]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: fix DisconnectController() for sole child
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 28 Oct 2020 17:45:47 +0000 (18:45 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 30 Oct 2020 13:20:26 +0000 (14:20 +0100)
commite27bd0478374066ea64ce40db4db948603b23ee5
treec94075c366956778180328153334c585a0b288d2
parent275a460282e65fc9d238ed74aa2066f7e6b253a3
efi_loader: fix DisconnectController() for sole child

If ChildHandle indicates the sole child of the driver, disconnect the
driver.

This fixes the test results for UEFI SCT 2.6 A
sub-tests 5.1.3.12.43, 5.1.3.12.44, 5.1.3.12.45.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c