Page MenuHomeFreeBSD

loader: For EFI, if we don't have ConOut, try ConIn
ClosedPublic

Authored by imp on Feb 2 2024, 9:29 PM.
Tags
None
Referenced Files
F107809176: D43714.diff
Sat, Jan 18, 8:41 AM
Unknown Object (File)
Tue, Dec 24, 4:04 PM
Unknown Object (File)
Dec 9 2024, 3:20 AM
Unknown Object (File)
Dec 2 2024, 3:31 AM
Unknown Object (File)
Dec 2 2024, 3:31 AM
Unknown Object (File)
Dec 2 2024, 3:31 AM
Unknown Object (File)
Dec 2 2024, 3:05 AM
Unknown Object (File)
Nov 15 2024, 1:29 PM
Subscribers

Details

Summary

Try ConIn if we don't have a ConOut variable. ConIn will contain HID
devices and/or serial devices. We currently just search for serial
devices and will use them instead of video with the current code. While
ConIn w/o ConOut is fairly common on laptops, is kinda rare on servers.
Some refinement may be needed in the future if servers come to
light. This is also minimal to allow possible integration into 13.3
release.

MFC After: 1 week
Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55765
Build 52654: arc lint + arc unit