Home
last modified time | relevance | path

Searched hist:bc8cfa3a8ccdd9ff5cea9b9f9836d77530ee4c64 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/efi/
H A Ddevices.cppbc8cfa3a8ccdd9ff5cea9b9f9836d77530ee4c64 Sat Feb 08 12:36:33 UTC 2020 Fredrik Holmqvist <fredrik.holmqvist@gmail.com> EFI: Use BlockIO to find bootable disks

There is one efi_block_io_protocol per disk and one per partition.
All we need to do is find the disk ones and let Haiku find
bootable partitions.

There is a special case for a device with one fixed partition
which does not have one for disk, but it is unlikely we will
ever want to boot from such a device.

Fixes #15587.

Change-Id: I915870d6d3b19947bc58b32a969f9f89d2d2245d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2232
Reviewed-by: waddlesplash <waddlesplash@gmail.com>