| 0ea19e39 | 07-Apr-2021 |
Greg V <[email protected]> |
ipmi,smbios: move smbios_walk_table to smbios.h
This function will be used for exposing DMI info as sysctls in the smbios module (in an upcoming review).
While here, add __packed to the structs.
R
ipmi,smbios: move smbios_walk_table to smbios.h
This function will be used for exposing DMI info as sysctls in the smbios module (in an upcoming review).
While here, add __packed to the structs.
Reviewed by: dab MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D29270
(cherry picked from commit f689cb23b2782d0d0f586bcfabbad68f728ed1df)
show more ...
|
| 4cfd4d54 | 07-Apr-2021 |
Greg V <[email protected]> |
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
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
(cherry picked from commit a29bff7a5216bd5f4a76228788e7eacf235004de)
show more ...
|