Page MenuHomeFreeBSD

loader.efi: efipart should be more careful about constructing block device lists
ClosedPublic

Authored by tsoome on Aug 8 2019, 3:55 PM.
Tags
None
Referenced Files
F110638739: D21187.diff
Fri, Feb 21, 7:17 AM
Unknown Object (File)
Tue, Feb 18, 7:54 AM
Unknown Object (File)
Sun, Feb 16, 7:40 PM
Unknown Object (File)
Sun, Feb 2, 4:44 AM
Unknown Object (File)
Jan 18 2025, 4:18 AM
Unknown Object (File)
Jan 17 2025, 6:47 PM
Unknown Object (File)
Dec 25 2024, 11:58 PM
Unknown Object (File)
Dec 15 2024, 7:52 AM
Subscribers

Details

Summary

The cd handles should be collected as list of partitions. Some systems also provide base name for block device (like PciRoot(0x0)/Pci(0x5,0x0)), we need to be careful about those.

To make out life a bit easier, we prepare not just an array of handles, but we allocate pdinfo struct for each handle and devicepath, then we can simplify our work to sort the devices.

Test Plan

Tested with vmware fusion and bhyve.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable