efi_selftest: keep devices in ExitBootServices()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 12 Nov 2020 20:26:28 +0000 (21:26 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 14 Nov 2020 04:05:46 +0000 (05:05 +0100)
commitfccd3d9c42fbc6d6bfc5bac26bd6db413b2ab75b
tree23464b4f3c60e7ed141b862c745b60985cc5253e
parent832bfad7451e2e7bd23c96edff2be050905ac3f6
efi_selftest: keep devices in ExitBootServices()

When calling ExitBootServices during out unit tests we should not detach
devices as we need console output for runtime tests.

Fixes: 529441ca89b1 ("efi_loader: Disable devices before handing over control")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_selftest/efi_selftest.c