| 784150fd | 27-Feb-2026 |
Warner Losh <imp@FreeBSD.org> |
stand/efi: Allow RELAXED or STRICT boot policies
The RELAXED boot policy will automatically search for any root filesystem (currently zfs only) on any device. STRICT policy only searches on the boot
stand/efi: Allow RELAXED or STRICT boot policies
The RELAXED boot policy will automatically search for any root filesystem (currently zfs only) on any device. STRICT policy only searches on the boot device. RELEAXED will still prefer the device we booted from, which is the smallest behavior change we should do. STRICT may be needed for releases, though.
Sponsored by: Netflix Reviewed by: glebius Differential Revision: https://reviews.freebsd.org/D55107
show more ...
|
| 46927f67 | 25-May-2023 |
Warner Losh <imp@FreeBSD.org> |
stand/efi/eficom: Free comc_port if we can't find the serial port
If we can't find the serial port, free comc_port and return early. The serial port just isn't there.
Sponsored by: Netflix Reviewe
stand/efi/eficom: Free comc_port if we can't find the serial port
If we can't find the serial port, free comc_port and return early. The serial port just isn't there.
Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D40223
show more ...
|
| e5d4e036 | 25-May-2023 |
Warner Losh <imp@FreeBSD.org> |
stand/efi/eficom: Make aarch64 compat code probe correctly
Make the compat code more correct by probing using the eficom console structure, not the comconsole one.
Sponsored by: Netflix Reviewed b
stand/efi/eficom: Make aarch64 compat code probe correctly
Make the compat code more correct by probing using the eficom console structure, not the comconsole one.
Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D40222
show more ...
|