Page MenuHomeFreeBSD

stand: Document that boot0 uses BIOS
ClosedPublic

Authored by imp on Aug 22 2022, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 19, 9:00 AM
Unknown Object (File)
Thu, Jun 19, 3:54 AM
Unknown Object (File)
Wed, Jun 18, 2:54 PM
Unknown Object (File)
Tue, Jun 17, 1:58 AM
Unknown Object (File)
Wed, Jun 11, 10:07 PM
Unknown Object (File)
Mar 15 2025, 5:24 PM
Unknown Object (File)
Mar 12 2025, 10:15 AM
Unknown Object (File)
Feb 25 2025, 9:29 PM
Subscribers

Details

Summary

And thus has a limited range of supported baud rates. Also add that
setting BOOT_BOOT0_COMCONSOLE_SPEED=0 will leave it unchanged which
sometimes can give you 115200 if the BIOS initialized things outside of
the normal BIOS baud rates (which many x86 enbedded-targetted boards
do).

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Aug 22 2022, 10:26 PM
This revision is now accepted and ready to land.Aug 22 2022, 11:29 PM

I think you could drop the "In addition" tho, just if BOOT_BOOT0_COMCONSOLE_SPEED=0, then ...

jhb added inline comments.
stand/i386/boot0/Makefile
47

Perhaps only use "severely limited' once? :)

This revision was automatically updated to reflect the committed changes.