commit | c7ce40460f4f6f66261b4a926ed89c7fcbd2a88b | [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 | fa943167f676281acf56de3549fd998a9dead727 [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>