commit | 61ba10d6a17c9478bc3d2da0b3308161963b08ee | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 16 21:54:04 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 19 08:10:10 2019 +0200 |
tree | 16e087b367f0572cfc864c0003c56545653a3a72 | |
parent | 18ed8cf3d6c0c66ad041f52bca10846580e9146a [diff] |
efi_loader: check device path in InstallMultipleProtocolInterfaces According to the UEFI spec InstallMultipleProtocolInterfaces() must check if a device path has already been installed. In this case it must return EFI_ALREADY_STARTED. Cf. UEFI SCT II 2.6 A (2017), 3.3.16 InstallMultipleProtocolInterfaces(), 5.1.3.16.1. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>