commit | 314bed6c854e41b2edd5cefb7009e3b6040abd28 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Oct 28 18:45:47 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 30 14:20:26 2020 +0100 |
tree | c94075c366956778180328153334c585a0b288d2 | |
parent | cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf [diff] |
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>