
10 Oct
2017
10 Oct
'17
12:37 p.m.
On Tue, Oct 10, 2017 at 10:01:46AM +0200, Alexander Graf wrote:
When searching for partitions don't stop if a partition is not present for a given partition number as there may be valid partitions after.
Search for up to MAX_SEARCH_PARTITIONS matching the other callers of part_get_info().
This allows OpenBSD to boot via the efi_loader on rpi_3 again after changes made after U-Boot 2017.09. With MBR partitioning OpenBSD will by default use the fourth partition for the 0xA6 (OpenBSD) partition.
Signed-off-by: Jonathan Gray jsg@jsg.id.au
Thanks, applied to efi-next
Alex
Thanks, looking over it again I realised one of the loops is now incrementing the partition number twice per loop so I have sent a further patch to the list to correct that.