]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Do not try to fetch loaded image device path protocol
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 May 2014 22:08:42 +0000 (23:08 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 May 2014 23:33:12 +0000 (00:33 +0100)
commit6cdd3bb6567b6e2fafa18db82bfb2c7d2bce9ebb
tree45d63c3f059c6c0b4be2c1ffad7cf3a67aa4d063
parent81df95e8aebffeae11a0ae6b7099e402da1c08c3
[efi] Do not try to fetch loaded image device path protocol

Some UEFI systems (observed with a Mac Pro) do not provide a loaded
image device path protocol.  We don't currently use the loaded image
device path protocol for anything beyond printing a debug message, so
simply remove the code which attempts to fetch it.

Reported-by: Matt Woodward <pxematt@woodwardcc.com>
Tested-by: Matt Woodward <pxematt@woodwardcc.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_init.c