Sponsored by: Ampere Computing LLC
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 37115 Build 34004: arc lint + arc unit
Event Timeline
Comment Actions
This revision by Val Packett implements this functionality in a better way.
If I've missed something, please let me know, file a new differential, tag me, etc
commit a29bff7a5216bd5f4a76228788e7eacf235004de Author: Val Packett <val@packett.cool> Date: Wed Apr 7 14:46:29 2021 -0500 smbios: support getting address from EFI On some systems (e.g. Lenovo ThinkPad X240, Apple MacBookPro12,1) the SMBIOS entry point is not found in the <0xFFFFF space. Follow the SMBIOS spec and use the EFI Configuration Table for locating the entry point on EFI systems. Reviewed by: rpokala, dab MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D29276