commit | ff94bca7136c3bec4d2a538322f3d911efd6aad2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 11 19:35:20 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:39 2019 +0200 |
tree | 82e495a36ceb77a6478998df6704d49e6131b283 | |
parent | 6a41cf2ad2880ff029a545c4fdc654455034d0ac [diff] |
efi_loader: loaded images cannot be started twice If an image already has been started, return EFI_INVALID_PARAMETER when StartImage() is called for the same handle again. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>