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
F86120593: D43714.diff
Sat, Jun 15, 6:32 PM
Unknown Object (File)
Tue, Jun 4, 7:26 PM
Unknown Object (File)
Sun, Jun 2, 10:27 PM
Unknown Object (File)
May 10 2024, 3:07 AM
Unknown Object (File)
May 7 2024, 4:19 AM
Unknown Object (File)
May 3 2024, 2:56 PM
Unknown Object (File)
Apr 27 2024, 9:48 AM
Unknown Object (File)
Apr 27 2024, 9:33 AM
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