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
Unknown Object (File)
Tue, Aug 4, 6:35 AM
Unknown Object (File)
Mon, Aug 3, 8:15 AM
Unknown Object (File)
Mon, Jul 27, 5:18 PM
Unknown Object (File)
Fri, Jul 24, 12:16 PM
Unknown Object (File)
Thu, Jul 23, 1:42 PM
Unknown Object (File)
Thu, Jul 23, 4:30 AM
Unknown Object (File)
Mon, Jul 13, 8:42 PM
Unknown Object (File)
Sat, Jul 11, 5:41 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 Not Applicable
Unit
Tests Not Applicable

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