commit | 1d3e8dc7920d7fa32d4df76adea4809890a6de6c | [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 | 200000387c2d16fa069af6e176d1fcb886024f4d [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>