Page MenuHomeFreeBSD

stand/efi/smbios: Move detection of smbios earlier.
ClosedPublic

Authored by imp on May 22 2023, 10:28 PM.
Tags
None
Referenced Files
F82699434: D40219.id122394.diff
Wed, May 1, 7:12 PM
Unknown Object (File)
Thu, Apr 25, 9:09 AM
Unknown Object (File)
Wed, Apr 24, 11:30 AM
Unknown Object (File)
Mar 13 2024, 1:06 AM
Unknown Object (File)
Mar 9 2024, 11:46 AM
Unknown Object (File)
Mar 7 2024, 8:50 AM
Unknown Object (File)
Mar 7 2024, 8:50 AM
Unknown Object (File)
Mar 7 2024, 8:39 AM
Subscribers

Details

Summary

It would be nice to make decisions early in boot, about maybe consoles,
based on smbios variables. Set them just after we setup the archsw so we
can use them everywhere.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51617
Build 48508: arc lint + arc unit

Event Timeline

imp requested review of this revision.May 22 2023, 10:28 PM

hm, do we actually need this preprocessor #if statement?

This revision is now accepted and ready to land.May 23 2023, 7:35 AM

hm, do we actually need this preprocessor #if statement?

We did until my smbios changes recently. I have a separate commit for that not yet in review