Page MenuHomeFreeBSD

stand: Document that boot0 uses BIOS
ClosedPublic

Authored by imp on Aug 22 2022, 10:26 PM.
Tags
None
Referenced Files
F97712150: D36300.diff
Mon, Sep 30, 10:20 PM
Unknown Object (File)
Sat, Sep 28, 4:28 AM
Unknown Object (File)
Mon, Sep 16, 3:12 AM
Unknown Object (File)
Wed, Sep 11, 3:46 PM
Unknown Object (File)
Wed, Sep 11, 3:39 PM
Unknown Object (File)
Sun, Sep 8, 11:05 PM
Unknown Object (File)
Thu, Sep 5, 3:36 PM
Unknown Object (File)
Aug 8 2024, 1:40 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47064
Build 43953: arc lint + arc unit

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.