mirror of
https://github.com/ipxe/ipxe.git
synced 2026-03-28 08:51:51 +01:00
efidev_parent() currently assumes that any device with BUS_TYPE_EFI is part of a struct efi_device. This assumption is not valid, since the code in efi_device_info() may also create a device with BUS_TYPE_EFI. Fix by searching through the list of registered EFI devices when looking for a match, instead of relying on the bus type value. Signed-off-by: Michael Brown <mcb30@ipxe.org>
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org
Languages
C
97.1%
Assembly
1.5%
Perl
0.6%
Makefile
0.4%
Python
0.3%