Page MenuHomeFreeBSD

MFC SMBIOS support for EFI to stable/10
ClosedPublic

Authored by allanjude on Jul 19 2015, 9:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 27 2023, 10:46 AM
Unknown Object (File)
Dec 27 2023, 10:45 AM
Unknown Object (File)
Dec 20 2023, 12:07 AM
Unknown Object (File)
Nov 11 2023, 11:59 AM
Unknown Object (File)
Nov 8 2023, 10:47 AM
Unknown Object (File)
Oct 10 2023, 10:59 AM
Unknown Object (File)
Oct 10 2023, 2:22 AM
Unknown Object (File)
Oct 7 2023, 9:43 AM
Subscribers

Details

Summary

smbios support is used by r285679 (workarounds for BIOS bugs in bsdinstall), so it would be handy to have that information when the installer is booted with EFI

MFC: rS277949:
New function smbios_match to detect BIOS versions during boot

MFC: rS277957:
Fix order of functions in smbios.c (corrects r277949)

MFC: rS281138:
SMBIOS support for EFI

Note: r281138 makes changes to the new unified EFI loader (r280950), which has not been merged to stable/10. These same changes were manually applied to the amd64 EFI loader. This may complicate merging the unified EFI loader in the future.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

allanjude retitled this revision from to MFC SMBIOS support for EFI to stable/10.
allanjude updated this object.
allanjude edited the test plan for this revision. (Show Details)

Redo the merge, something got messed up last time

marcel edited edge metadata.

I'm ok with a straight merge. Note that this needs approval from re@ as well, since we're in a release cycle. See here for how to: https://wiki.freebsd.org/Releng/ChangeRequestGuidelines

This revision is now accepted and ready to land.Jul 20 2015, 7:15 PM
stas added a reviewer: stas.
stas added a subscriber: stas.
stas added inline comments.
sys/boot/i386/libi386/smbios.c
73

Looks like this struct uses spaces for alignment instead of the tabs...

This revision was automatically updated to reflect the committed changes.