Page MenuHomeFreeBSD

stand: Parse BIOS revision from SMBIOS
ClosedPublic

Authored by kd on Sep 1 2022, 2:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 12, 9:58 PM
Unknown Object (File)
Apr 22 2024, 6:14 PM
Unknown Object (File)
Apr 22 2024, 1:36 PM
Unknown Object (File)
Mar 2 2024, 7:30 AM
Unknown Object (File)
Jan 8 2024, 4:22 PM
Unknown Object (File)
Dec 20 2023, 6:07 AM
Unknown Object (File)
Dec 10 2023, 9:31 AM
Unknown Object (File)
Nov 25 2023, 10:35 AM
Subscribers

Details

Summary

Add a smbios.bios.revision kenv, which contains the system BIOS revision as defined in SMBIOS specification, section 3.3.1.
Since the revision is stored in two separate byte fields, the smbios_setenv helper can't be used.
Read and construct the kenv manually instead.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kd requested review of this revision.Sep 1 2022, 2:13 PM
imp requested changes to this revision.Sep 1 2022, 2:37 PM
imp added inline comments.
stand/libsa/smbios.c
313

snprintf

This revision now requires changes to proceed.Sep 1 2022, 2:37 PM
stand/libsa/smbios.c
313

Same comment, otherwise good for me.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 2 2022, 11:20 AM
This revision was automatically updated to reflect the committed changes.