Re: [U-Boot] [PATCH 1/1] efi_loader: check device path in InstallMultipleProtocolInterfaces

2019-05-20 Thread Heinrich Schuchardt
On 5/16/19 9:59 PM, Heinrich Schuchardt wrote: > 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()

[U-Boot] [PATCH 1/1] efi_loader: check device path in InstallMultipleProtocolInterfaces

2019-05-16 Thread Heinrich Schuchardt
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 --- li