]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/efi/smbios: Move detection of smbios earlier.
authorWarner Losh <imp@FreeBSD.org>
Wed, 24 May 2023 22:34:21 +0000 (16:34 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 25 May 2023 04:33:53 +0000 (22:33 -0600)
commit2efbc8e2840f6c0b8255a46527f2cdb32ace1bd1
tree4de5935bde4b30c05a0b34095001a259fddcf129
parent8955236a10137a1b645e642baf4eaca9c6460547
stand/efi/smbios: Move detection of smbios earlier.

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
Reviewed by: tsoome, kevans
Differential Revision: https://reviews.freebsd.org/D40219
stand/efi/loader/main.c