Page MenuHomeFreeBSD

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

Authored by imp on Mon, May 22, 10:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 28, 7:28 PM
Unknown Object (File)
Sun, May 28, 6:43 PM
Unknown Object (File)
Sun, May 28, 4:39 AM
Unknown Object (File)
Sat, May 27, 1:20 PM
Unknown Object (File)
Thu, May 25, 9:24 PM
Unknown Object (File)
Thu, May 25, 4:34 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.Mon, May 22, 10:28 PM

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

This revision is now accepted and ready to land.Tue, May 23, 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